update to nixpkgs release 22.11

This commit is contained in:
Tim Schubert 2022-12-03 20:59:01 +01:00
parent b970326df9
commit b207e698d8
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
description = "dadada's nix flake";
inputs = {
myNixpkgs.url = github:NixOS/nixpkgs/nixos-22.05;
myNixpkgs.url = github:NixOS/nixpkgs/nixos-22.11;
flake-utils.url = github:numtide/flake-utils;
home-manager = {
url = github:nix-community/home-manager/release-22.05;