From e959f54b07aa3a2675a942bd5d9e621c2c15cd88 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 12 Nov 2022 03:58:54 +0100 Subject: flake: add devshell and VM sandbox --- flake.lock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 45b4c6d..48222a4 100644 --- a/flake.lock +++ b/flake.lock @@ -15,6 +15,21 @@ "type": "github" } }, + "flaky-utils": { + "locked": { + "lastModified": 1668221526, + "narHash": "sha256-cUtnjzEIgnfohdb0UhPU0ZVYyJ9USQhUwnEXexLlMNc=", + "ref": "master", + "rev": "bfa3be010c8c90f1bd0326747b9b424535381bb2", + "revCount": 11, + "type": "git", + "url": "https://cgit.pacien.net/libs/flaky-utils" + }, + "original": { + "type": "git", + "url": "https://cgit.pacien.net/libs/flaky-utils" + } + }, "nixpkgs": { "locked": { "lastModified": 1662019588, @@ -34,6 +49,7 @@ "root": { "inputs": { "flake-utils": "flake-utils", + "flaky-utils": "flaky-utils", "nixpkgs": "nixpkgs" } } -- cgit v1.2.3