mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-04 08:56:01 +02:00
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:
parent
d4100d0f1c
commit
e977687af6
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:donovanglover/nixpkgs/personal-unstable-new";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user