From e5d5211c2d4df118075b735d3b68b5e93bba4366 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Mon, 22 Jan 2024 20:04:55 -0500 Subject: [PATCH] update nix --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 2d1f7bc..9a55813 100644 --- a/flake.lock +++ b/flake.lock @@ -208,16 +208,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1703092549, - "narHash": "sha256-imzsbJ3AIaAGbaVuDFlSx2t9dixyHqZe/yTti4qx398=", + "lastModified": 1705968297, + "narHash": "sha256-dGmqJW8v1JPAzv50v2u4MdLrIYLiIXVte4M1wJ0ayyA=", "owner": "NixOS", "repo": "nix", - "rev": "8e64cd59b0fe1a4e1d3ba8d359ea0f9af2936f94", + "rev": "08bf2846df34b0db3a25d575e8cb34a9518a9dcc", "type": "github" }, "original": { "owner": "NixOS", - "ref": "8e64cd59b0fe1a4e1d3ba8d359ea0f9af2936f94", + "ref": "08bf2846df34b0db3a25d575e8cb34a9518a9dcc", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index dc0aebe..731664b 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ type = "github"; owner = "NixOS"; repo = "nix"; - ref = "8e64cd59b0fe1a4e1d3ba8d359ea0f9af2936f94"; + ref = "08bf2846df34b0db3a25d575e8cb34a9518a9dcc"; inputs.nixpkgs.follows = "stable"; }; nixos-generators = {