1
0
forked from extern/nix-config

feat: Use upstream nixos-unstable branch

Since my changes are now upstreamed, I no longer need to use a personal
nixos-unstable branch. This makes it easier to use the source code of
the repository and simplifies the updating process.
This commit is contained in:
Donovan Glover 2023-10-25 13:22:10 -04:00
parent d4100d0f1c
commit e977687af6
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-new";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";