1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

flake: match NixOS definition of nixpkgs.flake.source

Closes: #1082
This commit is contained in:
Emily 2024-09-17 21:24:24 +01:00
parent 21fe31f264
commit db92fac3a9

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;