add default.nix for NUR
This commit is contained in:
6
default.nix
Normal file
6
default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
# This file exists only for NUR compatibility, the main entry point is flake.nix
|
||||
{ pkgs }:
|
||||
let
|
||||
packagePaths = import ../packages;
|
||||
in
|
||||
builtins.mapAttrs (_: path: pkgs.callPackage path { }) packagePaths
|
Reference in New Issue
Block a user