Replace references to all-packages.nix, by references to the top-level of nixpkgs repository.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
let
|
||||
pkgs = import ../../top-level/all-packages.nix {};
|
||||
pkgs = import ../../.. {};
|
||||
config = import ./declare.nix;
|
||||
in
|
||||
with (pkgs.lib);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
let
|
||||
pkgs = import ../../top-level/all-packages.nix {};
|
||||
pkgs = import ../../.. {};
|
||||
config = import ./declare.nix;
|
||||
|
||||
# Define the handler of unbound options.
|
||||
|
||||
Reference in New Issue
Block a user