chore: update theme

This commit is contained in:
Nickolaj Jepsen 2025-02-24 22:52:19 +01:00
parent 15250041b6
commit 48233ad804
7 changed files with 182 additions and 14 deletions

View file

@ -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')]