flake: use nixfmt-rfc-style
This commit is contained in:
parent
e7b8922920
commit
3307e8259d
13 changed files with 398 additions and 167 deletions
|
@ -1,12 +1,16 @@
|
|||
{ stdenvNoCC, fetchzip, lib, ... }:
|
||||
{
|
||||
stdenvNoCC,
|
||||
fetchzip,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "fairfax";
|
||||
version = "20240601";
|
||||
src = lib.cleanSourceWith {
|
||||
filter = _path: type: type == "regular";
|
||||
src = fetchzip {
|
||||
url =
|
||||
"https://github.com/kreativekorp/open-relay/releases/download/2024-06-01/Fairfax.zip";
|
||||
url = "https://github.com/kreativekorp/open-relay/releases/download/2024-06-01/Fairfax.zip";
|
||||
hash = "sha256-rUl/C250pJBal69ThtWhPMFe182nnZmk5UUA7eDrZeA=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue