Skip to content

Commit

Permalink
Merge pull request #1226 from soopyc/fix-tests
Browse files Browse the repository at this point in the history
tests: fix unused importPath in unfreeNixpkgs function
  • Loading branch information
Mic92 authored Nov 5, 2024
2 parents f6e0cd5 + 2e22e4a commit 1b0b927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

unfreeNixpkgs =
importPath:
import inputs.nixos-unstable-small {
import importPath {
config = {
allowBroken = true;
allowUnfree = true;
Expand All @@ -71,7 +71,7 @@
overlays = [ ];
inherit system;
};
nixpkgsUnstable = unfreeNixpkgs inputs'.nixos-unstable-small;
nixpkgsUnstable = unfreeNixpkgs inputs.nixos-unstable-small;
nixpkgsStable = unfreeNixpkgs inputs.nixos-stable;

checksForNixpkgs =
Expand Down

0 comments on commit 1b0b927

Please sign in to comment.