]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci nixos-unstable:pkgbuild: fixup recent regression
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 14 Oct 2022 11:16:38 +0000 (13:16 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 14 Oct 2022 11:17:27 +0000 (13:17 +0200)
https://gitlab.nic.cz/knot/knot-resolver/-/jobs/802541#L272

ci/pkgtest.yaml

index 5456700e29bab6b8a37197a4cba77f245a97e2f0..9d3ad7d4aaa404e98b0f566a2d05c736d2f565f7 100644 (file)
@@ -144,12 +144,12 @@ nixos-unstable:pkgbuild:
   image: nixos/nix
 
   variables:
-    #NIX_PATH: nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz
-    NIX_PATH: nixpkgs=https://github.com/vcunat/nixpkgs/archive/p/apkg.tar.gz
+    NIX_PATH: nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz
   before_script:
   script:
     - nix-build '<nixpkgs>' -QA apkg
     # the image auto-detects as alpine distro
+    # If apkg version differs (too much), it will fail to reuse archive and fail.
     - ./result/bin/apkg install -d nix
     - kresd --version
 # }}}