]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blobdiff - pkgs/default.nix
Reorganize files
[perso/Immae/Config/Nix/NUR.git] / pkgs / default.nix
index 8ea65a5ce1f6c601804eff073228686b28c73168..297f524d469f317d1f33fe8c8637eaaee7883afd 100644 (file)
@@ -1,7 +1,7 @@
 { pkgs }:
 with pkgs;
 let
-  mylibs = import ../libs.nix { inherit pkgs; };
+  mylibs = import ../lib { inherit pkgs; };
 in
 rec {
   boinctui = callPackage ../pkgs/boinctui {};