pkgs/update-from-hydra: Add script that updates paths based on hydra builds
This commit is contained in:
12
pkgs/update-from-hydra/default.nix
Normal file
12
pkgs/update-from-hydra/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "update-from-hydra";
|
||||
text = builtins.readFile ./update-from-hydra.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
curl
|
||||
jq
|
||||
nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user