mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 12:55:20 +08:00
imp
This commit is contained in:
parent
ee7dc9db2c
commit
0779884c9c
2 changed files with 5 additions and 1 deletions
|
|
@ -36,7 +36,10 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
nix.settings.sandbox = "relaxed";
|
||||
nix.settings = {
|
||||
sandbox = "relaxed";
|
||||
extra-experimental-features = [ "impure-derivations" "ca-derivations" ];
|
||||
};
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ in
|
|||
srid = "https://github.com/srid/srid.git";
|
||||
landrun-nix = "https://github.com/srid/landrun-nix.git";
|
||||
haskell-template = "https://github.com/srid/haskell-template.git";
|
||||
commonmark-wikilink = "https://github.com/srid/commonmark-wikilink.git";
|
||||
# Just to test heavy weight stuff
|
||||
# superposition = "https://github.com/juspay/superposition.git";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue