From cb1326562923091915e1eb36d53faa9a268a19f8 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 10 Sep 2023 08:38:49 +0200 Subject: Fix(treewide): Purge `snap-sync` in favour of `snap-sync-forked` --- hm/default.nix | 2 -- hm/soispha/pkgs/default.nix | 3 --- 2 files changed, 5 deletions(-) (limited to 'hm') diff --git a/hm/default.nix b/hm/default.nix index 015cdeb2..0d3e702b 100644 --- a/hm/default.nix +++ b/hm/default.nix @@ -16,7 +16,6 @@ # external deps user_js, neovim_config, - snap-sync, # modules impermanence, nixNeovim, @@ -48,7 +47,6 @@ user_js neovim_config - snap-sync # modules impermanence 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 ] -- cgit 1.4.1