nix check fix
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
2025-03-18 11:43:20 -05:00
parent f0dce6cde0
commit bbe9475175
3 changed files with 7 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ in
networking.hostName = "nixosWSL"; # Define your hostname.
# Enable nix flakes
nix.package = pkgs.nixFlakes;
# nix.package = pkgs.nixFlakes;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';