diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-24 14:43:09 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-24 14:45:37 +0200 |
commit | dbcba2ea2b7301aaa7e6487c2589b09ef09ba066 (patch) | |
tree | b4cd4b064468840e96757a55adbe9fd57a9d7904 /overlays | |
parent | db4f87d640a090c4b469595737503f4189923c45 (diff) | |
download | Nix-dbcba2ea2b7301aaa7e6487c2589b09ef09ba066.tar.gz Nix-dbcba2ea2b7301aaa7e6487c2589b09ef09ba066.tar.zst Nix-dbcba2ea2b7301aaa7e6487c2589b09ef09ba066.zip |
Reorganize files
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 408515e..42c0386 100644 --- a/overlays/default.nix +++ b/overlays/default.nix | |||
@@ -1,5 +1,5 @@ | |||
1 | { | 1 | { |
2 | mylibs = self: super: { mylibs = import ../libs.nix { pkgs = self; }; }; | 2 | mylibs = self: super: { mylibs = import ../lib { pkgs = self; }; }; |
3 | mypkgs = self: super: import ../pkgs { pkgs = self; }; | 3 | mypkgs = self: super: import ../pkgs { pkgs = self; }; |
4 | 4 | ||
5 | bitlbee = import ./bitlbee; | 5 | bitlbee = import ./bitlbee; |