mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-11 02:56:27 +00:00
feat: export nixos modules
This commit is contained in:
10
overlays/cura/default.nix
Normal file
10
overlays/cura/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, appimageTools, fetchurl }:
|
||||
appimageTools.wrapType2 rec {
|
||||
name = "cura";
|
||||
version = "5.6.0";
|
||||
src = fetchurl {
|
||||
url =
|
||||
"https://github.com/Ultimaker/Cura/releases/download/${version}/UltiMaker-Cura-${version}-linux-X64.AppImage";
|
||||
hash = "sha256-EHiWoNpLKHPzv6rZrtNgEr7y//iVcRYeV/TaCn8QpEA=";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user