summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-01-27 12:53:30 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-01-27 12:53:30 +0100
commit4acad300acfe47598322965f574aef9bff711c98 (patch)
tree581194d0dd33a3c9a2328a9aed456a776bf5e6b0 /flake.nix
parent6b9ef93b98c053ef6390ef96092b3b302773a4aa (diff)
downloadnixpkgs-4acad300acfe47598322965f574aef9bff711c98.tar
nixpkgs-4acad300acfe47598322965f574aef9bff711c98.tar.gz
nixpkgs-4acad300acfe47598322965f574aef9bff711c98.tar.bz2
nixpkgs-4acad300acfe47598322965f574aef9bff711c98.tar.lz
nixpkgs-4acad300acfe47598322965f574aef9bff711c98.tar.xz
nixpkgs-4acad300acfe47598322965f574aef9bff711c98.tar.zst
nixpkgs-4acad300acfe47598322965f574aef9bff711c98.zip
Revert "pkgs.path: Avoid copying when used via flake"
This reverts commit 813f9da8ab69f106055dd4a8fead7bc0a21a251b.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c2306768d6f..29dffa9fa4e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;