diff options
author | Soispha <soispha@vhack.eu> | 2024-02-23 19:30:58 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-23 19:30:58 +0100 |
commit | 2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9 (patch) | |
tree | 711f7df91133a5453a4484917b369b4b198ba77d /flake.nix | |
parent | feat(sys/nixos_git_rev): Add a file with the current git reverence (diff) | |
download | nixos-config-2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9.tar.gz nixos-config-2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9.zip |
refactor(treewide): Remove my unused binaries
These are: - grades (only last references) - video_pause - lf_rename
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/flake.nix b/flake.nix index 7f12fb15..2f3a7d1f 100644 --- a/flake.nix +++ b/flake.nix @@ -162,33 +162,6 @@ }; # my bins - lf_rename = { - url = "git+https://codeberg.org/soispha/lf-rename.git"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; - flake-compat.follows = "flake-compat"; - systems.follows = "systems"; - }; - }; - video_pause = { - url = "git+https://codeberg.org/soispha/video-pause.git"; - inputs = { - systems.follows = "systems"; - nixpkgs.follows = "nixpkgs"; - crane.follows = "crane"; - flake-utils.follows = "flake-utils"; - rust-overlay.follows = "rust-overlay"; - }; - }; - strip_js_comments = { - url = "git+https://codeberg.org/ene/strip_js_comments.git"; - inputs = { - nixpkgs.follows = "nixpkgs"; - crane.follows = "crane"; - flake-utils.follows = "flake-utils"; - }; - }; generate_firefox_extensions = { url = "git+https://codeberg.org/soispha/generate_firefox_extension.git"; inputs = { @@ -274,9 +247,6 @@ treefmt-nix, templates, # my binaries - video_pause, - strip_js_comments, - lf_rename, generate_firefox_extensions, shell_library, river_init_lesser, @@ -319,9 +289,6 @@ templates # my binaries - video_pause - strip_js_comments - lf_rename generate_firefox_extensions shell_library river_init_lesser |