diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -195,7 +195,9 @@ }, "flake-parts": { "inputs": { - "nixpkgs-lib": "nixpkgs-lib" + "nixpkgs-lib": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1725234343, @@ -213,6 +215,24 @@ }, "flake-parts_2": { "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1725234343, + "narHash": "sha256-+ebgonl3NbiKD2UD0x4BszCZQ6sTfL4xioaM49o5B3Y=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "567b938d64d4b4112ee253b9274472dc3a346eb6", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_3": { + "inputs": { "nixpkgs-lib": [ "omnix", "nixpkgs" @@ -676,7 +696,7 @@ }, "nix-gaming": { "inputs": { - "flake-parts": "flake-parts", + "flake-parts": "flake-parts_2", "nixpkgs": [ "nixpkgs" ], @@ -908,7 +928,7 @@ "cachix-push": "cachix-push", "cargo-doc-live": "cargo-doc-live", "devour-flake": "devour-flake", - "flake-parts": "flake-parts_2", + "flake-parts": "flake-parts_3", "nix": "nix", "nixpkgs": [ "nixpkgs" @@ -1032,6 +1052,7 @@ "root": { "inputs": { "chaotic": "chaotic", + "flake-parts": "flake-parts", "home-manager": "home-manager_2", "hyprland": "hyprland", "hyprland-plugins": "hyprland-plugins", |