1
0

pkgs/nixfiles: rename nixfiles-system-sync-to-hydra to nixfiles-system-upgrade

This commit is contained in:
2023-12-01 18:02:44 +01:00
parent cff95863fd
commit 01b1ce3caa
10 changed files with 13 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
pkgs.writeShellApplication {
name = "nixfiles-system-sync-to-hydra";
text = builtins.readFile ./nixfiles-system-sync-to-hydra.sh;
name = "nixfiles-system-upgrade";
text = builtins.readFile ./nixfiles-system-upgrade.sh;
runtimeInputs = with pkgs; [
curl
jq