Install flox on a NixOS system too

This also adds the recommended extra nix settings to darwin
This commit is contained in:
Gene Liverman 2024-03-21 18:51:17 -04:00
parent e449b45e2b
commit bd78fa0a1e
4 changed files with 15 additions and 2 deletions

View file

@ -92,6 +92,12 @@
"nix-command"
"repl-flake"
];
extra-trusted-public-keys = [
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
];
extra-trusted-substituters = [
"https://cache.flox.dev"
];
trusted-users = [ "@admin" "${username}" ];
};
extraOptions = ''