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