nix: update lock, remove unused follow

This commit is contained in:
daywalker90 2025-08-26 15:30:34 +02:00
parent dd63430145
commit f3ecc395ec
No known key found for this signature in database
2 changed files with 10 additions and 18 deletions

View file

@ -4,10 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";
flake-utils.url = "github:numtide/flake-utils";
};