From 8325d3d86a45461868bd48cd8ea5685f77c9c6c7 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Thu, 18 Jun 2026 01:25:19 +0200 Subject: [PATCH] Remove pkgs-unstable as specialArgs in flake.nix --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index fa2dae3..766bf60 100644 --- a/flake.nix +++ b/flake.nix @@ -150,9 +150,6 @@ specialArgs = { inherit inputs outputs; - pkgs-unstable = import nixpkgs-unstable { - inherit system; - }; }; modules = [ @@ -167,9 +164,6 @@ specialArgs = { inherit inputs outputs; - pkgs-unstable = import nixpkgs-unstable { - inherit system; - }; }; modules = [