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

Merge pull request #1083 from emilazy/push-zovpmlzlzvvm
Some checks failed
Test / install-against-stable (push) Has been cancelled
Test / install-against-unstable (push) Has been cancelled
Test / test-stable (push) Has been cancelled
Test / test-unstable (push) Has been cancelled
Test / install-flake-against-stable (push) Has been cancelled
Test / install-flake-against-unstable (push) Has been cancelled
Update manual / update-manual (push) Has been cancelled

flake: match NixOS definition of `nixpkgs.flake.source`
This commit is contained in:
Emily 2024-09-22 12:17:15 +01:00 committed by GitHub
commit bd7d1e3912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@
} }
++ [ ({ lib, ... }: { ++ [ ({ lib, ... }: {
nixpkgs.source = lib.mkDefault nixpkgs; nixpkgs.source = lib.mkDefault nixpkgs;
nixpkgs.flake.source = lib.mkDefault nixpkgs; nixpkgs.flake.source = lib.mkDefault nixpkgs.outPath;
system.checks.verifyNixPath = lib.mkDefault false; system.checks.verifyNixPath = lib.mkDefault false;