From 84c6d09a04124239b78d316e253f8054d6529950 Mon Sep 17 00:00:00 2001 From: alisceon Date: Sun, 1 Feb 2026 16:19:24 +0100 Subject: [PATCH] fixin inputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d251132..3496c4b 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ nix-minecraft.url = "github:Infinidoge/nix-minecraft"; }; - outputs = { self, nixpkgs, nixpkgs-unstable, nur, nur-unstable, home-manager, stylix, nix-minecraft, ... }: + outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, nur, nur-unstable, home-manager, stylix, nix-minecraft, ... }: let system = "x86_64-linux"; pkgs = import nixpkgs {