nix-collect-garbage fixed

This commit is contained in:
Gerg-L 2023-05-18 06:00:31 -04:00
parent 0d2e560191
commit 3b2d407db1
3 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,5 @@
{
pkgs,
inputs,
lib,
self,
@ -30,7 +31,7 @@ in {
#other nix settings
nix = {
#package = inputs.nix.packages.${pkgs.system}.default;
package = inputs.nix.packages.${pkgs.system}.default;
settings = {
experimental-features = ["nix-command" "flakes" "repl-flake"];
auto-optimise-store = true;
@ -38,7 +39,7 @@ in {
#ignore global registry
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
#become stable faster stupid
#use-xdg-base-directories = true;
use-xdg-base-directories = true;
trusted-users = [
"root"
"@wheel"