fix nur file

This commit is contained in:
Shelvacu
2025-07-12 14:02:12 -07:00
committed by Shelvacu on fw
parent a88a6a5138
commit c917247175

View File

@@ -1,6 +1,6 @@
# This file exists only for NUR compatibility, the main entry point is flake.nix
{ pkgs }:
let
packagePaths = import ../packages;
packagePaths = import ./packages;
in
builtins.mapAttrs (_: path: pkgs.callPackage path { }) packagePaths