feat(flake): Update justfile to use latest flake syntax
This commit is contained in:
4
justfile
4
justfile
@@ -17,8 +17,8 @@ home:
|
|||||||
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . --show-trace
|
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . --show-trace
|
||||||
|
|
||||||
local:
|
local:
|
||||||
nix flake lock --update-input subflakes
|
nix flake update subflakes
|
||||||
nix flake lock --update-input neovim
|
nix flake update neovim
|
||||||
|
|
||||||
nvim:
|
nvim:
|
||||||
nix run .#neovim
|
nix run .#neovim
|
||||||
|
|||||||
Reference in New Issue
Block a user