Testing new packages (for pbp)

This commit is contained in:
Andrea Ciceri 2022-02-26 01:21:29 +01:00
parent d605d7d8ff
commit e5ca6feeff
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
32 changed files with 152 additions and 395 deletions

View file

@ -5,8 +5,6 @@ in
{
imports = [ ../cachix ];
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
environment = {
systemPackages = with pkgs; [
@ -52,12 +50,15 @@ in
];
nix = {
autoOptimiseStore = true;
gc.automatic = true;
optimise.automatic = true;
useSandbox = true;
allowedUsers = [ "@wheel" ];
trustedUsers = [ "root" "@wheel" ];
settings = {
sandbox = true;
trusted-users = [ "root" "@wheel" ];
allowed-users = [ "@wheel" ];
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
auto-optimise-store = true;
};
extraOptions = ''
min-free = 536870912
keep-outputs = true