about summary refs log tree commit diff
path: root/nix/flake
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-28 09:32:36 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-28 09:32:36 -0700
commita151662daec00d48825f9db4d777a3015753322e (patch)
tree924ce752fc1fed130b4688e8a26c4a2d5eb9dde2 /nix/flake
parentfor some reason the `hostname` is busted on sequoia (diff)
downloadworld-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.nix1
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 = [
           {