From 1f3a666b12572f2dda613f50b00b73651025126f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 18 Aug 2024 11:06:23 +0200 Subject: [PATCH] [fix] flake: switch from unstable-small to unstable Unstable small breaks too often --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 08e4206..a7fde02 100644 --- a/flake.lock +++ b/flake.lock @@ -502,16 +502,16 @@ }, "unstable": { "locked": { - "lastModified": 1723895289, - "narHash": "sha256-MOV25tevdwqJvMHsF2rV9d/I8v6CgYLh7vuK4Igb03M=", + "lastModified": 1723637854, + "narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b959f399d27ce028a0a87317b45306b4c3c8a1b1", + "rev": "c3aa7b8938b17aebd2deecf7be0636000d62a2b9", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "type": "indirect" } } diff --git a/flake.nix b/flake.nix index 23e3091..cb1fe26 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ # Flake inputs inputs = { nixpkgs.url = "nixpkgs/nixos-24.05"; - unstable.url = "nixpkgs/nixos-unstable-small"; + unstable.url = "nixpkgs/nixos-unstable"; # Lix lix-module = { url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz"; -- 2.47.0