This website requires JavaScript.
Explore
Help
Sign In
danderson
/
ofborg
Watch
0
Star
0
Fork
You've already forked ofborg
0
forked from
the-distro/ofborg
Code
Pull requests
Activity
063591e5b9
ofborg
/
nix
/
update-carnix.sh
9 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
create a carnix updater
2017-11-30 03:32:33 +00:00
#!/bin/sh
Update the carnix updater to do a cargo build prior to the carnix update
2018-08-07 21:05:42 +00:00
set
-eu
Update nixpkgs, dependencies, carnix, blah blah blah
2018-12-01 03:22:44 +00:00
cd
ofborg
create a carnix updater
2017-11-30 03:32:33 +00:00
Update nixpkgs, dependencies, carnix, blah blah blah
2018-12-01 03:22:44 +00:00
cargo build
carnix generate-nix --src .
Copy permalink