flake: match NixOS definition of nixpkgs.flake.source

Closes: #1082
This commit is contained in:
Emily
2024-09-17 21:24:39 +01:00
parent 21fe31f264
commit db92fac3a9
+1 -1
View File
@@ -27,7 +27,7 @@
}
++ [ ({ lib, ... }: {
nixpkgs.source = lib.mkDefault nixpkgs;
nixpkgs.flake.source = lib.mkDefault nixpkgs;
nixpkgs.flake.source = lib.mkDefault nixpkgs.outPath;
system.checks.verifyNixPath = lib.mkDefault false;