From 941551efb58da1a923c18f5555ac342112736ba7 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 1 Dec 2022 10:51:27 +0100 Subject: [PATCH] flake: move to nixos-22.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index d784b86..fda927c 100644 --- a/flake.lock +++ b/flake.lock @@ -106,16 +106,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1669061335, - "narHash": "sha256-hq6EILj/H/z+kpGyU9X3cy1F6vaRKmNFnRY1y36U6Ow=", + "lastModified": 1669834992, + "narHash": "sha256-YnhZGHgb4C3Q7DSGisO/stc50jFb9F/MzHeKS4giotg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bb029673bface2fc9fb807f209f63ca06478a72d", + "rev": "596a8e828c5dfa504f91918d0fa4152db3ab5502", "type": "github" }, "original": { "owner": "NixOS", - "ref": "22.11-beta", + "ref": "nixos-22.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index f76f2a7..3528f56 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "22.11-beta"; + ref = "nixos-22.11"; }; nixpkgs-unstable-small = {