Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Sep 12, 2024
1 parent fa4559a commit 0575083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set shell := ["nu", "-c"]
default:
@just --choose

build-package:
nix build .
test-metadata:
#!/usr/bin/env nu
nix eval --json .#nixosConfigurations.tester.config.test | str replace --all '"' '' | open $in
nix eval --json .#nixosConfigurations.tester.config.test | str replace --all '"' '' | open $in

0 comments on commit 0575083

Please sign in to comment.