fall back to 23.05

This commit is contained in:
Don Harper 2023-09-24 17:37:06 -05:00
parent 42ff48dfc1
commit 9b347972d7
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
#nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager/release-23.05";