From 25e1ea91bd8e616526fbf98d3799f3be1620d1e0 Mon Sep 17 00:00:00 2001 From: Jet Date: Sun, 15 Mar 2026 14:36:29 -0700 Subject: [PATCH] fix: remove impure --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 12257cb..5faf8c9 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {