diff options
author | Soispha <soispha@vhack.eu> | 2023-10-19 13:49:22 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-19 13:49:22 +0200 |
commit | 6a1cc3bbbd79e88bdd8a582fd6d300b5517dbaf9 (patch) | |
tree | f975a81d4fbd3f111cf67aaaa2f890cd9d564f55 /flake.lock | |
parent | fix(hm/conf/nvim/plgs/harpoon): Enable Telescope extension (diff) | |
download | nixos-config-6a1cc3bbbd79e88bdd8a582fd6d300b5517dbaf9.tar.gz nixos-config-6a1cc3bbbd79e88bdd8a582fd6d300b5517dbaf9.zip |
fix(flake): Restore to last working git revision because of harpoon
The harpoon neovim plugin is broken right now and the fix is not yet in unstable. Thus we have to wait
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock index e7b1e663..7109511a 100644 --- a/flake.lock +++ b/flake.lock @@ -607,17 +607,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1697456312, - "narHash": "sha256-roiSnrqb5r+ehnKCauPLugoU8S36KgmWraHgRqVYndo=", + "lastModified": 1696879762, + "narHash": "sha256-Ud6bH4DMcYHUDKavNMxAhcIpDGgHMyL/yaDEAVSImQY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ca012a02bf8327be9e488546faecae5e05d7d749", + "rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", "repo": "nixpkgs", + "rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a", "type": "github" } }, |