Changed syntax

This commit is contained in:
Zonsopkomst 2024-02-09 12:51:03 -06:00
parent 082a426c94
commit 112c704ec4

View file

@ -1,6 +1,5 @@
{ config, pkgs, ... }:
{
appimageTools.wrapType2 { # or wrapType1
name = "colorpicker";
src = fetchurl {
@ -8,5 +7,4 @@
hash = "0000000000000000000000000000000000000000000000000000";
};
extraPkgs = pkgs: with pkgs; [ ];
}
}
}