feat: add hydra-check in common packages
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
67d3c49990
commit
4cd0058a01
1 changed files with 2 additions and 1 deletions
|
@ -67,6 +67,7 @@ inputs @ {
|
|||
# Misc CLI stuff
|
||||
inherit
|
||||
(pkgs)
|
||||
hydra-check
|
||||
killall
|
||||
nix-output-monitor
|
||||
nix-melt
|
||||
|
@ -90,7 +91,7 @@ inputs @ {
|
|||
(pkgs.writeShellApplication {
|
||||
name = "listDerivs";
|
||||
text = ''
|
||||
nix-store --query --requisites /run/current-system | cut -d- -f2- | sort -u
|
||||
exec nix-store --query --requisites /run/current-system | cut -d- -f2- | sort -u
|
||||
'';
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue