pin scenefx to hash and fix deprecation warning

This commit is contained in:
Jiatao Liang 2026-05-21 12:11:29 -04:00
parent da1e1cadf7
commit 7bd2295b42
2 changed files with 19 additions and 5 deletions

21
flake.lock generated
View file

@ -49,6 +49,22 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1750605355,
"narHash": "sha256-xT8cPLTxlktxI9vSdoBlAVK7dXgd8IK59j7ZwzkkhnI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3078b9a9e75f1790e6d6ef9955fdc6a2d1740cc6",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
@ -58,9 +74,7 @@
}, },
"scenefx": { "scenefx": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": "nixpkgs_2"
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1750785057, "lastModified": 1750785057,
@ -73,6 +87,7 @@
"original": { "original": {
"owner": "wlrfx", "owner": "wlrfx",
"repo": "scenefx", "repo": "scenefx",
"rev": "3a6cfb12e4ba97b43326357d14f7b3e40897adfc",
"type": "github" "type": "github"
} }
} }

View file

@ -3,8 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
scenefx = { scenefx = {
url = "github:wlrfx/scenefx"; url = "github:wlrfx/scenefx?rev=3a6cfb12e4ba97b43326357d14f7b3e40897adfc";
inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };