From ba06f7b27361da9a095b259e8a9130f9848b1154 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Sat, 12 Nov 2022 16:56:31 -0500 Subject: [PATCH] add: disko, declaratively formatting disk tool 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 2da664c..8c93aab 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -45,6 +45,17 @@ "type": "github" } }, + { + "from": { + "id": "disko", + "type": "indirect" + }, + "to": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, { "from": { "id": "dreampkgs",