diff --git a/lib/default.nix b/lib/default.nix
index 14c0e8ce..77c1b651 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -45,9 +45,6 @@
     unfree    ? false
   }: inputs.${repo}.lib.nixosSystem {
     specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
-    pkgs-unstable = import inputs.nixpkgs-unstable {
-      config.allowUnfree = unfree; 
-    };
     pkgs = import inputs.${repo} { 
       inherit system; 
       config.allowUnfree = unfree;