ljkasdljkadsjkl

This commit is contained in:
2025-11-07 14:49:13 +01:00
parent d0eff972df
commit d688b7d253
7 changed files with 56 additions and 19 deletions
+3
View File
@@ -19,6 +19,9 @@ eval-vm $hostname=`just _a_host` $attrpath="system.build.toplevel.outPath" *args
repl $hostname=`just _a_host`:
NIX_NO_NOM=1 nixos-rebuild-ng --flake .#"$hostname" repl
why-depends $hostname $attrpath:
nix why-depends .#nixosConfigurations."$hostname".config.system.build.toplevel .#nixosConfigurations."$hostname".pkgs."$attrpath"
report hostname=`just _a_host`:
nix eval .#nixosReports."{{hostname}}" --json --show-trace | yq . --yaml-output --width=999999 | bat --language yaml --style plain --paging never