From 5853d93330fd0ae31be61961fe34aa7c27cf0898 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 25 May 2025 23:21:49 +0100 Subject: [PATCH] flake/dev: remove `nix-github-actions` dependency --- flake/dev/flake.lock | 21 --------------------- flake/dev/flake.nix | 5 ----- flake/dev/tests.nix | 1 - 3 files changed, 27 deletions(-) diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index ca24e707..d08e3357 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -135,26 +135,6 @@ "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": { "inputs": { "dev-nixpkgs": "dev-nixpkgs", @@ -163,7 +143,6 @@ "git-hooks": "git-hooks", "home-manager": "home-manager", "nix-darwin": "nix-darwin", - "nix-github-actions": "nix-github-actions", "treefmt-nix": "treefmt-nix" } }, diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index 4d0f653e..ba96bbc6 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -32,11 +32,6 @@ inputs.nixpkgs.follows = "dev-nixpkgs"; }; - nix-github-actions = { - url = "github:nix-community/nix-github-actions"; - inputs.nixpkgs.follows = "dev-nixpkgs"; - }; - treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "dev-nixpkgs"; diff --git a/flake/dev/tests.nix b/flake/dev/tests.nix index 9eb17f5d..65585e28 100644 --- a/flake/dev/tests.nix +++ b/flake/dev/tests.nix @@ -1,7 +1,6 @@ { lib, self, - inputs, helpers, ... }: