From 20707d250ee89eb9cdd10ffd1849f715cf46aef2 Mon Sep 17 00:00:00 2001 From: Bun Date: Sat, 10 May 2025 13:55:27 -0400 Subject: [PATCH] Simplify flake further --- flake.nix | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/flake.nix b/flake.nix index 756073b5..15317913 100644 --- a/flake.nix +++ b/flake.nix @@ -47,29 +47,10 @@ blender.url = "github:edolstra/nix-warez?dir=blender"; }; - outputs = { - stable, - unstable, - - flake-utils, - - disko, - impermanence, - lanzaboote, - - mailserver, - minecraft, - - jovian, - - hm, - nur, - blender, - ... - }@inputs: + outputs = inputs: inputs.flake-utils.lib.eachDefaultSystemPassThrough (system: - let + with inputs; let mkNix = modules: channel: channel.lib.nixosSystem { inherit modules; specialArgs = inputs;