From c2f1b717c7c1933079ad1d706a193e49f9d0bf68 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 24 Jan 2024 10:46:32 -0600 Subject: [PATCH] test another nim change to force recompilation --- .github/workflows/build.yml | 3 ++- modules/langs/nim.nix | 2 +- overlays/nim/install.patch | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b106322..3d33280 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/modules/langs/nim.nix b/modules/langs/nim.nix index 700261c..0132f27 100644 --- a/modules/langs/nim.nix +++ b/modules/langs/nim.nix @@ -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 {}) diff --git a/overlays/nim/install.patch b/overlays/nim/install.patch index 1bfc76a..8c08fbd 100644 --- a/overlays/nim/install.patch +++ b/overlays/nim/install.patch @@ -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"