Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 383 Bytes

File metadata and controls

21 lines (19 loc) · 383 Bytes

My Nix configuration

Commands

# Update NixOS
nixos-rebuild switch --flake .
# Update Nix-Darwin
nix run nix-darwin -- switch --flake .
# Run Disko 
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount /**/disko.nix
# Update channels
nix flake update