Skip to content

Commit

Permalink
fixup! Fix the "option nix.settings does not exist" error
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Feb 12, 2024
1 parent bfff792 commit 9adbb57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/builders/modules/nix-nod/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ in

lib.recursiveUpdate nixCommons {
nix = {
inherit (nixSubstituters) substituters;
trustedPublicKeys = nixSubstituters.trusted-public-keys;
nixPath = [ "nixpkgs=flake:nixpkgs" ];
} // nixSubstituters;
};
}

0 comments on commit 9adbb57

Please sign in to comment.