This commit is contained in:
Julien Malka 2021-12-29 16:44:32 +01:00
parent 9889a415df
commit e94b93266c
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F

View file

@ -4,7 +4,7 @@ with builtins; with inputs;
let
overlay-unstable = final: prev: {
unstable = nixpkgs-unstable.legacyPackages.x86_64-linux;
unstable = unstable.legacyPackages.x86_64-linux;
};
in
{