From ada07e10d622c9e5879543f84167d67dc0bb215e Mon Sep 17 00:00:00 2001 From: LeMarsu Date: Tue, 4 Jun 2024 03:34:29 +0200 Subject: [PATCH] chore: switch from nixpkgs `23.11` to `unstable` --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 716d32e..171fdbb 100644 --- a/flake.lock +++ b/flake.lock @@ -135,16 +135,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1716991068, - "narHash": "sha256-Av0UWCCiIGJxsZ6TFc+OiKCJNqwoxMNVYDBChmhjNpo=", + "lastModified": 1717196966, + "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "25cf937a30bf0801447f6bf544fc7486c6309234", + "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 55cae4e..489b2d5 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "My neovim configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.4.0"; nil.url = "github:oxalica/nil"; yants.url = "github:divnix/yants";