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
/
comments
/
update.sh
blob: 2529167c697abcb6f276bb6042de857c964b0040 (
plain
) (
blame
)
1
2
3
4
5
6
#!/usr/bin/env sh
cargo
update
&&
cargo
upgrade
# vim: ft=sh