Fetch from the nixpkgs repo instead of nixpkgs-channels
nixpkgs-channels is deprecated.
This commit is contained in:
parent
ff7f5cc3bd
commit
8e268c5ced
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
let
|
||||
fetch = { rev, sha256 }:
|
||||
builtins.fetchTarball {
|
||||
url = "https://github.com/nixos/nixpkgs-channels/archive/${rev}.tar.gz";
|
||||
url = "https://github.com/nixos/nixpkgs/archive/${rev}.tar.gz";
|
||||
inherit sha256;
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue