Updated inputs, merged changes from pull requests:
- https://github.com/snowfallorg/lib/pull/148 - https://github.com/snowfallorg/lib/pull/147 - https://github.com/snowfallorg/lib/pull/144
This commit is contained in:
parent
02d941739f
commit
9a06683ed6
5 changed files with 59 additions and 21 deletions
|
|
@ -2,11 +2,11 @@
|
|||
description = "Snowfall Lib";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/release-23.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/release-25.05";
|
||||
# NOTE: `nix flake lock --update-input flake-utils-plus` is currently NOT
|
||||
# giving us the appropriate revision. We need a fix from a recent PR in
|
||||
# FUP, so this revision is being hard coded here for now.
|
||||
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus?rev=3542fe9126dc492e53ddd252bb0260fe035f2c0f";
|
||||
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus";
|
||||
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue