diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
