allow ability to override nixpkgs
This commit is contained in:
parent
6655200f41
commit
87f69b6f5a
5 changed files with 11 additions and 4 deletions
7
shared/sources/default.nix
Normal file
7
shared/sources/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
sources = import ./sources.nix;
|
||||
|
||||
# declare pkgs from sources
|
||||
pkgs = import sources.nixpkgs { };
|
||||
in sources // {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue