mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 21:33:07 +00:00
Merge pull request #206783 from lukebfox/add-nixops-hetzercloud
nixops-hetznercloud: init at 0.1.2
This commit is contained in:
commit
e0fd757e54
@ -90,6 +90,7 @@ let
|
||||
ps.nixops-hetzner
|
||||
ps.nixopsvbox
|
||||
ps.nixops-virtd
|
||||
ps.nixops-hetznercloud
|
||||
]) // rec {
|
||||
# Workaround for https://github.com/NixOS/nixpkgs/issues/119407
|
||||
# TODO after #1199407: Use .overrideAttrs(pkg: old: { passthru.tests = .....; })
|
||||
|
@ -71,6 +71,16 @@ self: super: {
|
||||
}
|
||||
);
|
||||
|
||||
nixops-hetznercloud = super.nixops-hetznercloud.overridePythonAttrs (
|
||||
_: {
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://github.com/lukebfox/nixops-hetznercloud.git";
|
||||
rev = "386f8b7cfe724308a9c1e97e76d238498a279495";
|
||||
sha256 = "0ig9maxcprxvz0fgriyzgcqz990s1pspizzsqj7x3xg0w0dpx853";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
nixops-virtd = super.nixops-virtd.overridePythonAttrs (
|
||||
_: {
|
||||
src = pkgs.fetchgit {
|
||||
|
980
pkgs/applications/networking/cluster/nixops/poetry.lock
generated
980
pkgs/applications/networking/cluster/nixops/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,6 +13,7 @@ nixops-encrypted-links = {git = "https://github.com/nix-community/nixops-encrypt
|
||||
nixops-gcp = {git = "https://github.com/nix-community/nixops-gce.git"}
|
||||
nixops-hercules-ci = {git = "https://github.com/hercules-ci/nixops-hercules-ci.git"}
|
||||
nixops-hetzner = {git = "https://github.com/NixOS/nixops-hetzner"}
|
||||
nixops-hetznercloud = {git = "https://github.com/lukebfox/nixops-hetznercloud.git"}
|
||||
nixopsvbox = {git = "https://github.com/nix-community/nixops-vbox.git"}
|
||||
nixops-virtd = {git = "https://github.com/nix-community/nixops-libvirtd.git"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user