Flake: update stable nixpkgs to 23.11

This commit is contained in:
Toast 2023-11-30 23:30:56 +01:00 committed by Toast
parent d9aab2cdc8
commit 63d6a617c1
2 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
description = "Configuration for Everest";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
agenix = {
@ -14,7 +14,7 @@
};
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};