Skip to content

Declarative development environment setup using Nix

License

Notifications You must be signed in to change notification settings

devbruce/nix-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-env

📖 References

Note

nix-darwin: Nix modules for darwin, /etc/nixos/configuration.nix for macOS.


⌘ Commands

If you want to omit --extra-experimental-features "nix-command flakes", copy .config/nix/nix.conf to ${HOME}

✔️ Initialize nix-darwin flake file

nix flake init -t nix-darwin --extra-experimental-features "nix-command flakes"

✔️ Install darwin-rebuild & apply Nix Flake configuration

nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake ${NixFlakeFilePath}#${FlakeOutputName}

✔️ Apply the Nix Flake configuration

darwin-rebuild switch --flake ${NixFlakeFilePath}#${FlakeOutputName}

Releases

No releases published

Packages

No packages published

Languages