Update to unstable

This commit is contained in:
Bryan Ramos 2023-05-24 13:37:19 -04:00
parent ad580eeac2
commit c162b84aae
2 changed files with 11 additions and 27 deletions

View file

@ -2,9 +2,9 @@
description = "Modular NixOS Config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-22.11";
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
};
};