Compare commits

...
1 Commits
Author SHA1 Message Date
leonhard 164575b7ba fix: give priorities to nix option in hm standalone vs as module 2026-07-31 16:09:13 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ in
let
flakeInputs = lib.filterAttrs (_: lib.isType "flake") inputs;
in
{
lib.mkDefault {
package = pkgs.nix;
settings = {
+1 -1
View File
@@ -16,7 +16,7 @@
let
flakeInputs = lib.filterAttrs (_: lib.isType "flake") inputs;
in
{
lib.mkForce {
settings = {
experimental-features = "nix-command flakes";
# Opinionated: disable global registry