diff options
| author | seth <[email protected]> | 2023-12-27 06:07:26 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-27 06:19:24 -0500 |
| commit | 8f9d7de04f4da4abc8a097c2021c8e4723c25dc7 (patch) | |
| tree | 6708c14f6a045edcb66ee7a03049006d2b3daceb /flake.nix | |
| parent | 773d59f2606c924de218d8d5bdfadcc875084047 (diff) | |
Revert "actions: use nix2workflow again"
This reverts commit 0cc0ada5d44ade6cab2e9220f7993aaf77985e1b.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
