Revert "pkgs.path: Avoid copying when used via flake"

This reverts commit 813f9da8ab.
This commit is contained in:
Robert Hensing 2022-01-27 12:53:30 +01:00
parent 6b9ef93b98
commit 4acad300ac
3 changed files with 2 additions and 16 deletions

View file

@ -62,7 +62,7 @@
}).nixos.manual.x86_64-linux;
};
legacyPackages = forAllSystems (system: import ./. { inherit system; config.path = self.outPath; });
legacyPackages = forAllSystems (system: import ./. { inherit system; });
nixosModules = {
notDetected = import ./nixos/modules/installer/scan/not-detected.nix;