switch to stable branch

This commit is contained in:
Bryan Ramos 2024-01-24 23:10:10 -05:00
parent a9de3c3e7e
commit 1ac58c9cce
2 changed files with 10 additions and 9 deletions

View file

@ -3,9 +3,9 @@
inputs =
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
home-manager= {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};