fix: remove impure

This commit is contained in:
Jet 2026-03-15 14:36:29 -07:00
parent f09b4bbb3d
commit 25e1ea91bd
No known key found for this signature in database

View file

@ -63,7 +63,7 @@
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
nhs = pkgs.writeShellScriptBin "nhs" ''
nh os switch --hostname framework --impure path:. "$@"
nh os switch --hostname framework path:. "$@"
'';
in
pkgs.mkShell {