-
Notifications
You must be signed in to change notification settings - Fork 0
/
Justfile
21 lines (17 loc) · 799 Bytes
/
Justfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Autogenerated! DO NOT EDIT!
# This justfile is autogenerated via https://std.divnix.com/reference/lib/cfg/just.html
# It can be used without Nix by running a locally installed `just` binary.
# NOTE: Without Nix, you are responsible for having all task dependencies
# available locally!
# generating configFiles with devshell
buildJupyenv:
nix build .\#x86_64-linux.kernels.packages.jupyenv.config.build --print-build-logs
# Uploads the build to cachix
cachix-push:
nix build .\#x86_64-linux.kernels.packages.jupyenv --json | jq -r '.[].outputs | to_entries[].value' | cachix push gtrunsec
# Formats all changed source files
fmt:
treefmt $(git diff --name-only --cached)
# generating configFiles with devshell
generator:
nix develop .\#generator -c echo generating configFiles