Compare commits

..

No commits in common. "ca4ca49ffd6ca2a2dab70c04ea8c4c1507b75660" and "c78438dee9cbc881101f85bc566a66a5de41bfb2" have entirely different histories.

3 changed files with 7 additions and 12 deletions

View file

@ -6,19 +6,18 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v5
# - name: Install nix
# uses: https://github.com/cachix/install-nix-action@v31
# - name: Setup system cache
# uses: actions/cache@v3
# with:
# path: /nix/store
# key: nix-cache
- name: Setup Attic cache
uses: https://github.com/ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build baldur configuration
run: nix build .#nixosConfigurations.baldur.config.system.build.toplevel
- name: Build bragi configuration
run: nix build .#nixosConfigurations.bragi.config.system.build.toplevel
- name: Build thor configuration
run: nix build .#nixosConfigurations.thor.config.system.build.toplevel
- name: Build odin configuration
run: nix build .#nixosConfigurations.odin.config.system.build.toplevel
- name: Build freyja configuration
run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel

View file

@ -15,7 +15,6 @@
"https://cache.nixos-cuda.org"
"https://deploy-rs.cachix.org"
"https://attic.xuyh0120.win/lantian"
"https://cache.cronyakatsuki.xyz/server"
];
trusted-substituters = [
"https://hyprland.cachix.org"
@ -28,7 +27,6 @@
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
"deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI="
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
"server:H3UiSzK++1xgvbI/0BgWc2Ug/srJ45x05Zc9DqNUsxM="
];
};

View file

@ -41,6 +41,4 @@
size = 16 * 1024; # 16 GB
}
];
nix.settings.max-jobs = 1;
}