diff options
| author | seth <[email protected]> | 2023-12-25 05:00:05 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-25 05:10:04 -0500 |
| commit | 0cc0ada5d44ade6cab2e9220f7993aaf77985e1b (patch) | |
| tree | 122d23d5cd27144fd491ea43f7082bfaf9ae8f76 /flake.lock | |
| parent | d3572003f2aee35d7cfa3457dfe4fa4309a55ff1 (diff) | |
actions: use nix2workflow again
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -382,6 +382,26 @@ "type": "github" } }, + "nix2workflow": { + "inputs": { + "nixpkgs-lib": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1703496925, + "narHash": "sha256-Ayz0FD8ptejT9Uq7Rm1h9iv2PaPQg8zCMGuMSA/ib3k=", + "owner": "getchoo", + "repo": "nix2workflow", + "rev": "ee728efb75096431bb94f746d990f2dc786b0be2", + "type": "github" + }, + "original": { + "owner": "getchoo", + "repo": "nix2workflow", + "type": "github" + } + }, "nixos-hardware": { "locked": { "lastModified": 1702453208, @@ -575,6 +595,7 @@ "hm": "hm", "lanzaboote": "lanzaboote", "nix-index-database": "nix-index-database", + "nix2workflow": "nix2workflow", "nixos-hardware": "nixos-hardware", "nixos-wsl": "nixos-wsl", "nixpkgs": "nixpkgs", |
