diff options
| author | seth <[email protected]> | 2023-11-08 02:04:54 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-08 02:07:07 -0500 |
| commit | bd18613b0fa0410856008d0c68397b012dd33eb0 (patch) | |
| tree | c3946b970e85b4907788f40024d36433bb4e65e3 /flake.nix | |
| parent | f6c8e4055c8805c7882572e05f70f180b184a3c1 (diff) | |
flake: update getchoo/getchvim & use nix2workflow
Flake lock file updates:
• Updated input 'getchoo':
'github:getchoo/nix-exprs/602193a4d8d0c8a886f9bb4f7e2bca2b968771fc' (2023-11-05)
→ 'github:getchoo/nix-exprs/2af0619873101062932295533d737a2c14a4aaaa' (2023-11-08)
• Updated input 'getchvim':
'github:getchoo/getchvim/80b4001e13965c6a4a5b35b85a35b4e0ff8557ec' (2023-11-03)
→ 'github:getchoo/getchvim/5c73356bb3014293f36af56c0c78751f5b33ab74' (2023-11-08)
• Removed input 'getchvim/getchoo'
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 |
