diff options
author | Soispha <soispha@vhack.eu> | 2023-12-09 18:20:18 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-09 18:20:18 +0100 |
commit | b6302ae731f9d438f4e59f62d04903df79d4c942 (patch) | |
tree | 1b49245fe4e755d2fa4708de5e02b04ee1064605 /flake.lock | |
parent | build(treewide): Update (diff) | |
download | nixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.tar.gz nixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.zip |
feat(treewide): Specify nvim plugins in my flake
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 56 |
1 files changed, 6 insertions, 50 deletions
diff --git a/flake.lock b/flake.lock index e0f06e94..c8fe392d 100644 --- a/flake.lock +++ b/flake.lock @@ -332,11 +332,11 @@ ] }, "locked": { - "lastModified": 1702110948, - "narHash": "sha256-GzK0k5kFgZLbeaOPPoFS4C2BP8vZ0fAH36UtbFRnrWs=", + "lastModified": 1702124454, + "narHash": "sha256-+lwBEFPxQ8VM3ht6qEcR92A/M9GF6mDtAwKgPI3YgXQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "efa36e896951bec8d96e38ea40a22c010bd1bd8f", + "rev": "fa91c109b0dd12e680dd29010e262884f7b26186", "type": "github" }, "original": { @@ -427,22 +427,6 @@ "url": "https://codeberg.org/soispha/lf-rename.git" } }, - "neovim_config": { - "flake": false, - "locked": { - "lastModified": 1684612007, - "narHash": "sha256-V7pnVTC3cDoyXkQM3/6KL9T9uzKIVoS0HZPzM92XT9k=", - "ref": "refs/heads/prime", - "rev": "0ebe3665717941ce87ade67fba4edad98c38c9a0", - "revCount": 11, - "type": "git", - "url": "https://codeberg.org/soispha/neovim-config.git" - }, - "original": { - "type": "git", - "url": "https://codeberg.org/soispha/neovim-config.git" - } - }, "nix-github-actions": { "inputs": { "nixpkgs": [ @@ -464,32 +448,6 @@ "type": "github" } }, - "nixNeovimPlugins": { - "inputs": { - "flake-utils": [ - "flake-utils" - ], - "nixpkgs": [ - "nixpkgs" - ], - "poetry2nix": [ - "poetry2nix" - ] - }, - "locked": { - "lastModified": 1701958806, - "narHash": "sha256-U6K2t6Rck/4PTbtrAKUhYnIxG3K3t6pe2IRmygV5Rpk=", - "owner": "nixNeovim", - "repo": "nixNeovimPlugins", - "rev": "5010b91eb03696574c3c293f072a090618227e87", - "type": "github" - }, - "original": { - "owner": "nixNeovim", - "repo": "nixNeovimPlugins", - "type": "github" - } - }, "nixVim": { "inputs": { "flake-utils": [ @@ -503,11 +461,11 @@ ] }, "locked": { - "lastModified": 1702118070, - "narHash": "sha256-R8aDOiCkjImFycO/VVmyIZBGBEPyPBYPGUc1t0nRNSg=", + "lastModified": 1702132935, + "narHash": "sha256-QVR1dpU2r4TV7G5baYJlf6zgGsqOpWyNQZgoS4wnpmA=", "owner": "nix-community", "repo": "nixvim", - "rev": "dc14748fe759cbf554330bd1379aad21b8fa05da", + "rev": "1f652b60e52b35cc011b69163c65aa0d6e73d47e", "type": "github" }, "original": { @@ -726,8 +684,6 @@ "impermanence": "impermanence", "lanzaboote": "lanzaboote", "lf_rename": "lf_rename", - "neovim_config": "neovim_config", - "nixNeovimPlugins": "nixNeovimPlugins", "nixVim": "nixVim", "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs", |