From 8e31614825d7d3bd4fdd9dadc9eb6face3e7942f Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 5 Nov 2023 19:17:10 -0500 Subject: [PATCH] updated nix --- flake.lock | 26 +++++++++++++------------- flake.nix | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index b5cc552..2a471c5 100644 --- a/flake.lock +++ b/flake.lock @@ -168,11 +168,11 @@ }, "master": { "locked": { - "lastModified": 1699159415, - "narHash": "sha256-SioecMJseTpLf+lpg7x1DUEUHg72xLCNynJT/5bJIKc=", + "lastModified": 1699227158, + "narHash": "sha256-cqJdQp/Ix/FCAjVaFcmLHL6cEpCLO6OlEJRPOMeGX00=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4af510c7ae4a528a54312ee10355ae3e521e38e9", + "rev": "413655a1cfdcb155ddb74882711f2b3a4e716933", "type": "github" }, "original": { @@ -208,16 +208,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1698770907, - "narHash": "sha256-Cb0K2V/8+dJMD6g6BLgq/PwH613aYj9Yhvkl6gzqx0U=", + "lastModified": 1699217591, + "narHash": "sha256-pP9Pifra+CpVZaGSxd9Dr9T3Gcc4p0ViuS1m+0JJysM=", "owner": "NixOS", "repo": "nix", - "rev": "e3febfcd532adb23ca05ac465a2b907d6f1a3529", + "rev": "1a14ce83811038b05b653df461a944ef0847d14d", "type": "github" }, "original": { "owner": "NixOS", - "ref": "e3febfcd532adb23ca05ac465a2b907d6f1a3529", + "ref": "1a14ce83811038b05b653df461a944ef0847d14d", "repo": "nix", "type": "github" } @@ -454,11 +454,11 @@ }, "stable": { "locked": { - "lastModified": 1699110214, - "narHash": "sha256-L2TU4RgtiqF69W8Gacg2jEkEYJrW+Kp0Mp4plwQh5b8=", + "lastModified": 1699169573, + "narHash": "sha256-cvUb1xZkvOp3W2SzylStrTirhVd9zCeo5utJl9nSIhw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "78f3a4ae19f0e99d5323dd2e3853916b8ee4afee", + "rev": "aeefe2054617cae501809b82b44a8e8f7be7cc4b", "type": "github" }, "original": { @@ -490,11 +490,11 @@ }, "unstable": { "locked": { - "lastModified": 1698924604, - "narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=", + "lastModified": 1699099776, + "narHash": "sha256-X09iKJ27mGsGambGfkKzqvw5esP1L/Rf8H3u3fCqIiU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40", + "rev": "85f1ba3e51676fa8cc604a3d863d729026a6b8eb", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 5904b47..c043830 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ type = "github"; owner = "NixOS"; repo = "nix"; - ref = "e3febfcd532adb23ca05ac465a2b907d6f1a3529"; + ref = "1a14ce83811038b05b653df461a944ef0847d14d"; inputs.nixpkgs.follows = "unstable"; }; nixos-generators = {