-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update flake.lock and justfile, add foldlevel setting in vim.lua
- Updated `flake.lock` with new `nixpkgs` revision and hash. - Modified `justfile`: - Renamed `build` to `package` and added `__default` target to list available recipes. - Added `foldlevel` setting to `set_vim_wo` function in `vim.lua` to set fold level to 99.
- Loading branch information
1 parent
8abe12d
commit 4a27a78
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
build profile="default": | ||
nix build --json --no-link --print-build-logs ".#{{ profile }}" | ||
__default: | ||
just --list | ||
|
||
check: | ||
nix flake check | ||
|
||
package profile="default": | ||
nix build --json --no-link --print-build-logs ".#{{ profile }}" | ||
|
||
update: | ||
nix flake update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters