Fix the cache argument

This commit is contained in:
Greg Hellings
2025-03-20 14:19:38 -05:00
parent 013758af6e
commit 5bd0310a7b
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,5 @@
{
pkgs,
config,
lib,
self,
...
@@ -15,6 +14,9 @@ let
[ ];
in
{
# This is a dumb hack to pass the value into the import below, but it's how we have to do it,
# since that's how the module system works
_module.args.cache = true;
imports = [
./nix-conf.nix
];
+1 -1
View File
@@ -1,7 +1,7 @@
{
pkgs,
cache ? true,
lib,
cache,
...
}: