Compare commits
No commits in common. "c5ec5bc024dda8e7f0699e7c1c54f133e1727fef" and "29a3cbc3b35dccac16e00050b1e27b321c86848e" have entirely different histories.
c5ec5bc024
...
29a3cbc3b3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, lib ? pkgs.lib }: with lib;
|
||||
mapAttrs' (name: _: rec {
|
||||
mapAttrs' (name: _: {
|
||||
value = pkgs.callPackages ("./pkgs/${name}") { };
|
||||
name = removeSuffix ".nix" name;
|
||||
}) (builtins.readDir ./pkgs)
|
||||
|
|
Loading…
Reference in a new issue