From 3f641cbae15d3c74370aa9b97fd0ac478a114305 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Wed, 23 Aug 2023 10:25:16 +0200 Subject: [PATCH] add: disko, declaratively formatting disk tool (#38) since this is so useful during bootsrapping a bare system, it should be included into the registy to shorten the ux to 'nix run disko ...' --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index f09a760..1d02181 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -56,6 +56,17 @@ "type": "github" } }, + { + "from": { + "id": "disko", + "type": "indirect" + }, + "to": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, { "from": { "id": "dreampkgs",