a lot of things...

This commit is contained in:
Sebastian Moser
2024-12-02 20:00:51 +01:00
parent d132ce5342
commit 87adea3ded
14 changed files with 309 additions and 138 deletions

View File

@@ -25,7 +25,7 @@
'';
nix.settings = {
experimental-features = lib.mkDefault "nix-command flakes";
experimental-features = lib.mkDefault "nix-command flakes repl-flake";
trusted-users = [ "root" "@wheel" ];
};
nixpkgs.config.allowUnfree = true;