mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
fix(flake.nix): remove redundant crane input follow
- Removed the unnecessary crane input follow from flake.nix. ``` warning: input 'crane' has an override for a non-existent input 'nixpkgs' ```
This commit is contained in:
parent
2c326f83bd
commit
21a9ecdee1
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
crane = {
|
crane = {
|
||||||
url = "github:ipetkov/crane?tag=v0.17.3";
|
url = "github:ipetkov/crane?tag=v0.17.3";
|
||||||
inputs.nixpkgs.follows = "nixsgx-flake/nixpkgs";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue