From 13f97ac98899eaa33481aa912b42cf7350d16211 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Fri, 1 Nov 2024 00:39:10 +0100 Subject: [PATCH] update --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 5b34eed..b9e8c1d 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1724050343, - "narHash": "sha256-tGRPGJKwczrM7793zaR74KnuYLMHArJvYXmGu8Wo9oI=", + "lastModified": 1730200266, + "narHash": "sha256-l253w0XMT8nWHGXuXqyiIC/bMvh1VRszGXgdpQlfhvU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ed434d7889eddb68002d81bc25212f26ff8f2862", + "rev": "807e9154dcb16384b1b765ebe9cd2bba2ac287fd", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index e846a74..bfb0598 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "A wrapper for Helix that provides language support"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; outputs = {nixpkgs, ...}: let supportedSystems = nixpkgs.lib.systems.flakeExposed;