summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-19 00:28:30 -0400
committerseth <[email protected]>2023-09-19 01:09:34 -0400
commitf924887c4b646aa2ce762039070f8741ab933221 (patch)
treedb81ed2b866a6a00f7ddf13c8846c6a3b1f6018d /flake.lock
parent1c9c0ef2e40fbd1a921b446d8fe5884e645e4308 (diff)
feat!: introduce fetchPackwizModpack
this is a major **breaking** change, replacing previous functions such as `mkPackwizPackages` & `mkModLinks`
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..ada2505
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1694767346,
+ "narHash": "sha256-5uH27SiVFUwsTsqC5rs3kS7pBoNhtoy9QfTP9BmknGk=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "ace5093e36ab1e95cb9463863491bee90d5a4183",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-unstable",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}