diff options
Diffstat (limited to 'nixpkgs/Makefile')
-rw-r--r-- | nixpkgs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/Makefile b/nixpkgs/Makefile index 4b3becf..2eb8d4a 100644 --- a/nixpkgs/Makefile +++ b/nixpkgs/Makefile @@ -1,3 +1,3 @@ all: nixfmt `hostname`.nix - home-manager switch -f `hostname`.nix + nix run home-manager/release-23.05 -- switch -f `hostname`.nix |