mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
build(flake): bump nixpkgs to unstable
Track nixos-unstable for nixpkgs to pick up newer packages and module updates.
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -39,16 +39,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1773686730,
|
"lastModified": 1770181073,
|
||||||
"narHash": "sha256-TYN0biAPPdNSaLoUPrwAglfuKxiz22GsGbeS6B2+19k=",
|
"narHash": "sha256-ksTL7P9QC1WfZasNlaAdLOzqD8x5EPyods69YBqxSfk=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "18e54fc4e894a2f96720d3428c59ed7343fae26b",
|
"rev": "bf922a59c5c9998a6584645f7d0de689512e444c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"ref": "release-25.11",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
description = "Snowfall Lib";
|
description = "Snowfall Lib";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/release-25.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus/master";
|
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus/master";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user