diff options
author | Soispha <soispha@vhack.eu> | 2023-12-12 16:42:26 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-12 16:45:03 +0100 |
commit | 4dc8091480f4babd851eb99313a9e73187ea3440 (patch) | |
tree | fb33c4e61ae242affcb6d4caf7c94894fca40618 /flake.lock | |
parent | fix(hm/pkgs/scr/neorg): Use new way to specify completion function (diff) | |
download | nixos-config-4dc8091480f4babd851eb99313a9e73187ea3440.tar.gz nixos-config-4dc8091480f4babd851eb99313a9e73187ea3440.zip |
feat(hm/pkgs/scr/fupdate): Move fupdate in my main config tree
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 33 |
1 files changed, 0 insertions, 33 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", |