mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
meta: Flatten packages directory
This commit is contained in:
parent
fb2acae89a
commit
692093da7d
@ -6,7 +6,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
xfce.exo # Open with kitty support
|
xfce.exo # Open with kitty support
|
||||||
glib
|
glib
|
||||||
(pkgs.callPackage ../packages/go-thumbnailer { })
|
(pkgs.callPackage ../packages/go-thumbnailer.nix { })
|
||||||
];
|
];
|
||||||
|
|
||||||
services.gvfs.enable = true; # Trash support
|
services.gvfs.enable = true; # Trash support
|
||||||
|
@ -28,7 +28,7 @@ buildGoModule rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/thumbnailers
|
mkdir -p $out/share/thumbnailers
|
||||||
substituteAll ${./go.thumbnailer} $out/share/thumbnailers/go.thumbnailer
|
substituteAll ${../assets/go.thumbnailer} $out/share/thumbnailers/go.thumbnailer
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
Loading…
Reference in New Issue
Block a user