From bd18613b0fa0410856008d0c68397b012dd33eb0 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 8 Nov 2023 02:04:54 -0500 Subject: flake: update getchoo/getchvim & use nix2workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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' --- flake.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'flake.nix') 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 -- cgit v1.2.3