Skip to content

Commit

Permalink
Merge pull request #55 from DBCDK/remove-crane-flake-utils-override
Browse files Browse the repository at this point in the history
fix(flake): remove warning from unused override of flake-utils by crane input
  • Loading branch information
eskytthe authored Feb 27, 2024
2 parents c9f6e82 + a128be4 commit 7aa0e74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
utils.url = "github:numtide/flake-utils";
crane.url = "github:ipetkov/crane";
crane.inputs.nixpkgs.follows = "nixpkgs";
crane.inputs.flake-utils.follows = "utils";
};

outputs = { self, crane, nixpkgs, utils }:
Expand Down

0 comments on commit 7aa0e74

Please sign in to comment.