forked from jan-leila/nix-config
moved deviations living under horizon to common shared folder
This commit is contained in:
parent
210a4084f7
commit
7923f493eb
5 changed files with 21 additions and 8 deletions
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
fetchurl,
|
||||
appimageTools,
|
||||
}: let
|
||||
pname = "prostudiomasters";
|
||||
version = "2.5.6";
|
||||
src = fetchurl {
|
||||
url = "https://download.prostudiomasters.com/linux/ProStudioMasters-${version}.AppImage";
|
||||
hash = "sha256-7owOwdcucFfl+JsVj+Seau2KOz0J4P/ep7WrBSNSmbs=";
|
||||
};
|
||||
in
|
||||
appimageTools.wrapType2 {
|
||||
inherit pname version src;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue