Compare commits
2 commits
2155f4073f
...
c81b43530a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c81b43530a | ||
|
|
2a418868e6 |
3 changed files with 2 additions and 4 deletions
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
run: nix build .#nixosConfigurations.cryodev-main.config.system.build.toplevel --impure
|
||||
|
||||
- name: Build cryodev-pi
|
||||
run: nix build .#nixosConfigurations.cryodev-pi.config.system.build.toplevel --impure
|
||||
run: nix build .#nixosConfigurations.cryodev-pi.config.system.build.toplevel --impure --extra-platforms aarch64-linux
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: nix build .#nixosConfigurations.cryodev-main.config.system.build.toplevel --impure
|
||||
|
||||
- name: Build cryodev-pi
|
||||
run: nix build .#nixosConfigurations.cryodev-pi.config.system.build.toplevel --impure
|
||||
run: nix build .#nixosConfigurations.cryodev-pi.config.system.build.toplevel --impure --extra-platforms aarch64-linux
|
||||
|
||||
build-pi-images:
|
||||
needs: build-hosts
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@
|
|||
];
|
||||
|
||||
config.programs.nixvim.plugins = {
|
||||
markdown-preview.enable = lib.mkDefault true;
|
||||
# warning: Nixvim: `plugins.web-devicons` was enabled automatically because the following plugins are enabled. This behaviour is deprecated. Please explicitly define `plugins.web-devicons.enable`
|
||||
web-devicons.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue