fix(dns): Update to correct dns.nix version
All checks were successful
Check meta / check_meta (push) Successful in 20s
Check meta / check_dns (push) Successful in 21s
build configuration / build_vault01 (push) Successful in 1m18s
build configuration / build_storage01 (push) Successful in 1m21s
build configuration / build_compute01 (push) Successful in 1m29s
build configuration / build_web02 (push) Successful in 1m10s
build configuration / build_rescue01 (push) Successful in 1m10s
build configuration / build_web01 (push) Successful in 1m49s
lint / check (push) Successful in 23s
build configuration / build_geo01 (push) Successful in 1m2s
build configuration / build_geo02 (push) Successful in 1m4s
build configuration / build_bridge01 (push) Successful in 1m12s
build configuration / push_to_cache_storage01 (push) Successful in 1m26s
build configuration / push_to_cache_rescue01 (push) Successful in 1m24s
build configuration / push_to_cache_compute01 (push) Successful in 1m46s
build configuration / push_to_cache_web02 (push) Successful in 1m21s
build configuration / push_to_cache_geo01 (push) Successful in 1m10s
build configuration / push_to_cache_geo02 (push) Successful in 1m13s
build configuration / push_to_cache_bridge01 (push) Successful in 1m16s
build configuration / push_to_cache_web01 (push) Successful in 2m10s
All checks were successful
Check meta / check_meta (push) Successful in 20s
Check meta / check_dns (push) Successful in 21s
build configuration / build_vault01 (push) Successful in 1m18s
build configuration / build_storage01 (push) Successful in 1m21s
build configuration / build_compute01 (push) Successful in 1m29s
build configuration / build_web02 (push) Successful in 1m10s
build configuration / build_rescue01 (push) Successful in 1m10s
build configuration / build_web01 (push) Successful in 1m49s
lint / check (push) Successful in 23s
build configuration / build_geo01 (push) Successful in 1m2s
build configuration / build_geo02 (push) Successful in 1m4s
build configuration / build_bridge01 (push) Successful in 1m12s
build configuration / push_to_cache_storage01 (push) Successful in 1m26s
build configuration / push_to_cache_rescue01 (push) Successful in 1m24s
build configuration / push_to_cache_compute01 (push) Successful in 1m46s
build configuration / push_to_cache_web02 (push) Successful in 1m21s
build configuration / push_to_cache_geo01 (push) Successful in 1m10s
build configuration / push_to_cache_geo02 (push) Successful in 1m13s
build configuration / push_to_cache_bridge01 (push) Successful in 1m16s
build configuration / push_to_cache_web01 (push) Successful in 2m10s
This commit is contained in:
parent
6f41443cf5
commit
4a275fd07e
2 changed files with 9 additions and 8 deletions
|
@ -4,7 +4,7 @@ let
|
|||
sources = import ../npins;
|
||||
pkgs = import sources.nixpkgs { };
|
||||
|
||||
dns = import sources."dns.nix";
|
||||
dns = import sources."dns.nix" { inherit pkgs; };
|
||||
|
||||
lib = import sources.nix-lib {
|
||||
inherit (pkgs) lib;
|
||||
|
@ -28,7 +28,7 @@ in
|
|||
else
|
||||
pkgs.writers.writeJSON "meta.json" config;
|
||||
|
||||
dns = dns.util.${builtins.currentSystem}.writeZone "dgnum.eu" (
|
||||
dns = dns.util.writeZone "dgnum.eu" (
|
||||
pkgs.lib.recursiveUpdate { SOA.serial = 0; } (import ./dns.nix { inherit dns lib; })
|
||||
);
|
||||
}
|
||||
|
|
|
@ -68,16 +68,17 @@
|
|||
"dns.nix": {
|
||||
"type": "GitRelease",
|
||||
"repository": {
|
||||
"type": "Git",
|
||||
"url": "https://git.hubrecht.ovh/hubrecht/dns.nix"
|
||||
"type": "GitHub",
|
||||
"owner": "nix-community",
|
||||
"repo": "dns.nix"
|
||||
},
|
||||
"pre_releases": false,
|
||||
"version_upper_bound": null,
|
||||
"release_prefix": null,
|
||||
"version": "v1.2.1",
|
||||
"revision": "66979725afe2164491be38ffff78460cc9b0ffd7",
|
||||
"url": null,
|
||||
"hash": "1bashjbh71dqs32yld7ihw2vz0vrad73pc35crf3qck8ssgpzv7d"
|
||||
"version": "v1.2.0",
|
||||
"revision": "a3196708a56dee76186a9415c187473b94e6cbae",
|
||||
"url": "https://api.github.com/repos/nix-community/dns.nix/tarball/v1.2.0",
|
||||
"hash": "011b6ahj4qcf7jw009qgbf6k5dvjmgls88khwzgjr9kxlgbypb90"
|
||||
},
|
||||
"git-hooks": {
|
||||
"type": "Git",
|
||||
|
|
Loading…
Reference in a new issue