added overlay
This commit is contained in:
parent
491e268446
commit
0d0bafe04e
3 changed files with 16 additions and 1 deletions
14
exprs/overlay.nix
Normal file
14
exprs/overlay.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
inputs: final: prev: {
|
||||
waywall = prev.waywall.overrideAttrs (
|
||||
f: p: {
|
||||
version = "0-unstable-2026-01-06";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "tesselslate";
|
||||
repo = "waywall";
|
||||
rev = "c6504f95f8d757a2e060c4df8bd3ed145ad59e8d";
|
||||
hash = "sha256-kfBsppc+esz0Q6iIIKAeOMwkIWdN12AlH3Dji8bU32c=";
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue