Files
nix-config/README.md
Dave Gallant a2cff5d18a Update flake
2021-01-17 19:03:34 -05:00

627 B

nix-config

built with nix

This repo stores nix to manage my machines. The initial structure was inspired by samuelgrf/nixos-config.

Setup

$ git clone git@github.com:davegallant/nix-config.git
$ cd nix-config
$ sudo ./nixos-rebuild switch

Update

nix flake update does not update the flake.lock. There is an open issue here.

To update flake.lock, run:

$ nix flake update --recreate-lock-file