about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-10 08:38:49 +0200
committerSoispha <soispha@vhack.eu>2023-09-10 08:38:49 +0200
commitcb1326562923091915e1eb36d53faa9a268a19f8 (patch)
treef11ff2979c5acdeb8f2b3f04c2cf222078364435 /hm/soispha/pkgs
parentFix(treewide): Provide `snap-synced-forked` as overlay and thus as pkg (diff)
downloadnixos-config-cb1326562923091915e1eb36d53faa9a268a19f8.zip
Fix(treewide): Purge `snap-sync` in favour of `snap-sync-forked`
Diffstat (limited to '')
-rw-r--r--hm/soispha/pkgs/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix
index 83744400..f6a4efa0 100644
--- a/hm/soispha/pkgs/default.nix
+++ b/hm/soispha/pkgs/default.nix
@@ -2,13 +2,11 @@
   pkgs,
   sysLib,
   grades,
-  snap-sync,
   system,
   flake_update,
   ...
 }:
 with pkgs; let
-  snap-sync-pkgs = pkgs.writeShellScriptBin "snap-sync" (builtins.readFile "${snap-sync}/bin/snap-sync");
   shell-scripts = (import ./scripts.nix) {inherit pkgs sysLib;};
 
   Gui = {
@@ -139,7 +137,6 @@ with pkgs; let
 in {
   home.packages =
     [
-      snap-sync-pkgs
       flake_update.outputs.packages.${system}.default
       grades.outputs.packages.${system}.default
     ]