Icons: init figma icon sync & optimizer
This commit is contained in:
committed by
hsjobeki
parent
38e12781fa
commit
2b0f4fc4b8
15
pkgs/icon-update/flake-module.nix
Normal file
15
pkgs/icon-update/flake-module.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
{
|
||||
perSystem =
|
||||
{
|
||||
pkgs,
|
||||
system,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.optionalAttrs (system == "x86_64-linux") {
|
||||
packages.icon-update = pkgs.callPackage ./default.nix { };
|
||||
|
||||
devShells.icon-update = pkgs.callPackage ./shell.nix { };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user