mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
fix flake checks
This commit is contained in:
parent
f7c50460e1
commit
01409aafaf
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@
|
||||||
outputs = {mill-scale, ...}:
|
outputs = {mill-scale, ...}:
|
||||||
mill-scale ./. {
|
mill-scale ./. {
|
||||||
withOverlays = [(import ./nix/overlay.nix)];
|
withOverlays = [(import ./nix/overlay.nix)];
|
||||||
extraPaths = [./51-ptouch-api.rules];
|
extraPaths = [
|
||||||
|
./51-ptouch-api.rules
|
||||||
|
./web
|
||||||
|
];
|
||||||
|
|
||||||
packages = rec {
|
packages = rec {
|
||||||
ptouch-api = pkgs: pkgs.ptouch-api;
|
ptouch-api = pkgs: pkgs.ptouch-api;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue