mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 06:00:45 -06:00
test another nim change to force recompilation
This commit is contained in:
parent
1e72a00172
commit
c2f1b717c7
3 changed files with 4 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -38,7 +38,8 @@ jobs:
|
||||||
# for host in algiz othalan mannaz
|
# for host in algiz othalan mannaz
|
||||||
for host in ${HOSTS[@]}
|
for host in ${HOSTS[@]}
|
||||||
do
|
do
|
||||||
cachix watch-exec daylin -- \
|
cachix watch-exec daylin \
|
||||||
|
-- \
|
||||||
nix build \
|
nix build \
|
||||||
".#nixosConfigurations.$host.config.system.build.toplevel" \
|
".#nixosConfigurations.$host.config.system.build.toplevel" \
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
|
|
|
@ -11,7 +11,7 @@ in {
|
||||||
options.languages.nim.enable = mkEnableOption "nim";
|
options.languages.nim.enable = mkEnableOption "nim";
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
#(import ../../overlays/nim {})
|
(import ../../overlays/nim {})
|
||||||
(import ../../overlays/nimlsp {})
|
(import ../../overlays/nimlsp {})
|
||||||
(import ../../overlays/nimble {})
|
(import ../../overlays/nimble {})
|
||||||
(import ../../overlays/nim-atlas {})
|
(import ../../overlays/nim-atlas {})
|
||||||
|
|
|
@ -4,7 +4,7 @@ diff --git a/install.sh b/install.sh
|
||||||
cp "doc/nimdoc.css" "$nimbleDir/doc/nimdoc.css"
|
cp "doc/nimdoc.css" "$nimbleDir/doc/nimdoc.css"
|
||||||
chmod 644 "$nimbleDir/doc/nimdoc.css"
|
chmod 644 "$nimbleDir/doc/nimdoc.css"
|
||||||
+ cp "doc/nimdoc.cls" "$nimbleDir/doc/nimdoc.cls"
|
+ 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"
|
cp "nim.nimble" "$nimbleDir/nim.nimble"
|
||||||
chmod 644 "$nimbleDir/nim.nimble"
|
chmod 644 "$nimbleDir/nim.nimble"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue