Replace references to all-packages.nix, by references to the top-level of nixpkgs repository.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ system ? builtins.currentSystem }:
|
||||
|
||||
with import ../../top-level/all-packages.nix {inherit system;};
|
||||
with import ../../.. {inherit system;};
|
||||
|
||||
rec {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user