From bc2c602e45125f4e7993c898aa450ce325112a40 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Mon, 21 Nov 2022 23:56:28 +0000 Subject: [PATCH] Bump to nixos release 22.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6e3c8ea..07dbdd7 100644 --- a/flake.lock +++ b/flake.lock @@ -129,16 +129,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1668513763, - "narHash": "sha256-SLpleCNy2xIrC6mxAgni9nfzPFu1WhaPZhMfCj2jQwg=", + "lastModified": 1669074461, + "narHash": "sha256-ODSw8f1Z7eiN2MiaDrmsijsLrMhTVV7+vA4yZ172gLw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "69782b499beb1f99b11f38a3d2804ac8f3532da3", + "rev": "7af45eba74bf847178d42b4db26352b84db99294", "type": "github" }, "original": { "owner": "nixos", - "ref": "staging-next", + "ref": "release-22.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index f1a9e97..a79879c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { flake-utils.url = "github:numtide/flake-utils"; - nixpkgs.url = "github:nixos/nixpkgs/staging-next"; + nixpkgs.url = "github:nixos/nixpkgs/release-22.11"; nixpkgsMaster.url = "github:NixOS/nixpkgs/master"; nur.url = "github:nix-community/NUR";