mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -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 {})
|
||||||
|
|
Loading…
Reference in a new issue