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