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 14ee585 commit 3759223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ default:
build-package:
nix build .
test-metadata:
nix eval --json '.#nixosConfigurations.tester.config.test' | str replace --all '"' '' | open $in
nix eval --json '.#nixosConfigurations.tester.config.test' | str trim --char '"' | open $in
eval-hostKeys:
nix eval --expr "builtins.mapAttrs (_: v: v.config.services.openssh.hostKeys) (builtins.getFlake "{{ pwd }}").nixosConfigurations" --impure --json | jq

0 comments on commit 3759223

Please sign in to comment.