Add nixpkgs-unstable to flake registry

This commit is contained in:
Simon Bruder 2021-05-07 14:36:39 +02:00
parent 26f7ef981b
commit ec50bc210b
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -181,6 +181,7 @@
];
registry = {
nixpkgs.flake = nixpkgs;
nixpkgs-unstable.flake = nixpkgs-unstable;
};
};
}