From 9a1638dce450a85e22dd5dfe74181c6fb1e58971 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 12 Feb 2024 17:19:09 +0100 Subject: [PATCH] Follow the disko example more closely --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index bfa9d0d..0a4c91b 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,7 @@ # Disko for declaratively setting disk formatting inputs.disko.url = "github:nix-community/disko"; + inputs.disko.inputs.nixpkgs.follows = "nixpkgs"; # Nixos generators for creating ISOs nixos-generators = {