forked from fediversity/fediversity
unrelated improvements
This commit is contained in:
parent
8d5d18cf62
commit
07f760c9b7
3 changed files with 10 additions and 11 deletions
|
|
@ -25,13 +25,13 @@ jobs:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd services && nix-build -A tests.peertube
|
- run: nix-build services -A tests.peertube
|
||||||
|
|
||||||
check-panel:
|
check-panel:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd panel && nix-build -A tests
|
- run: nix-build panel -A tests
|
||||||
|
|
||||||
check-deployment-basic:
|
check-deployment-basic:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
|
|
|
||||||
|
|
@ -53,13 +53,12 @@ in
|
||||||
|
|
||||||
system.extraDependencies =
|
system.extraDependencies =
|
||||||
[
|
[
|
||||||
"${inputs.flake-parts}"
|
inputs.flake-parts
|
||||||
"${inputs.flake-parts.inputs.nixpkgs-lib}"
|
inputs.flake-parts.inputs.nixpkgs-lib
|
||||||
"${inputs.nixops4}"
|
inputs.nixops4
|
||||||
"${inputs.nixops4-nixos}"
|
inputs.nixops4-nixos
|
||||||
"${inputs.nixpkgs}"
|
inputs.nixpkgs
|
||||||
|
sources.flake-inputs
|
||||||
"${sources.flake-inputs}"
|
|
||||||
|
|
||||||
pkgs.stdenv
|
pkgs.stdenv
|
||||||
pkgs.stdenvNoCC
|
pkgs.stdenvNoCC
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ in
|
||||||
## should go into the `./nixos` subdirectory.
|
## should go into the `./nixos` subdirectory.
|
||||||
nixos.module = {
|
nixos.module = {
|
||||||
imports = [
|
imports = [
|
||||||
(import "${agenix}/modules/age.nix")
|
"${agenix}/modules/age.nix"
|
||||||
(import "${disko}/module.nix")
|
"${disko}/module.nix"
|
||||||
./options.nix
|
./options.nix
|
||||||
./nixos
|
./nixos
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue