mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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 {})
|
||||
|
|
|
@ -4,7 +4,7 @@ diff --git a/install.sh b/install.sh
|
|||
cp "doc/nimdoc.css" "$nimbleDir/doc/nimdoc.css"
|
||||
chmod 644 "$nimbleDir/doc/nimdoc.css"
|
||||
+ cp "doc/nimdoc.cls" "$nimbleDir/doc/nimdoc.cls"
|
||||
+ chmod 644 "$nimbleDir/doc/nimdoc.cls"
|
||||
+ chmod 644 "$nimbleDir/doc/nimdoc.cls"
|
||||
cp "nim.nimble" "$nimbleDir/nim.nimble"
|
||||
chmod 644 "$nimbleDir/nim.nimble"
|
||||
|
||||
|
|
Loading…
Reference in a new issue