diff options
| author | seth <[email protected]> | 2023-12-25 05:00:05 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-25 05:10:04 -0500 |
| commit | 0cc0ada5d44ade6cab2e9220f7993aaf77985e1b (patch) | |
| tree | 122d23d5cd27144fd491ea43f7082bfaf9ae8f76 /flake.nix | |
| parent | d3572003f2aee35d7cfa3457dfe4fa4309a55ff1 (diff) | |
actions: use nix2workflow again
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -81,6 +81,11 @@ }; }; + nix2workflow = { + url = "github:getchoo/nix2workflow"; + inputs.nixpkgs-lib.follows = "nixpkgs"; + }; + nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; @@ -135,6 +140,7 @@ parts.lib.mkFlake {inherit inputs;} { imports = [ inputs.pre-commit.flakeModule + inputs.nix2workflow.flakeModule ./modules ./overlay |
