From 61750fe0e16d44bdb652723a6ddcebbca1030731 Mon Sep 17 00:00:00 2001 From: teidesu Date: Wed, 10 Jul 2024 23:07:18 +0300 Subject: [PATCH] chore: removed disko --- flake.lock | 21 --------------------- flake.nix | 4 ---- 2 files changed, 25 deletions(-) diff --git a/flake.lock b/flake.lock index 7790ef9..60bf3ce 100644 --- a/flake.lock +++ b/flake.lock @@ -43,26 +43,6 @@ "type": "github" } }, - "disko": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1717637172, - "narHash": "sha256-geTO9YL1V9zYGxupuZvKFWxh6II9sH2bjI1dmEVhVYQ=", - "owner": "nix-community", - "repo": "disko", - "rev": "713aa3df481782719aed4d8c20ad31a9effe3564", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "disko", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems_2" @@ -213,7 +193,6 @@ "inputs": { "agenix": "agenix", "bootspec-secureboot": "bootspec-secureboot", - "disko": "disko", "home-manager": "home-manager_2", "nix-darwin": "nix-darwin", "nix-index-database": "nix-index-database", diff --git a/flake.nix b/flake.nix index 6a4e4f5..27f675f 100755 --- a/flake.nix +++ b/flake.nix @@ -38,9 +38,6 @@ nix-index-database.url = "github:nix-community/nix-index-database"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; - - disko.url = "github:nix-community/disko"; - disko.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = @@ -52,7 +49,6 @@ , bootspec-secureboot , home-manager , nix-darwin - , disko , ... }: let