Remove unstable package definition

This commit is contained in:
coolneng 2025-04-08 03:13:01 +02:00
parent 0127dbc975
commit e4175767a3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -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;
};
};