Skip to content

Commit

Permalink
chore: making nixpkgs-matrix an indirect input
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Sep 2, 2024
1 parent ea33fe1 commit 6035625
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
nixpkgs.url = "github:nixos/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";

nixpkgs-matrix.url = "github:matrixai/nixpkgs-matrix";
nixpkgs-matrix = {
type = "indirect";
id = "nixpkgs-matrix";
};
nixpkgs.follows = "nixpkgs-matrix/nixpkgs";
};

Expand Down

0 comments on commit 6035625

Please sign in to comment.