drop nix-github-actions

This commit is contained in:
Daylin Morgan 2025-01-19 18:42:48 -06:00
parent b5d16f49a0
commit 3d87c24b91
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 10 additions and 24 deletions

View file

@ -481,7 +481,7 @@
"lix-module": [ "lix-module": [
"lix-module" "lix-module"
], ],
"nix-github-actions": "nix-github-actions", "nix-github-actions": [],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
@ -560,27 +560,6 @@
"type": "github" "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": { "nix-index-database": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [

View file

@ -137,10 +137,17 @@
# nil inputs # nil inputs
hyprland.inputs.pre-commit-hooks.follows = ""; hyprland.inputs.pre-commit-hooks.follows = "";
nixpkgs-wayland.inputs.flake-compat.follows = "";
nixos-wsl.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 = { nixConfig = {