tag home manager to 23.11

This commit is contained in:
2023-12-09 15:03:27 +01:00
parent 93bde6beca
commit 100e491bfb
3 changed files with 9 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
inputs = # All flake references used to build my NixOS setup. These are dependencies.
{
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; # Nix Packages
nixpkgs.url = "github:NixOS/nIxpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
microvm = {
@@ -21,7 +21,7 @@
};
home-manager = { # User Package Management
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};