diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-22 13:25:48 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-22 13:25:48 +0200 |
commit | 1ebe8f80dffac8cdad3feabb0a3bf6466a076972 (patch) | |
tree | aa4ae282e95fb0b51ed0dd0186f63fee42026bcb /overlays | |
parent | Misc: Move nix-index symlink to global configuration (diff) | |
download | nixos-config-1ebe8f80dffac8cdad3feabb0a3bf6466a076972.tar.gz nixos-config-1ebe8f80dffac8cdad3feabb0a3bf6466a076972.tar.bz2 nixos-config-1ebe8f80dffac8cdad3feabb0a3bf6466a076972.zip |
Update
Remove smart-wallpaper overlay as it has been updated.
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/base/default.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/overlays/base/default.nix b/overlays/base/default.nix index 47523b4..f2773f6 100644 --- a/overlays/base/default.nix +++ b/overlays/base/default.nix @@ -74,15 +74,6 @@ final: prev: }; }); - smart-wallpaper = prev.smart-wallpaper.overrideAttrs (old: { - src = prev.fetchFromGitHub { - owner = "Baitinq"; - repo = "smart-wallpaper"; - rev = "a23e6ed658342a405544ebe055ec1ac2fd464484"; - sha256 = "sha256-IymFjyfqNycTLalZBiqmjJP5U6AFefe9BSWn3Mpoz4c="; - }; - }); - comma = prev.comma.overrideAttrs (old: rec { src = prev.fetchFromGitHub { owner = "baitinq"; @@ -92,7 +83,7 @@ final: prev: }; cargoDeps = old.cargoDeps.overrideAttrs (prev.lib.const { inherit src; - outputHash = "sha256-nXzsqLPiO6Esv8l0Vom2i+HKIUEr1dPNVa2zkv1ovCE="; + outputHash = "sha256-ZtkQOp1rV7F0rJ8PwYh1lccKLF/cdEWeqxuINr/YdiQ="; }); }); |