[NixOS] Don't disable nix overlay
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = with inputs; [
|
nixpkgs.overlays = with inputs; [
|
||||||
# nix.overlays.default
|
nix.overlays.default
|
||||||
(import ./overlay.nix)
|
(import ./overlay.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user