aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-12 16:42:26 +0100
committerSoispha <soispha@vhack.eu>2023-12-12 16:45:03 +0100
commit4dc8091480f4babd851eb99313a9e73187ea3440 (patch)
treefb33c4e61ae242affcb6d4caf7c94894fca40618 /flake
parentfix(hm/pkgs/scr/neorg): Use new way to specify completion function (diff)
downloadnixos-config-4dc8091480f4babd851eb99313a9e73187ea3440.zip
feat(hm/pkgs/scr/fupdate): Move fupdate in my main config tree
Diffstat (limited to '')
-rw-r--r--flake.lock33
-rw-r--r--flake.nix12
-rw-r--r--flake/default.nix2
3 files changed, 0 insertions, 47 deletions
diff --git a/flake.lock b/flake.lock
index d0f1f3f6..29d1d6de 100644
--- a/flake.lock
+++ b/flake.lock
@@ -169,38 +169,6 @@
"type": "github"
}
},
- "flake_update": {
- "inputs": {
- "flake-utils": [
- "flake-utils"
- ],
- "flake_version_update": [
- "flake_version_update"
- ],
- "nixpkgs": [
- "nixpkgs"
- ],
- "shell_library": [
- "shell_library"
- ],
- "systems": [
- "systems"
- ]
- },
- "locked": {
- "lastModified": 1700923037,
- "narHash": "sha256-lmK3LS6FL8jyJgF8l5hpWncdCgvbBVHD0e9LFFM4Il8=",
- "ref": "refs/heads/prime",
- "rev": "2b2c320d78358d1ed543041c8b96325a30e232e9",
- "revCount": 52,
- "type": "git",
- "url": "https://codeberg.org/soispha/flake_update.git"
- },
- "original": {
- "type": "git",
- "url": "https://codeberg.org/soispha/flake_update.git"
- }
- },
"flake_version_update": {
"inputs": {
"flake-utils": [
@@ -674,7 +642,6 @@
"disko": "disko",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
- "flake_update": "flake_update",
"flake_version_update": "flake_version_update",
"generate_firefox_extensions": "generate_firefox_extensions",
"gitignore": "gitignore",
diff --git a/flake.nix b/flake.nix
index ed5470f7..5ac413cc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -233,16 +233,6 @@
flake-utils.follows = "flake-utils";
};
};
- flake_update = {
- url = "git+https://codeberg.org/soispha/flake_update.git";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- systems.follows = "systems";
- flake-utils.follows = "flake-utils";
- shell_library.follows = "shell_library";
- flake_version_update.follows = "flake_version_update";
- };
- };
flake_version_update = {
url = "git+https://codeberg.org/soispha/flake_version_update.git";
inputs = {
@@ -286,7 +276,6 @@
yambar_memory,
yambar_cpu,
grades,
- flake_update,
...
}: let
sysLib = shell_library.lib.${system};
@@ -332,7 +321,6 @@
yambar_memory
yambar_cpu
grades
- flake_update
;
};
in
diff --git a/flake/default.nix b/flake/default.nix
index 8a751e15..cf2ea360 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -28,7 +28,6 @@
yambar_memory,
yambar_cpu,
grades,
- flake_update,
}: let
home_manager_config = import ../hm {
inherit
@@ -47,7 +46,6 @@
river_init_lesser
grades
shell_library
- flake_update
# external deps
user_js