Skip to content

Commit

Permalink
refactor: merge subflake back into main flake
Browse files Browse the repository at this point in the history
this is annoying to maintain
  • Loading branch information
getchoo committed Nov 27, 2024
1 parent d770f61 commit 645cd89
Show file tree
Hide file tree
Showing 7 changed files with 161 additions and 210 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:

- name: Format changes
run: |
nix run \
--inputs-from ./dev \
'nixpkgs#nixfmt-rfc-style' -- .
nix fmt
- name: Commit changes
run: |
Expand Down Expand Up @@ -75,7 +73,7 @@ jobs:
- name: Run tests
run: |
nix run \
--inputs-from ./dev \
--inputs-from . \
github:Mic92/nix-fast-build -- \
--no-nom \
--flake "./dev#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
--flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
nix build \
--print-build-logs \
--show-trace \
'./dev#site'
'.#site'
- name: Get artifact directory
id: find-path
Expand Down
87 changes: 0 additions & 87 deletions dev/flake.lock

This file was deleted.

114 changes: 0 additions & 114 deletions dev/flake.nix

This file was deleted.

62 changes: 61 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 645cd89

Please sign in to comment.