aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-23 19:30:58 +0100
committerSoispha <soispha@vhack.eu>2024-02-23 19:30:58 +0100
commit2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9 (patch)
tree711f7df91133a5453a4484917b369b4b198ba77d /flake
parentfeat(sys/nixos_git_rev): Add a file with the current git reverence (diff)
downloadnixos-config-2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9.zip
refactor(treewide): Remove my unused binaries
These are: - grades (only last references) - video_pause - lf_rename
Diffstat (limited to '')
-rw-r--r--flake.lock91
-rw-r--r--flake.nix33
-rw-r--r--flake/default.nix6
3 files changed, 0 insertions, 130 deletions
diff --git a/flake.lock b/flake.lock
index 7c8c5d13..344edbfc 100644
--- a/flake.lock
+++ b/flake.lock
@@ -339,35 +339,6 @@
"type": "github"
}
},
- "lf_rename": {
- "inputs": {
- "flake-compat": [
- "flake-compat"
- ],
- "flake-utils": [
- "flake-utils"
- ],
- "nixpkgs": [
- "nixpkgs"
- ],
- "systems": [
- "systems"
- ]
- },
- "locked": {
- "lastModified": 1692548268,
- "narHash": "sha256-UnuTjb4RTnPoNJ4u4LBOpSObf7HkGMhR4M7e6xL9o/c=",
- "ref": "refs/heads/prime",
- "rev": "03dc34eac8a469a723298846081d5fea31157cb8",
- "revCount": 9,
- "type": "git",
- "url": "https://codeberg.org/soispha/lf-rename.git"
- },
- "original": {
- "type": "git",
- "url": "https://codeberg.org/soispha/lf-rename.git"
- }
- },
"nix-darwin": {
"inputs": {
"nixpkgs": [
@@ -671,7 +642,6 @@
"home-manager": "home-manager",
"impermanence": "impermanence",
"lanzaboote": "lanzaboote",
- "lf_rename": "lf_rename",
"nixVim": "nixVim",
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",
@@ -683,12 +653,10 @@
"rust-overlay": "rust-overlay",
"serverphone": "serverphone",
"shell_library": "shell_library",
- "strip_js_comments": "strip_js_comments",
"systems": "systems",
"templates": "templates",
"treefmt-nix": "treefmt-nix",
"user_js": "user_js",
- "video_pause": "video_pause",
"yambar_cpu": "yambar_cpu",
"yambar_memory": "yambar_memory"
}
@@ -780,33 +748,6 @@
"url": "https://codeberg.org/soispha/shell_library.git"
}
},
- "strip_js_comments": {
- "inputs": {
- "crane": [
- "crane"
- ],
- "flake-utils": [
- "flake-utils"
- ],
- "nixpkgs": [
- "nixpkgs"
- ],
- "tree_sitter_js": "tree_sitter_js"
- },
- "locked": {
- "lastModified": 1676149199,
- "narHash": "sha256-Yitp7KDJfL1xPUeJwoBLNbUJlt03yvC3SsyA8FE1PMA=",
- "ref": "refs/heads/prime",
- "rev": "1be9cbf4b1a58dbc5164dfb4ddaa862488f7b42d",
- "revCount": 9,
- "type": "git",
- "url": "https://codeberg.org/ene/strip_js_comments.git"
- },
- "original": {
- "type": "git",
- "url": "https://codeberg.org/ene/strip_js_comments.git"
- }
- },
"systems": {
"locked": {
"lastModified": 1680978846,
@@ -900,38 +841,6 @@
"type": "github"
}
},
- "video_pause": {
- "inputs": {
- "crane": [
- "crane"
- ],
- "flake-utils": [
- "flake-utils"
- ],
- "nixpkgs": [
- "nixpkgs"
- ],
- "rust-overlay": [
- "rust-overlay"
- ],
- "systems": [
- "systems"
- ]
- },
- "locked": {
- "lastModified": 1698335252,
- "narHash": "sha256-cGsRm11WVjC7eYPvPNhJBfDF90ECdPQRE3DMhPOF/TM=",
- "ref": "refs/heads/prime",
- "rev": "8ba00cb9983014246ccfeba80591ac823f8de520",
- "revCount": 9,
- "type": "git",
- "url": "https://codeberg.org/soispha/video-pause.git"
- },
- "original": {
- "type": "git",
- "url": "https://codeberg.org/soispha/video-pause.git"
- }
- },
"yambar_cpu": {
"inputs": {
"crane": [
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
diff --git a/flake/default.nix b/flake/default.nix
index bafb40f4..bbf9044e 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -20,9 +20,6 @@
treefmt-nix,
templates,
# my binaries
- video_pause,
- strip_js_comments,
- lf_rename,
generate_firefox_extensions,
shell_library,
river_init_lesser,
@@ -38,11 +35,8 @@
system
# bins
- video_pause
yambar_cpu
yambar_memory
- lf_rename
- strip_js_comments
river_init_lesser
shell_library
# external deps