feat(flake): switch to channels.nixos.org
It saves ~15MB of downloads and since we have nixpkgs twice that is 30MB! (see https://github.com/tgirlcloud/lix-diff/issues/1)
This commit is contained in:
parent
c88d846855
commit
ba2090ccde
2 changed files with 26 additions and 32 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
# Flake inputs
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
unstable.follows = "nixvim/nixpkgs";
|
||||
nixpkgs.url = "https://channels.nixos.org/nixos-24.11/nixexprs.tar.xz";
|
||||
unstable.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
|
||||
# Lix
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/release-2.92.tar.gz";
|
||||
|
@ -40,6 +40,7 @@
|
|||
inputs = {
|
||||
flake-parts.follows = "flake-parts";
|
||||
systems.follows = "systems";
|
||||
nixpkgs.follows = "unstable";
|
||||
# disable optional inputs
|
||||
nuschtosSearch.follows = "";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue