started to create an installer image (gum is AWESOME)

This commit is contained in:
Chris Kruining 2025-07-31 16:04:08 +02:00
parent 0255a153ca
commit 112fc3ddb3
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 82 additions and 9 deletions

View file

@ -15,6 +15,8 @@ in
nix = {
package = pkgs.nixVersions.latest;
extraOptions = "experimental-features = nix-command flakes";
settings = {
experimental-features = [ "nix-command" "flakes" ];
allowed-users = [ "@wheel" ];