From 8b64b256758bbd7b638d4daf6eaf8cdae3d39ba8 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 24 Sep 2023 09:11:41 -0400 Subject: [PATCH] change nix version again --- flake.lock | 22 +++++++++++----------- flake.nix | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 246c550..99f616e 100644 --- a/flake.lock +++ b/flake.lock @@ -137,11 +137,11 @@ }, "master": { "locked": { - "lastModified": 1695521010, - "narHash": "sha256-2raGKYu7U7nqBKUBPzZbnRAEraRstM4CHPN4GZHXtJM=", + "lastModified": 1695560114, + "narHash": "sha256-8PMaxaKawUFYzSZfz4qIpuWgGq/g+kfyyZ+c+Ww5flU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "397b1733f45dc601e82ab9e13d5d427167fc284e", + "rev": "20c378c27a7e0969bdfe4f3bcaedd98d3d747d81", "type": "github" }, "original": { @@ -171,21 +171,21 @@ "flake-compat": "flake-compat", "lowdown-src": "lowdown-src", "nixpkgs": [ - "unstable" + "stable" ], "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1694067117, - "narHash": "sha256-fstL4alQM8QpsunEtaErpURwQ0yoTh19YdjobsN2ids=", + "lastModified": 1695384831, + "narHash": "sha256-Ah4JBpKBFgOjXjhQBjaf7Zk9WYVk2ykcXPMeHpuoEyc=", "owner": "NixOS", "repo": "nix", - "rev": "2da46530d0bb4faf8ca0605f8fdffca7bd5baa73", + "rev": "f89b84919c1a5c796512c50311821e7779b3678b", "type": "github" }, "original": { "owner": "NixOS", - "ref": "2.17-maintenance", + "ref": "f89b84919c1a5c796512c50311821e7779b3678b", "repo": "nix", "type": "github" } @@ -380,11 +380,11 @@ }, "stable": { "locked": { - "lastModified": 1695346609, - "narHash": "sha256-jur+AjgRvablLA2oBvC4FD89zCXttVQDwi6OXk5x/14=", + "lastModified": 1695416179, + "narHash": "sha256-610o1+pwbSu+QuF3GE0NU5xQdTHM3t9wyYhB9l94Cd8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e9b4b56e5a20ac322c0c01ccab7ec697ab076ea0", + "rev": "715d72e967ec1dd5ecc71290ee072bcaf5181ed6", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 784f1a0..51ba609 100644 --- a/flake.nix +++ b/flake.nix @@ -6,8 +6,8 @@ stable.url = "github:NixOS/nixpkgs?ref=nixos-23.05"; nix = { - url = "github:NixOS/nix?ref=2.17-maintenance"; - inputs.nixpkgs.follows = "unstable"; + url = "github:NixOS/nix?ref=f89b84919c1a5c796512c50311821e7779b3678b"; + inputs.nixpkgs.follows = "stable"; }; nixos-generators = {