From 1a26b34013cf21baa4d0990e8269f3b0eb20a7f2 Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:51:59 +0300 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Added input 'nix-inst': 'git+http://git.envs.net/binarycat/nix-inst?ref=refs/heads/trunk&rev=fe44dfd80372d76e839d13315e4d2b1e873a403d' (2024-04-16) • Added input 'nix-inst/crane': 'github:ipetkov/crane/220387ac8e99cbee0ca4c95b621c4bc782b6a235' (2024-04-09) • Added input 'nix-inst/crane/nixpkgs': follows 'nix-inst/nixpkgs' • Added input 'nix-inst/flake-utils': 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11) • Added input 'nix-inst/flake-utils/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09) • Added input 'nix-inst/nixpkgs': follows 'nixpkgs' --- flake.lock | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 57b670b..55fb785 100644 --- a/flake.lock +++ b/flake.lock @@ -37,6 +37,27 @@ "type": "github" } }, + "crane_2": { + "inputs": { + "nixpkgs": [ + "nix-inst", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1712681629, + "narHash": "sha256-bMDXn4AkTXLCpoZbII6pDGoSeSe9gI87jxPsHRXgu/E=", + "owner": "ipetkov", + "repo": "crane", + "rev": "220387ac8e99cbee0ca4c95b621c4bc782b6a235", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, "emacs-overlay": { "inputs": { "flake-utils": "flake-utils", @@ -205,6 +226,24 @@ "type": "github" } }, + "flake-utils_4": { + "inputs": { + "systems": "systems_6" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "helix": { "inputs": { "crane": "crane", @@ -452,6 +491,28 @@ "type": "github" } }, + "nix-inst": { + "inputs": { + "crane": "crane_2", + "flake-utils": "flake-utils_4", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1713252799, + "narHash": "sha256-OoMp7r2bOn9c4NkbZ0E8/RhNjTe/5relW6InwZeBwys=", + "ref": "refs/heads/trunk", + "rev": "fe44dfd80372d76e839d13315e4d2b1e873a403d", + "revCount": 16, + "type": "git", + "url": "http://git.envs.net/binarycat/nix-inst" + }, + "original": { + "type": "git", + "url": "http://git.envs.net/binarycat/nix-inst" + } + }, "nix-software-center": { "inputs": { "nixpkgs": [ @@ -582,6 +643,7 @@ "mailserver": "mailserver", "nix-but-gigachad": "nix-but-gigachad", "nix-index-database": "nix-index-database", + "nix-inst": "nix-inst", "nix-software-center": "nix-software-center", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2", @@ -725,6 +787,21 @@ "type": "github" } }, + "systems_7": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "utils": { "inputs": { "systems": "systems_5" @@ -745,7 +822,7 @@ }, "utils_2": { "inputs": { - "systems": "systems_6" + "systems": "systems_7" }, "locked": { "lastModified": 1689068808,