diff --git a/flake.lock b/flake.lock index 03d3a7bc..7908199d 100644 --- a/flake.lock +++ b/flake.lock @@ -49,6 +49,22 @@ "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": { "inputs": { "flake-parts": "flake-parts", @@ -58,9 +74,7 @@ }, "scenefx": { "inputs": { - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs_2" }, "locked": { "lastModified": 1750785057, @@ -73,6 +87,7 @@ "original": { "owner": "wlrfx", "repo": "scenefx", + "rev": "3a6cfb12e4ba97b43326357d14f7b3e40897adfc", "type": "github" } } diff --git a/flake.nix b/flake.nix index 33b97c9b..abe7327d 100644 --- a/flake.nix +++ b/flake.nix @@ -3,8 +3,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; scenefx = { - url = "github:wlrfx/scenefx"; - inputs.nixpkgs.follows = "nixpkgs"; + url = "github:wlrfx/scenefx?rev=3a6cfb12e4ba97b43326357d14f7b3e40897adfc"; }; };