mirror of
https://github.com/zhaofengli/attic.git
synced 2025-03-05 08:17:05 +00:00
flake.nix: Remove non-existent override for crane/nixpkgs
This commit is contained in:
parent
1c322f042e
commit
6ae7b97fc7
1 changed files with 1 additions and 4 deletions
|
@ -10,10 +10,7 @@
|
||||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
crane = {
|
crane.url = "github:ipetkov/crane";
|
||||||
url = "github:ipetkov/crane";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
nix-github-actions = {
|
nix-github-actions = {
|
||||||
url = "github:nix-community/nix-github-actions";
|
url = "github:nix-community/nix-github-actions";
|
||||||
|
|
Loading…
Add table
Reference in a new issue