test another nim change to force recompilation

This commit is contained in:
Daylin Morgan 2024-01-24 10:46:32 -06:00
parent 1e72a00172
commit c2f1b717c7
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
3 changed files with 4 additions and 3 deletions

View File

@ -38,7 +38,8 @@ jobs:
# for host in algiz othalan mannaz
for host in ${HOSTS[@]}
do
cachix watch-exec daylin -- \
cachix watch-exec daylin \
-- \
nix build \
".#nixosConfigurations.$host.config.system.build.toplevel" \
--print-build-logs

View File

@ -11,7 +11,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 {})

View File

@ -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"