diff options
author | Soispha <soispha@vhack.eu> | 2023-09-10 08:38:49 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-10 08:38:49 +0200 |
commit | cb1326562923091915e1eb36d53faa9a268a19f8 (patch) | |
tree | f11ff2979c5acdeb8f2b3f04c2cf222078364435 /flake.nix | |
parent | Fix(treewide): Provide `snap-synced-forked` as overlay and thus as pkg (diff) | |
download | nixos-config-cb1326562923091915e1eb36d53faa9a268a19f8.tar.gz nixos-config-cb1326562923091915e1eb36d53faa9a268a19f8.zip |
Fix(treewide): Purge `snap-sync` in favour of `snap-sync-forked`
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix index dbc66476..890928fe 100644 --- a/flake.nix +++ b/flake.nix @@ -273,10 +273,6 @@ url = "github:arkenfox/user.js"; flake = false; }; - snap-sync = { - url = "github:qubidt/snap-sync"; - flake = false; - }; }; outputs = { @@ -297,7 +293,6 @@ # external dependencies neovim_config, user_js, - snap-sync, templates, # my binaries video_pause, @@ -345,7 +340,6 @@ neovim_config user_js - snap-sync templates # my binaries |