index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nixpkgs
/
pkgs
/
yt
/
update.sh
blob: 2e59aa604f936be405ad174630e6129e89d004af (
plain
) (
blame
)
1
2
3
4
5
6
7
#!/usr/bin/env sh
cargo
update
[
"
$1
"
=
"upgrade"
]
&&
cargo
upgrade
# vim: ft=sh