summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index efdb945..45afb0b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -55,7 +55,6 @@
url = "github:getchoo/getchvim";
inputs = {
nixpkgs.follows = "nixpkgs";
- getchoo.follows = "getchoo";
parts.follows = "parts";
pre-commit.follows = "pre-commit";
};
@@ -86,6 +85,11 @@
};
};
+ nix2workflow = {
+ url = "github:getchoo/nix2workflow";
+ inputs.nixpkgs-lib.follows = "nixpkgs";
+ };
+
nixinate = {
url = "github:MatthewCroughan/nixinate";
inputs.nixpkgs.follows = "nixpkgs";
@@ -127,7 +131,7 @@
parts.lib.mkFlake {inherit inputs;} {
imports = [
inputs.pre-commit.flakeModule
- inputs.getchoo.flakeModules.githubWorkflowGenerator
+ inputs.nix2workflow.flakeModule
./modules
./overlay