chore: update flake inputs to latest versions

Removed explicit revision for `snowfall-lib` and updated flake.lock to align with the latest upstream changes. This ensures dependencies stay current while simplifying maintenance.
This commit is contained in:
Harald Hoyer 2025-02-26 15:35:01 +01:00
parent 89b5a1db0a
commit b8c83bd15b
2 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@
};
snowfall-lib = {
url = "github:snowfallorg/lib?rev=5082cdac87c5fd99ef2ee5989d9f73888bc5ed14";
url = "github:snowfallorg/lib";
inputs.nixpkgs.follows = "nixpkgs";
};