Buildmachines works, maybe ?

This commit is contained in:
Bun 2025-06-09 21:49:41 -04:00
parent 9191593dc7
commit 2f76f3be7e
9 changed files with 78 additions and 35 deletions

View file

@ -1,21 +1,19 @@
{ pkgs, ... }:
{
imports = [
./cache
./channels
./distributed
./gc
./maintenence
./unfree
];
nix = {
package = pkgs.lix;
settings = {
auto-optimise-store = true;
experimental-features = [
"nix-command"
"flakes"
];
};
settings.experimental-features = [
"flakes"
"nix-command"
];
};
# Use a newer implementation of nixos-rebuild