diff options
author | swirl <roachh@protonmail.com> | 2022-01-08 19:59:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 19:59:10 -0500 |
commit | 42eb011e3f8a078c8fc2749bc5dd6ce8d249be7c (patch) | |
tree | 1c725640de59a72de117926c2c102943486195dc /flake.lock | |
parent | 1e51827ba3d986caa9e00871f538107ebe7b1419 (diff) | |
parent | 4a9d9b268ab6effb2ffdf96c246b859c49a449c1 (diff) | |
download | PrismLauncher-42eb011e3f8a078c8fc2749bc5dd6ce8d249be7c.tar.gz PrismLauncher-42eb011e3f8a078c8fc2749bc5dd6ce8d249be7c.tar.bz2 PrismLauncher-42eb011e3f8a078c8fc2749bc5dd6ce8d249be7c.zip |
Merge pull request #31 from muscaln/flake
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 00000000..131a9112 --- /dev/null +++ b/flake.lock @@ -0,0 +1,77 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1638122382, + "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "libnbtplusplus": { + "flake": false, + "locked": { + "lastModified": 1591558203, + "narHash": "sha256-QgvNvaoFflCXEPCCFBCeZvYTpuiwScBG7EosUgFwFNQ=", + "owner": "multimc", + "repo": "libnbtplusplus", + "rev": "dc72a20b7efd304d12af2025223fad07b4b78464", + "type": "github" + }, + "original": { + "owner": "multimc", + "repo": "libnbtplusplus", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1641528457, + "narHash": "sha256-FyU9E63n1W7Ql4pMnhW2/rO9OftWZ37pLppn/c1aisY=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "ff377a78794d412a35245e05428c8f95fef3951f", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "quazip": { + "flake": false, + "locked": { + "lastModified": 1633895098, + "narHash": "sha256-+Of0M2IAoTf1CyC0teCpsyurv6xfqiBo84V49dSeNTA=", + "owner": "multimc", + "repo": "quazip", + "rev": "b1a72ac0bb5a732bf887a535ab75c6f9bedb6b6b", + "type": "github" + }, + "original": { + "owner": "multimc", + "repo": "quazip", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "libnbtplusplus": "libnbtplusplus", + "nixpkgs": "nixpkgs", + "quazip": "quazip" + } + } + }, + "root": "root", + "version": 7 +} |