Fix the cache argument
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
self,
|
self,
|
||||||
...
|
...
|
||||||
@@ -15,6 +14,9 @@ let
|
|||||||
[ ];
|
[ ];
|
||||||
in
|
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 = [
|
imports = [
|
||||||
./nix-conf.nix
|
./nix-conf.nix
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
cache ? true,
|
|
||||||
lib,
|
lib,
|
||||||
|
cache,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user