flake/dev: remove nix-github-actions dependency

This commit is contained in:
Matt Sturgeon 2025-05-25 23:21:49 +01:00
parent ed2c309964
commit 5853d93330
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 0 additions and 27 deletions

21
flake/dev/flake.lock generated
View file

@ -135,26 +135,6 @@
"type": "github" "type": "github"
} }
}, },
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"dev-nixpkgs"
]
},
"locked": {
"lastModified": 1737420293,
"narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=",
"owner": "nix-community",
"repo": "nix-github-actions",
"rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-github-actions",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"dev-nixpkgs": "dev-nixpkgs", "dev-nixpkgs": "dev-nixpkgs",
@ -163,7 +143,6 @@
"git-hooks": "git-hooks", "git-hooks": "git-hooks",
"home-manager": "home-manager", "home-manager": "home-manager",
"nix-darwin": "nix-darwin", "nix-darwin": "nix-darwin",
"nix-github-actions": "nix-github-actions",
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
} }
}, },

View file

@ -32,11 +32,6 @@
inputs.nixpkgs.follows = "dev-nixpkgs"; inputs.nixpkgs.follows = "dev-nixpkgs";
}; };
nix-github-actions = {
url = "github:nix-community/nix-github-actions";
inputs.nixpkgs.follows = "dev-nixpkgs";
};
treefmt-nix = { treefmt-nix = {
url = "github:numtide/treefmt-nix"; url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "dev-nixpkgs"; inputs.nixpkgs.follows = "dev-nixpkgs";

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
self, self,
inputs,
helpers, helpers,
... ...
}: }: