Remove unstable package definition

This commit is contained in:
2025-04-08 03:13:01 +02:00
parent 0127dbc975
commit e4175767a3

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