This commit is contained in:
Sridhar Ratnakumar 2026-02-05 19:34:10 -05:00
parent ee7dc9db2c
commit 0779884c9c
2 changed files with 5 additions and 1 deletions

View file

@ -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";

View file

@ -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";
};