summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-11 02:07:22 -0400
committerseth <[email protected]>2023-05-11 02:13:25 -0400
commit921963cce4b5c0e6516a841f2be9680802201512 (patch)
tree3441dcea5097c6a42a569262505acdd9a756b3da /flake.lock
parentd9bf460ac787be758a61efaed178a78c3b915265 (diff)
feat: start using packwiz2nix
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock18
1 files changed, 17 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 430df0b..8c8749a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}
}
},