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
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:
commit
bd7d1e3912
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue