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
/
generate_moz_extension
/
update.sh
blob: c678b421bf826ea2d91091ebc509008b5b38cb42 (
plain
) (
blame
)
1
2
3
4
5
6
#!/usr/bin/env sh
cargo
update
[
"
$1
"
=
"upgrade"
]
&&
cargo
upgrade
# vim: ft=sh