summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-27 06:07:26 -0500
committerseth <[email protected]>2023-12-27 06:19:24 -0500
commit8f9d7de04f4da4abc8a097c2021c8e4723c25dc7 (patch)
tree6708c14f6a045edcb66ee7a03049006d2b3daceb /flake.nix
parent773d59f2606c924de218d8d5bdfadcc875084047 (diff)
Revert "actions: use nix2workflow again"
This reverts commit 0cc0ada5d44ade6cab2e9220f7993aaf77985e1b.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 09d59dc..6086bec 100644
--- a/flake.nix
+++ b/flake.nix
@@ -81,11 +81,6 @@
};
};
- nix2workflow = {
- url = "github:getchoo/nix2workflow";
- inputs.nixpkgs-lib.follows = "nixpkgs";
- };
-
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
@@ -140,7 +135,6 @@
parts.lib.mkFlake {inherit inputs;} {
imports = [
inputs.pre-commit.flakeModule
- inputs.nix2workflow.flakeModule
./dev
./modules