delete unneeded build file
This commit is contained in:
parent
c9a6333685
commit
ba72023546
1 changed files with 0 additions and 48 deletions
48
.github/workflows/build.yml
vendored
48
.github/workflows/build.yml
vendored
|
|
@ -1,48 +0,0 @@
|
||||||
name: Nix Build
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- "README.md"
|
|
||||||
- ".gitignore"
|
|
||||||
- "Makefile"
|
|
||||||
- ".gitattributes"
|
|
||||||
workflow_run:
|
|
||||||
workflows: [update-flake]
|
|
||||||
types: [completed]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-nixos:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: "Maximize Disk Space"
|
|
||||||
uses: easimon/maximize-build-space@v8
|
|
||||||
with:
|
|
||||||
root-reserve-mb: 8192
|
|
||||||
swap-size-mb: 1024
|
|
||||||
build-mount-path: /nix
|
|
||||||
remove-dotnet: "true"
|
|
||||||
remove-android: "true"
|
|
||||||
remove-haskell: "true"
|
|
||||||
remove-codeql: "true"
|
|
||||||
remove-docker-images: "true"
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: "Install Nix ❄️"
|
|
||||||
uses: cachix/install-nix-action@v27
|
|
||||||
with:
|
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
|
||||||
|
|
||||||
- name: "Install Cachix ❄️"
|
|
||||||
uses: cachix/cachix-action@v15
|
|
||||||
with:
|
|
||||||
name: zackartz
|
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
|
||||||
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
|
|
||||||
|
|
||||||
- name: "Build NixOS config ❄️"
|
|
||||||
run: |
|
|
||||||
NIX_BUILD_CORES=1 NIX_BUILD_MAX_JOBS=1 nix build .\#nixosConfigurations."earth".config.system.build.toplevel
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue