Skip to content

Commit

Permalink
Update inputs moved to nix-community
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Nov 30, 2023
1 parent 5161108 commit c7d8270
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
};

nix-on-droid = {
url = "github:t184256/nix-on-droid/release-23.05";
url = "github:nix-community/nix-on-droid/release-23.05";
inputs.home-manager.follows = "home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down Expand Up @@ -64,15 +64,15 @@
};

nixgl = {
url = "github:guibou/nixGL";
url = "github:nix-community/nixGL";
inputs = {
nixpkgs.follows = "nixpkgs-unstable";
flake-utils.follows = "flake-utils";
};
};

nix-index-database = {
url = "github:Mic92/nix-index-database";
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
Expand Down

0 comments on commit c7d8270

Please sign in to comment.