mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: update theme
This commit is contained in:
parent
15250041b6
commit
48233ad804
7 changed files with 182 additions and 14 deletions
2
justfile
2
justfile
|
|
@ -7,7 +7,7 @@ nixcmd := "nix --experimental-features 'nix-command flakes'"
|
|||
|
||||
[doc("Build a flake output")]
|
||||
build target *ARGS="":
|
||||
@{{ nixcmd }} run {{ARGS}} nixpkgs#nix-output-monitor -- build {{ justfile_directory() }}#{{ target }}
|
||||
@{{ nixcmd }} run {{ ARGS }} nixpkgs#nix-output-monitor -- build {{ justfile_directory() }}#{{ target }}
|
||||
|
||||
[doc('Build a nixos configuration')]
|
||||
[group('deploy')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue