diff --git a/flake.lock b/flake.lock index 77444b5..563d15c 100644 --- a/flake.lock +++ b/flake.lock @@ -481,7 +481,7 @@ "lix-module": [ "lix-module" ], - "nix-github-actions": "nix-github-actions", + "nix-github-actions": [], "nixpkgs": [ "nixpkgs" ], @@ -560,27 +560,6 @@ "type": "github" } }, - "nix-github-actions": { - "inputs": { - "nixpkgs": [ - "lix-attic", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1731952509, - "narHash": "sha256-p4gB3Rhw8R6Ak4eMl8pqjCPOLCZRqaehZxdZ/mbFClM=", - "owner": "nix-community", - "repo": "nix-github-actions", - "rev": "7b5f051df789b6b20d259924d349a9ba3319b226", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nix-github-actions", - "type": "github" - } - }, "nix-index-database": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 6deefbf..25c5a07 100644 --- a/flake.nix +++ b/flake.nix @@ -137,10 +137,17 @@ # nil inputs hyprland.inputs.pre-commit-hooks.follows = ""; - nixpkgs-wayland.inputs.flake-compat.follows = ""; nixos-wsl.inputs.flake-compat.follows = ""; - nixpkgs-wayland.inputs.nix-eval-jobs.follows = ""; + nixpkgs-wayland.inputs = { + flake-compat.follows = ""; + nix-eval-jobs.follows = ""; + }; + + lix-attic.inputs = { + flake-compat.follows = ""; + nix-github-actions.follows = ""; + }; }; nixConfig = {