forked from extern/nix-config
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:
parent
7858a0f99a
commit
c45221add7
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:donovanglover/nixpkgs/personal-unstable";
|
nixpkgs.url = "github:donovanglover/nixpkgs/personal-unstable-new";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
Loading…
Reference in New Issue
Block a user