From 68e2c3ea23ed5e7bb85eb75149a5c57ee68b944a Mon Sep 17 00:00:00 2001 From: Andreas Wiese Date: Sat, 19 Nov 2022 00:48:26 +0100 Subject: [PATCH] flake.lock: nixpkgs -> 22.11 (a.k.a. unstable-small) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/fb0003cd0b4d850995ff439621b01a8a6433cf2d' (2022-05-24) → 'github:NixOS/nixpkgs/42688c90a7304812f66db3596ce1aedafd16c09f' (2022-11-18) --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6b392df..dbb323a 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1653368995, - "narHash": "sha256-v1ztHn+OcA3dAgk6u3pq0d5ol4K/iXwsiFYpNDIN0VE=", + "lastModified": 1668804944, + "narHash": "sha256-0xuVoDKyteghp88ryNaho2kkbOs0az3fvS6X8yDu2Yo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fb0003cd0b4d850995ff439621b01a8a6433cf2d", + "rev": "42688c90a7304812f66db3596ce1aedafd16c09f", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-22.05", + "ref": "nixos-unstable-small", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 9425927..73e67aa 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "meterriblecrew.net package flake"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.05"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; outputs = inputs@{ self, nixpkgs }: let