Skip to content

Commit

Permalink
flake: match NixOS definition of nixpkgs.flake.source
Browse files Browse the repository at this point in the history
Closes: LnL7#1082
  • Loading branch information
emilazy committed Sep 17, 2024
1 parent 21fe31f commit db92fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit db92fac

Please sign in to comment.