Compare commits
No commits in common. "283d1a080317f153000e418feaf04a3d859e804c" and "13ccb8c9c029775897a89484a6a29a88bfea0233" have entirely different histories.
283d1a0803
...
13ccb8c9c0
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
self: super: with super.lib;
|
||||
mapAttrs' (name: _: rec {
|
||||
value = super.callPackages ("./pkgs/${name}") { };
|
||||
name = removeSuffix ".nix" name;
|
||||
}) (builtins.readDir ./pkgs)
|
Loading…
Reference in a new issue