Compare commits
2 commits
c01e18cec4
...
69dfaddbf2
Author | SHA1 | Date | |
---|---|---|---|
69dfaddbf2 | |||
afa8f62bb8 |
2 changed files with 6 additions and 8 deletions
|
@ -15,10 +15,7 @@ jobs:
|
|||
echo "${{secrets.FORGEJO_SSH_KEY}}" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||
ssh-keyscan sisko.wg.aciceri.dev >> ~/.ssh/known_hosts
|
||||
# - name: Build with nix (x86_64-linux)
|
||||
# run: nix-fast-build --no-nom --systems "x86_64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
|
||||
- name: Build with nix (aarch64-linux)
|
||||
run: nix-fast-build --no-nom --systems "" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
|
||||
- name: Build with nix (x86_64-linux)
|
||||
run: nix-fast-build --no-nom --systems "x86_64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
|
||||
- name: Report checks
|
||||
run: report-checks
|
||||
|
|
|
@ -18,9 +18,10 @@
|
|||
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
|
||||
system.switch.enableNg = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.btop
|
||||
pkgs.ncdu
|
||||
environment.systemPackages = with pkgs; [
|
||||
btop
|
||||
ncdu
|
||||
git
|
||||
];
|
||||
|
||||
# FIXME not the best place
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue