Oops, forgot some ';'
This commit is contained in:
parent
bf6cd2a4b8
commit
92c389b26a
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
perSystem = { pkgs, lib, self', ...}:
|
perSystem = { pkgs, lib, self', ...}:
|
||||||
let
|
let
|
||||||
noctaliaPath = lib.getExe self'.packages.myNoctalia
|
noctaliaPath = lib.getExe self'.packages.myNoctalia;
|
||||||
in {
|
in {
|
||||||
packages.myNiri = inputs.wrapper-modules.wrappers.niri.wrap {
|
packages.myNiri = inputs.wrapper-modules.wrappers.niri.wrap {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user