From 90e65ad37271582d98cf6d79b236a5b3aa628a9a Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 15 Sep 2022 13:56:32 +0200 Subject: [PATCH] changed to not small release cycle --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 401fc6c..02f73c8 100644 --- a/flake.lock +++ b/flake.lock @@ -583,16 +583,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1663122717, - "narHash": "sha256-J+3/eIqCQEJkoJdlSws/5sTl3NmGwV8I8nG8p7BnveY=", + "lastModified": 1663087123, + "narHash": "sha256-cNIRkF/J4mRxDtNYw+9/fBNq/NOA2nCuPOa3EdIyeDs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3ff5deafc470403d5cb7ec8edbc7b21b719d2894", + "rev": "9608ace7009ce5bc3aeb940095e01553e635cbc7", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8ea3198..2cfc3ca 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # * https://git.voidcorp.nl/j00lz/nixos-configs/src/branch/main/flake.nix inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; colmena.url = "github:zhaofengli/colmena"; colmena.inputs.nixpkgs.follows = "nixpkgs";