[nixpkgs] 23.05 -> 23.11

This commit is contained in:
2023-12-05 18:37:26 +01:00
parent 358eb29fc4
commit 8c7fd82a6e
2 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
inputs = {
utils.url = "github:numtide/flake-utils";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
@@ -26,7 +26,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";
};