summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-25 05:00:05 -0500
committerseth <[email protected]>2023-12-25 05:10:04 -0500
commit0cc0ada5d44ade6cab2e9220f7993aaf77985e1b (patch)
tree122d23d5cd27144fd491ea43f7082bfaf9ae8f76 /flake.nix
parentd3572003f2aee35d7cfa3457dfe4fa4309a55ff1 (diff)
actions: use nix2workflow again
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8629c1a..c580600 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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