mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
meta: Flatten packages directory
This commit is contained in:
parent
fb2acae89a
commit
692093da7d
@ -6,7 +6,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
xfce.exo # Open with kitty support
|
||||
glib
|
||||
(pkgs.callPackage ../packages/go-thumbnailer { })
|
||||
(pkgs.callPackage ../packages/go-thumbnailer.nix { })
|
||||
];
|
||||
|
||||
services.gvfs.enable = true; # Trash support
|
||||
|
@ -28,7 +28,7 @@ buildGoModule rec {
|
||||
|
||||
postInstall = ''
|
||||
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; {
|
Loading…
Reference in New Issue
Block a user