m 2 retiolum: only use prism cache if in retiolum
This commit is contained in:
parent
1ddd49c893
commit
c05b8eb332
|
@ -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 a new issue