mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
test an actual change
This commit is contained in:
parent
fce81fd7fa
commit
b66c5af706
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ in
|
|||
options.languages.nim.enable = mkEnableOption "nim";
|
||||
config = mkIf cfg.enable {
|
||||
nixpkgs.overlays = [
|
||||
# (import ../../overlays/nim {})
|
||||
(import ../../overlays/nim {})
|
||||
(import ../../overlays/nimlsp {})
|
||||
(import ../../overlays/nimble {})
|
||||
(import ../../overlays/nim-atlas {})
|
||||
|
|
Loading…
Reference in a new issue