]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/default.nix
Refactor configuration and overlays
[perso/Immae/Config/Nix.git] / pkgs / default.nix
similarity index 98%
rename from overlays/mypkgs.nix
rename to pkgs/default.nix
index f0bdf95f0dd1875f117f0cbc44373095f1306241..3c09e3076168938c40c04cfe648b8835c4a1e9c7 100644 (file)
@@ -1,4 +1,5 @@
-self: super: with self;
+{ pkgs }:
+with pkgs;
 {
   boinctui = callPackage ../pkgs/boinctui {};
   cnagios = callPackage ../pkgs/cnagios {};