pkgs/bijwerken-*,modules/bijwerken: Consolidate system update management and refactor under the same name
This commit is contained in:
11
pkgs/bijwerken-system-upgrade/default.nix
Normal file
11
pkgs/bijwerken-system-upgrade/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "bijwerken-system-upgrade";
|
||||
text = builtins.readFile ./bijwerken-system-upgrade.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
curl
|
||||
jq
|
||||
nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user