From 2c2e7185bc9d442a1899e7f93a08da6150ab9158 Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Tue, 2 May 2023 12:10:45 +0300 Subject: [PATCH] lock nvim source repo --- flake.lock | 2 +- flake.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 2f82083..6a4ff43 100644 --- a/flake.lock +++ b/flake.lock @@ -29,8 +29,8 @@ }, "original": { "owner": "nixos", - "ref": "nixpkgs-unstable", "repo": "nixpkgs", + "rev": "96ba1c52e54e74c3197f4d43026b3f3d92e83ff9", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 1b158d7..f177452 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,8 @@ { description = "NVIM Configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + # TODO: migrate to 23.05 when it'll be released + nixpkgs.url = "github:nixos/nixpkgs/96ba1c52e54e74c3197f4d43026b3f3d92e83ff9"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = inputs @ {