Skip to content

Commit 8b62be2

Browse files
committed
fix: override nixpkgs input of devour-flake
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent a5b5f69 commit 8b62be2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Shells/ci.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
--nix-eval-jobs ${pkgs.lixPackageSets.latest.nix-eval-jobs}/bin/nix-eval-jobs \
2121
--flake ${inputs.devour-flake}#packages.${pkgs.stdenv.hostPlatform.system}.default \
2222
--no-nom \
23+
--override-input nixpkgs ${inputs.nixpkgs} \
2324
"$@"
2425
'';
2526
})

0 commit comments

Comments
 (0)