From e4175767a33b9c0912bccaf8282cdf14f90d8c42 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 8 Apr 2025 03:13:01 +0200 Subject: [PATCH] Remove unstable package definition --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 58a9e3e..60389a0 100644 --- a/flake.nix +++ b/flake.nix @@ -29,8 +29,6 @@ pkgs = import pkgs { inherit system; }; - pkgs-unstable = import inputs.nixpkgs-unstable { inherit system; }; - lib = nixpkgs.lib; in @@ -44,7 +42,6 @@ ]; specialArgs = { inherit inputs; - inherit pkgs-unstable; }; };