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
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
nhs = pkgs.writeShellScriptBin "nhs" ''
|
nhs = pkgs.writeShellScriptBin "nhs" ''
|
||||||
nh os switch --hostname framework --impure path:. "$@"
|
nh os switch --hostname framework path:. "$@"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue