pkgs/nixfiles: rename nixfiles-system-sync-to-hydra to nixfiles-system-upgrade
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user