mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
nix: add overlay
This commit is contained in:
parent
2119eb2205
commit
b9905ef824
5 changed files with 22 additions and 11 deletions
5
overlay.nix
Normal file
5
overlay.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ rev ? null }: (final: prev: {
|
||||
quickshell = final.callPackage ./default.nix {
|
||||
gitRev = rev;
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue