about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-16 17:34:45 +0200
committerSoispha <soispha@vhack.eu>2023-10-16 17:34:45 +0200
commitb8f170d0accc368bb9c4d195f425a25d2525fd07 (patch)
treeeac4c62432c9a52b259218f96aa3612ee291ff27 /flake.nix
parentfeat(hm/conf/nvim/plgs/nvim-cmp): Add sources (diff)
downloadnixos-config-b8f170d0accc368bb9c4d195f425a25d2525fd07.tar.gz
nixos-config-b8f170d0accc368bb9c4d195f425a25d2525fd07.zip
fix(flake): Pin nixpkgs on a rev because nvim update brakes some plugins
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 32f54fd5..cbb44a87 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