Merge remote-tracking branch 'gum/master'

This commit is contained in:
lassulus 2016-11-02 20:26:53 +01:00
commit be75882a3b
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,6 @@ with import <stockholm/lib>;
}
./vim.nix
./binary-cache/nixos.nix
./binary-cache/lass.nix
];
nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name);

View File

@ -1,4 +1,7 @@
_:
{
imports = [
../binary-cache/lass.nix
];
krebs.tinc.retiolum.enable = true;
}