diff options
author | lassulus <lassulus@lassul.us> | 2019-12-01 16:26:04 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-01-05 22:16:09 +0100 |
commit | 4a1ab9bf6516f455de30b782ab5fc0c3c55e983f (patch) | |
tree | 0a0e4de3fbe16c6f55ace0499d1608cff579020b /krebs | |
parent | c16e9c1cc847aa20b41684a11ab73c67829998d3 (diff) |
update-nixpkgs-unstable: fix commit msg
Diffstat (limited to 'krebs')
-rwxr-xr-x | krebs/update-nixpkgs-unstable.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/update-nixpkgs-unstable.sh b/krebs/update-nixpkgs-unstable.sh index 068da5f6f..592023f20 100755 --- a/krebs/update-nixpkgs-unstable.sh +++ b/krebs/update-nixpkgs-unstable.sh @@ -6,4 +6,4 @@ nix-shell -p nix-prefetch-git --run 'nix-prefetch-git \ --rev refs/heads/nixos-unstable' \ > $dir/nixpkgs-unstable.json newrev=$(cat $dir/nixpkgs-unstable.json | jq -r .rev | sed 's/\(.\{7\}\).*/\1/') -git commit $dir/nixpkgs.json -m "nixpkgs-unstable: $oldrev -> $newrev" +git commit $dir/nixpkgs-unstable.json -m "nixpkgs-unstable: $oldrev -> $newrev" |