diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-03-14 10:50:07 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-03-14 10:50:07 +0100 |
commit | 950f921c09930076a19621bea9730cc866c3c482 (patch) | |
tree | fdeacba74392c32792795b529c30b6f674c2b0f6 /flake.lock | |
parent | 9dff1bac838b5a827b1e323bdc983b0f7d1e61bd (diff) | |
download | PrismLauncher-950f921c09930076a19621bea9730cc866c3c482.tar.gz PrismLauncher-950f921c09930076a19621bea9730cc866c3c482.tar.bz2 PrismLauncher-950f921c09930076a19621bea9730cc866c3c482.zip |
refactor(nix): use flake-utils
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -16,6 +16,21 @@ "type": "github" } }, + "flake-utils": { + "locked": { + "lastModified": 1676283394, + "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "libnbtplusplus": { "flake": false, "locked": { @@ -51,6 +66,7 @@ "root": { "inputs": { "flake-compat": "flake-compat", + "flake-utils": "flake-utils", "libnbtplusplus": "libnbtplusplus", "nixpkgs": "nixpkgs" } |