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> | 2020-04-25 00:04:21 +0200 |
commit | 132484450d4d0610444ab680906f7c4490273a60 (patch) | |
tree | 59f6495451747bb1a436d8651239ce5dc603863d /overlays | |
parent | e17ce661cc5be91523fc448fdf52cd36f6447f10 (diff) | |
download | NUR-132484450d4d0610444ab680906f7c4490273a60.tar.gz NUR-132484450d4d0610444ab680906f7c4490273a60.tar.zst NUR-132484450d4d0610444ab680906f7c4490273a60.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 408515ed..42c0386a 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; |