[NixOS] Reenable nix overlay

This commit is contained in:
Kat Huang 2023-07-26 19:19:38 +00:00
parent 19962bdc6e
commit dc600c5958

View File

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