m 2 retiolum: only use prism cache if in retiolum
This commit is contained in:
parent
d4f36e8ff5
commit
09fac63763
@ -10,7 +10,6 @@ with import <stockholm/lib>;
|
|||||||
}
|
}
|
||||||
./vim.nix
|
./vim.nix
|
||||||
./binary-cache/nixos.nix
|
./binary-cache/nixos.nix
|
||||||
./binary-cache/lass.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name);
|
nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name);
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
_:
|
_:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
../binary-cache/lass.nix
|
||||||
|
];
|
||||||
krebs.tinc.retiolum.enable = true;
|
krebs.tinc.retiolum.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user