Remove nixpkgs-unstable

This commit is contained in:
Jakob Lechner 2022-09-27 23:02:13 +00:00
parent c325eafbbf
commit cfeb4b4e9e
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -25,12 +25,6 @@
nixpkgs.overlays = with inputs; [
self.overlay
(final: prev: {
unstable = import nixpkgs-unstable {
inherit (config.nixpkgs)
config
overlays
system;
};
master = import inputs.nixpkgsMaster {
inherit system;
config = prev.config;