Compare commits
No commits in common. "c81b43530aa62a41d467eb7b602a8ab53a2afcd6" and "2155f4073f966dbbdc674786e9c19077a39346c7" have entirely different histories.
c81b43530a
...
2155f4073f
3 changed files with 4 additions and 2 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 --extra-platforms aarch64-linux
|
||||
run: nix build .#nixosConfigurations.cryodev-pi.config.system.build.toplevel --impure
|
||||
|
|
|
|||
|
|
@ -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 --extra-platforms aarch64-linux
|
||||
run: nix build .#nixosConfigurations.cryodev-pi.config.system.build.toplevel --impure
|
||||
|
||||
build-pi-images:
|
||||
needs: build-hosts
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
];
|
||||
|
||||
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