Bump nixpkgs to 23.11

This commit is contained in:
Kevin Kandlbinder 2024-03-16 16:43:27 +01:00
parent 2ceafc5e58
commit f69ef5b4cf

View file

@ -2,13 +2,13 @@
description = "Kevin's NixOS configurations";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
sops-nix = {
url = github:Mic92/sops-nix;
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {