[NixOS] Don't disable nix overlay

This commit is contained in:
Ivan Malison 2023-08-05 01:30:28 -06:00
parent 5e04490b47
commit a0b9bd0563

View File

@ -12,7 +12,7 @@
};
nixpkgs.overlays = with inputs; [
# nix.overlays.default
nix.overlays.default
(import ./overlay.nix)
];