fix: overlay was broken T-T
This commit is contained in:
parent
e61913e5a8
commit
618670512e
5 changed files with 13 additions and 10 deletions
|
@ -1,7 +1,16 @@
|
|||
{ inputs, lib, ... }:
|
||||
{ withSystem, inputs, ... }:
|
||||
{
|
||||
flake.overlays.default =
|
||||
final: prev:
|
||||
withSystem prev.stdenv.hostPlatform.system (
|
||||
{ self', ... }:
|
||||
{
|
||||
inherit (self'.packages) webnsupdate;
|
||||
}
|
||||
);
|
||||
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
craneLib = inputs.crane.mkLib pkgs;
|
||||
src = craneLib.cleanCargoSource inputs.self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue