overlays/nix: remove

This commit is contained in:
LavaDesu 2022-02-02 17:19:15 +07:00
parent f768eb6fa7
commit c0309ee541
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 0 additions and 14 deletions

View file

@ -1,7 +1,6 @@
builtins.map (path: import path) [
./discord.nix
./material-icons.nix
./nix.nix
./picom.nix
./rofi.nix
./xinit.nix

View file

@ -1,13 +0,0 @@
# TODO: remove after upstream fixes https://github.com/NixOS/nix/issues/5728
self: super: {
nixUnstable = super.nixUnstable.override rec {
version = "2.5${suffix}";
suffix = "pre20211007_${super.lib.substring 0 7 src.rev}";
src = super.fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "844dd901a7debe8b03ec93a7f717b6c4038dc572";
sha256 = "sha256-fe1B4lXkS6/UfpO0rJHwLC06zhOPrdSh4s9PmQ1JgPo=";
};
};
}