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:29 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-01-27 12:53:29 +0100
commit6b9ef93b98c053ef6390ef96092b3b302773a4aa (patch)
tree6597dddf686ccf599c1987b9795ec999b9f68dc0 /flake.nix
parentaa877346f8cf9a12da8402d5f7e2097b8136890c (diff)
downloadnixpkgs-6b9ef93b98c053ef6390ef96092b3b302773a4aa.tar
nixpkgs-6b9ef93b98c053ef6390ef96092b3b302773a4aa.tar.gz
nixpkgs-6b9ef93b98c053ef6390ef96092b3b302773a4aa.tar.bz2
nixpkgs-6b9ef93b98c053ef6390ef96092b3b302773a4aa.tar.lz
nixpkgs-6b9ef93b98c053ef6390ef96092b3b302773a4aa.tar.xz
nixpkgs-6b9ef93b98c053ef6390ef96092b3b302773a4aa.tar.zst
nixpkgs-6b9ef93b98c053ef6390ef96092b3b302773a4aa.zip
Revert "flake.nix: Set nixpkgs.config.path"
This reverts commit 0b222173dba00680074ef9e98a5bad224f62967e.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 39553cde0ab..c2306768d6f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,10 +48,6 @@
                   system.nixos.versionSuffix =
                     ".${final.substring 0 8 (self.lastModifiedDate or self.lastModified or "19700101")}.${self.shortRev or "dirty"}";
                   system.nixos.revision = final.mkIf (self ? rev) self.rev;
-
-                  # NOTE: This assumes that `nixpkgs.config` is _not_ used when
-                  #       nixpkgs.pkgs is set OR _module.args.pkgs is set.
-                  nixpkgs.config.path = self.outPath;
                 }
               ];
           });