default.nix: fix path to compat

pkg/wlstreamer
Pacman99 2021-05-16 10:22:40 -07:00
parent 2ab4df3f60
commit 5151380d61
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
let
inherit (default.inputs.nixos) lib;
default = (import "${./lib}/compat").defaultNix;
default = (import ./lib/compat).defaultNix;
ciSystems = [
"aarch64-linux"