Skip to content

Latest commit

 

History

273 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS

$ nixos-rebuild --flake . switch

nix-darwin

Installation

First build/installation:

$ nix \
  --extra-experimental-features "nix-command flakes" \
  run nix-darwin/master#darwin-rebuild -- --flake . switch

Rebuilding

$ darwin-rebuild --flake . switch

home-manager-only

# Can't just use `--extra-experimental-features` for some reason because some
# subprocesses are invoked without passing along that arg.
mkdir -p ~/.config/nix/
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf

nix run home-manager/master -- --flake . switch

Updating flake inputs and packages

nix flake update

Or, to update a single input

nix flake update nixvim

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages