small mistake

This commit is contained in:
rotterdam 2023-03-28 17:57:16 -03:00
parent 4024673591
commit 7d3c84d683

View file

@ -77,7 +77,7 @@
unstable = nixpkgs.legacyPackages.x86_64-linux; unstable = nixpkgs.legacyPackages.x86_64-linux;
}; };
in { in {
nixpkgs.overlays = [ overlay-unstable ]; nixpkgs.overlays = [ unstable-overlay ];
} }
) )
]; ];