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:
Harald Hoyer 2024-09-18 13:35:25 +02:00
parent 2c326f83bd
commit 21a9ecdee1
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -23,7 +23,6 @@
crane = {
url = "github:ipetkov/crane?tag=v0.17.3";
inputs.nixpkgs.follows = "nixsgx-flake/nixpkgs";
};
};