diff options
| author | seth <[email protected]> | 2023-05-11 02:07:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-11 02:13:25 -0400 |
| commit | 921963cce4b5c0e6516a841f2be9680802201512 (patch) | |
| tree | 3441dcea5097c6a42a569262505acdd9a756b3da /flake.lock | |
| parent | d9bf460ac787be758a61efaed178a78c3b915265 (diff) | |
feat: start using packwiz2nix
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -15,9 +15,25 @@ "type": "indirect" } }, + "packwiz2nix": { + "locked": { + "lastModified": 1683785033, + "narHash": "sha256-2j1kcX5A8rjUCYfoGXg/Nymb6S9kfn4dRRHkMM5hlBY=", + "owner": "getchoo", + "repo": "packwiz2nix", + "rev": "a0c9b2378a0d1b3e57fda1d377b9914e3bc141b6", + "type": "github" + }, + "original": { + "owner": "getchoo", + "repo": "packwiz2nix", + "type": "github" + } + }, "root": { "inputs": { - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "packwiz2nix": "packwiz2nix" } } }, |
