fix: remove impure
This commit is contained in:
parent
f09b4bbb3d
commit
25e1ea91bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue