Skip to content

Commit

Permalink
fix eval with cachix.enable = false
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Sep 26, 2024
1 parent 32ccab4 commit 6b29ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/cachix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ in
pull = lib.mkOption {
type = lib.types.listOf lib.types.str;
description = "What caches to pull from.";
default = [ ];
};

push = lib.mkOption {
Expand Down

0 comments on commit 6b29ebd

Please sign in to comment.