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.nix | |
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.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 455b090b..3057475a 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { # base - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/f99e5f03cc0aa231ab5950a15ed02afec45ed51a"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05"; # inputs for following |