Skip to content

Commit 82f3e8e

Browse files
refactor: Add overlay.nix and pkgs dir, clean-up flake.nix, update all inputs (#22)
* refactor: Add overlay, do some cleanup * Update nixpkgs flake input * Run nix fmt on repo with new nixfmt-rfc-style * Update all flake inputs * check flake on all systems
1 parent a16cb88 commit 82f3e8e

File tree

14 files changed

+328
-309
lines changed

14 files changed

+328
-309
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: cachix/install-nix-action@v16
2626
with:
2727
nix_path: nixpkgs=channel:nixos-unstable
28-
- run: nix flake check --no-update-lock-file
28+
- run: nix flake check --no-update-lock-file --all-systems
2929

3030
# Checks the nix formatting.
3131
template-fmt-check:

flake.lock

Lines changed: 18 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)