change unstable nixpkgs to 24.11 nixpkgs

This commit is contained in:
2024-12-18 20:10:01 -05:00
parent 39afe2d114
commit fe049f0594
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
description = "Wyatt's nix configuration suite";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
nix-ld.url = "github:Mic92/nix-ld";
home-manager = {