1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

flake.nix: Remove non-existent override for crane/nixpkgs

This commit is contained in:
Zhaofeng Li 2024-11-09 18:16:35 -07:00
parent 1c322f042e
commit 6ae7b97fc7

View file

@ -10,10 +10,7 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";
nix-github-actions = {
url = "github:nix-community/nix-github-actions";