flake.nix: Use new personal-unstable branch

This one is a lot simpler without all the merge commits in the history.

I should be able to eventually upstream the changes I made to
nixos-containers once I understand how to make those changes
configuration options.
This commit is contained in:
Donovan Glover 2023-09-12 16:31:40 -04:00
parent 7858a0f99a
commit c45221add7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:donovanglover/nixpkgs/personal-unstable";
nixpkgs.url = "github:donovanglover/nixpkgs/personal-unstable-new";
home-manager = {
url = "github:nix-community/home-manager";