From aad807adf6453f21d7a01b616cdc075b64dc5875 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Mon, 21 Aug 2023 20:42:38 -0400 Subject: [PATCH] update nix and flake.lock --- flake.lock | 20 ++++++++++---------- flake.nix | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 09f7a76..5d8021a 100644 --- a/flake.lock +++ b/flake.lock @@ -106,11 +106,11 @@ }, "master": { "locked": { - "lastModified": 1692592905, - "narHash": "sha256-0LVmjf39AVXqHkZF8D79P9BEfbN++xwtXQDmt4nDyoM=", + "lastModified": 1692664499, + "narHash": "sha256-k9Pdbj4iRDpEdIDNgAgK/Rduhz+qI/4V3GuFNRrhbZ4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1d9c23174992536b9b8bb0fa0bde461b5dcd18de", + "rev": "e3ffebdf09f86c4e5388d1df67d56fcd1fe6d84d", "type": "github" }, "original": { @@ -143,17 +143,17 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1691778723, - "narHash": "sha256-epdvK0IDwaDZpnvk5qvNnCts9AWFl75XIEauDX0nUcM=", + "lastModified": 1692453612, + "narHash": "sha256-T53szNMtOf6oFYAZ7gjtBHhzFTdAEOHHqm/2QYFieBQ=", "owner": "nixos", "repo": "nix", - "rev": "584ff408a4e2b6eb0d74989778c640a92089b6d4", + "rev": "10afcf06aa2607bf088f7f08989f42c1fa2689a2", "type": "github" }, "original": { "owner": "nixos", "repo": "nix", - "rev": "584ff408a4e2b6eb0d74989778c640a92089b6d4", + "rev": "10afcf06aa2607bf088f7f08989f42c1fa2689a2", "type": "github" } }, @@ -322,11 +322,11 @@ }, "stable": { "locked": { - "lastModified": 1692414505, - "narHash": "sha256-sSTuyR9JYSxmUcYcj0Jvw1hIq1tz/Canw9mK0hEJvnE=", + "lastModified": 1692525914, + "narHash": "sha256-MUgZ9/9mE/EbEQA6JPdcQHkjoR5fgvaKhpy6UO67uEc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4cdad15f34e6321a2f789b99d42815b9142ac2ba", + "rev": "475d5ae2c4cb87b904545bdb547af05681198fcc", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 19b3811..1e250a7 100644 --- a/flake.nix +++ b/flake.nix @@ -4,8 +4,8 @@ master.url = "github:nixos/nixpkgs"; unstable.url = "github:nixos/nixpkgs/nixos-unstable"; stable.url = "github:nixos/nixpkgs/nixos-23.05"; - #nix 2.17 - nix.url = "github:nixos/nix/584ff408a4e2b6eb0d74989778c640a92089b6d4"; + + nix.url = "github:nixos/nix/10afcf06aa2607bf088f7f08989f42c1fa2689a2"; nixos-generators = { url = "github:nix-community/nixos-generators";