Commit a8f613e 1 parent 5d69019 commit a8f613e Copy full SHA for a8f613e
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# just is a command runner, Justfile is very similar to Makefile, but simpler.
2
2
3
- # use nushell for shell commands
3
+ # Use nushell for shell commands
4
+ # To usage this justfile, you need to enter a shell with just & nushell installed:
5
+ #
6
+ # nix shell nixpkgs#just nixpkgs#nushell
4
7
set shell := [" nu" , " -c" ]
5
8
6
9
utils_nu := absolute_path (" utils.nu" )
@@ -16,7 +19,7 @@ utils_nu := absolute_path("utils.nu")
16
19
test :
17
20
nix eval .#evalTests --show-trace --print-build-logs --verbose
18
21
19
- # update all the flake inputs
22
+ # Update all the flake inputs
20
23
[group (' nix' )]
21
24
up :
22
25
nix flake update
52
55
[linux ]
53
56
[group (' nix' )]
54
57
shell :
55
- nix shell nixpkgs#git nixpkgs#neovim nixpkgs#just nixpkgs#nushell nixpkgs# colmena
58
+ nix shell nixpkgs#git nixpkgs#neovim nixpkgs#colmena
56
59
57
60
# Enter a shell session which has all the necessary tools for this flake
58
61
[macos ]
59
62
[group (' nix' )]
60
63
shell :
61
- nix shell nixpkgs#git nixpkgs#neovim nixpkgs#just nixpkgs#nushell
64
+ nix shell nixpkgs#git nixpkgs#neovim
62
65
63
66
[group (' nix' )]
64
67
fmt :
You can’t perform that action at this time.
0 commit comments