diff options
| -rw-r--r-- | flake.lock | 36 | ||||
| -rw-r--r-- | flake.nix | 8 |
2 files changed, 33 insertions, 11 deletions
@@ -162,11 +162,11 @@ ] }, "locked": { - "lastModified": 1699210446, - "narHash": "sha256-Srh4ydjVoteLEF9t5PolV2Y9a1Y7QNzvu8YCy5Cy4WI=", + "lastModified": 1699415819, + "narHash": "sha256-YSC5wYmU2ZATBxtn7/3DW/qIk+yRz1dZBjtG5Lnab3g=", "owner": "getchoo", "repo": "nix-exprs", - "rev": "602193a4d8d0c8a886f9bb4f7e2bca2b968771fc", + "rev": "2af0619873101062932295533d737a2c14a4aaaa", "type": "github" }, "original": { @@ -177,9 +177,6 @@ }, "getchvim": { "inputs": { - "getchoo": [ - "getchoo" - ], "nixpkgs": [ "nixpkgs" ], @@ -191,11 +188,11 @@ ] }, "locked": { - "lastModified": 1699022368, - "narHash": "sha256-JWFYYhtASoJzYVdGovwToy1PCHObGs90oACwgT4R5Po=", + "lastModified": 1699416012, + "narHash": "sha256-Im231aE2DAECm9G7NV33jy/9iAlXfes0r21bh1bDb+U=", "owner": "getchoo", "repo": "getchvim", - "rev": "80b4001e13965c6a4a5b35b85a35b4e0ff8557ec", + "rev": "5c73356bb3014293f36af56c0c78751f5b33ab74", "type": "github" }, "original": { @@ -327,6 +324,26 @@ "type": "github" } }, + "nix2workflow": { + "inputs": { + "nixpkgs-lib": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1699416125, + "narHash": "sha256-IQHjxELWK6DBWbqYwggO4Q9gJbOm0XS3aCgMRzQWwZU=", + "owner": "getchoo", + "repo": "nix2workflow", + "rev": "f1de38cfea711e9a788794b5a658298b4062defb", + "type": "github" + }, + "original": { + "owner": "getchoo", + "repo": "nix2workflow", + "type": "github" + } + }, "nixinate": { "inputs": { "nixpkgs": [ @@ -513,6 +530,7 @@ "hm": "hm", "lanzaboote": "lanzaboote", "nix-index-database": "nix-index-database", + "nix2workflow": "nix2workflow", "nixinate": "nixinate", "nixos-hardware": "nixos-hardware", "nixos-wsl": "nixos-wsl", @@ -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 |
