1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

krops: deploy from NIXPKGS_VERSION file

This commit is contained in:
Kierán Meinhardt
2019-04-11 07:52:05 +02:00
parent 60a08c6783
commit ad51b6af33
3 changed files with 11 additions and 1 deletions

View File

@@ -83,6 +83,11 @@ in {
eval $(nix-build ~niveum/deploy.nix -A "$system")
done
}
niveum-update() {
cd /var/src/nixpkgs
git rev-parse origin/nixos-18.09 > ~niveum/NIXPKGS_VERSION
}
'';
promptInit = ''
autoload -Uz vcs_info