Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
# Shallow clones won't work
fetch-depth: 0
- uses: cachix/install-nix-action@v22
# - name: Run Flake Checks
- name: Run Flake Checks
# if: ${{ matrix.os == 'ubuntu-latest' }}
# run: |
# nix flake check -v --show-trace --no-build
# timeout-minutes: 240
run: |
nix flake check --no-build
timeout-minutes: 30
- name: Run Flake show
run: |
nix flake show
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
system = "aarch64-darwin";
username = "chris";
baseModules = [
./nixpkgs/fonts.nix
# ./nixpkgs/fonts.nix
./nixpkgs/profiles/personal.nix
];
};
Expand Down