about summary refs log tree commit diff
path: root/nix/pkgs/remarvin/default.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-10-29 22:44:08 +0100
committerEmile <git@emile.space>2024-10-29 22:44:08 +0100
commit37d8c4d2633fea252a44eb2024799bd15d896387 (patch)
treeb48e7a0099db9b242029ffa37124ca9c6e1da43d /nix/pkgs/remarvin/default.nix
parenta7a14fde7cde4612347f83ec37585cf4268072e6 (diff)
marvin pkg + module
Diffstat (limited to 'nix/pkgs/remarvin/default.nix')
-rw-r--r--nix/pkgs/remarvin/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nix/pkgs/remarvin/default.nix b/nix/pkgs/remarvin/default.nix
index 1da157f..a45bad2 100644
--- a/nix/pkgs/remarvin/default.nix
+++ b/nix/pkgs/remarvin/default.nix
@@ -10,7 +10,7 @@ pkgs.buildGoModule rec {
 
   src = fetchgit {
     url = "git://git.emile.space/remarvin.git";
-    hash = "sha256-UahNwhsxFGSpaVTk2EFtjt/MCB4Ec/08QStylL2QPUM=";
+    hash = "sha256-jgV5bzQQ4n9v7PgFQ5n0yFTPcjgHNQ/BYPxzTp1Os4w=";
   };
 
   vendorHash = null;
@@ -19,8 +19,6 @@ pkgs.buildGoModule rec {
 
   postInstall = ''
     mkdir -p $out
-    cp -r templates $out
-
     mv $out/bin/src $out/bin/remarvin
   '';