mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
update nixpkgs; applyPatches to fix toolchain (nixpkgs!269077)
This commit is contained in:
parent
970a735f56
commit
6daee58791
13 changed files with 80 additions and 28 deletions
|
|
@ -4,9 +4,11 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
|
||||
home-manager.url = "github:nix-community/home-manager/release-23.11";
|
||||
nix-on-droid.url = "<<FLAKE_URL>>";
|
||||
nix-on-droid.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-on-droid.inputs.home-manager.follows = "home-manager";
|
||||
nix-on-droid = {
|
||||
url = "<<FLAKE_URL>>";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { nix-on-droid, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue