From 49222c448780180715f81c3d0a339cb52cabe3ca Mon Sep 17 00:00:00 2001 From: vkcku Date: Mon, 1 Jun 2026 11:55:41 +0530 Subject: infra: add disko to default imports monorepo-revid: 73d3369eb715d459a2c5279ad469260da6166d93 --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 99e9192..b55a537 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,11 @@ nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; # keep-sorted start block=yes newline_separated=yes + disko = { + url = "github:nix-community/disko"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + flake-parts.url = "github:hercules-ci/flake-parts"; import-tree.url = "github:denful/import-tree"; -- cgit v1.3.1