Skip to content

Commit

Permalink
fix: 1000 nixpkgs; compat with numtide/nixpkgs-unfree (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Apr 24, 2023
1 parent 48d11de commit d686345
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
lib = (import ./lib { inherit pkgs lib engines; });

# Setup pkgs
pkgs = import nixpkgs {
inherit system;
};
pkgs = nixpkgs.legacyPackages.${system};

# Import test runner
runTests = import ./tests/common.nix { inherit pkgs engines; };
Expand Down

0 comments on commit d686345

Please sign in to comment.