index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flake
/
scripts
/
common.nix
blob: 931480c28db3a7cc9647cf978d02d9d05a783a11 (
plain
) (
blame
)
1
2
3
4
{
pkgs
}:
[
(
pkgs
.
writeScriptBin
"update-deps"
"nix flake update --commit-lock-file"
)
]