From 083b85ea2c204d33d0f3dbfbaea1fc36f9aa0ffe Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Thu, 1 Dec 2022 06:20:33 +0000 Subject: [PATCH] Update to tagged 22.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6c2877a..1e8c269 100644 --- a/flake.lock +++ b/flake.lock @@ -84,17 +84,17 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1669052418, - "narHash": "sha256-M1I4BKXBQm2gey1tScemEh5TpHHE3gKptL7BpWUvL8s=", + "lastModified": 1669833724, + "narHash": "sha256-/HEZNyGbnQecrgJnfE8d0WC5c1xuPSD2LUpB6YXlg4c=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8", + "rev": "4d2b37a84fad1091b9de401eb450aae66f1a741e", "type": "github" }, "original": { "owner": "NixOS", + "ref": "refs/tags/22.11", "repo": "nixpkgs", - "rev": "20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 4732107..f999abc 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8"; + nixpkgs.url = "github:NixOS/nixpkgs?ref=refs/tags/22.11"; nixpkgs-empyrean.url = "github:NixOS/nixpkgs?rev=2ebb6c1e5ae402ba35cca5eec58385e5f1adea04"; nixos-wsl.url = github:nix-community/NixOS-WSL; };