update to 23.11

This commit is contained in:
2024-03-30 21:25:55 +00:00
parent c5c4e59f04
commit 786d7d1b06
2 changed files with 28 additions and 11 deletions
+3 -2
View File
@@ -2,10 +2,11 @@
description = "Samw's home environment, as managed by nix/home-manager.";
inputs = {
# Nixpkgs
nixpkgs = {url = "github:nixos/nixpkgs/release-23.05";};
nixpkgs = {url = "github:nixos/nixpkgs/release-23.11";};
nixpkgs-unstable = {url = "github:nixos/nixpkgs";};
# Other modules
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";