diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-28 09:32:36 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-28 09:32:36 -0700 |
commit | a151662daec00d48825f9db4d777a3015753322e (patch) | |
tree | 924ce752fc1fed130b4688e8a26c4a2d5eb9dde2 /nix | |
parent | for some reason the `hostname` is busted on sequoia (diff) | |
download | world-a151662daec00d48825f9db4d777a3015753322e.tar.gz |
install nixos-rebuild
So that I can build the configuration for remote hosts
Diffstat (limited to '')
-rw-r--r-- | nix/flake/devshell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake/devshell.nix b/nix/flake/devshell.nix index a922367..be0c763 100644 --- a/nix/flake/devshell.nix +++ b/nix/flake/devshell.nix @@ -18,6 +18,7 @@ python3 just pandoc + nixos-rebuild ]; env = [ { |