Compare commits
No commits in common. "71382f6a4aee243478156958343c870a11bfe327" and "a9626cfd899a821346af5be020a480ecdd267351" have entirely different histories.
71382f6a4a
...
a9626cfd89
2 changed files with 0 additions and 24 deletions
|
@ -13,7 +13,6 @@
|
||||||
../../home/wayland
|
../../home/wayland
|
||||||
../../modules
|
../../modules
|
||||||
../../modules/fonts.nix
|
../../modules/fonts.nix
|
||||||
../../pkgs/overlays.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
{lib, ...}: {
|
|
||||||
nixpkgs = {
|
|
||||||
overlays = [
|
|
||||||
(final: prev: {
|
|
||||||
spotify-player = prev.spotify-player.overrideAttrs (old: rec {
|
|
||||||
pname = "spotify-player";
|
|
||||||
version = "0.16.3";
|
|
||||||
src = prev.fetchFromGitHub {
|
|
||||||
owner = "aome510";
|
|
||||||
repo = pname;
|
|
||||||
rev = "refs/tags/v${version}";
|
|
||||||
hash = "sha256-8naLLHAVGB8ow88XjU3BpnNzY3SFC2F5uYin67hMc0E=";
|
|
||||||
};
|
|
||||||
cargoDeps = old.cargoDeps.overrideAttrs (lib.const {
|
|
||||||
name = "spotify-player.tar.gz";
|
|
||||||
inherit src;
|
|
||||||
outputHash = "sha256-KiqQH356tOEz+Hjhh5XZa3/R+Jw/dH9Ys4KPyZZSTec=";
|
|
||||||
});
|
|
||||||
});
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue