mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
chore(flake): switch nix-on-droid to upstream
This commit is contained in:
10
flake.lock
generated
10
flake.lock
generated
@@ -1110,16 +1110,16 @@
|
||||
"nmd": "nmd"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1783837781,
|
||||
"lastModified": 1787352026,
|
||||
"narHash": "sha256-2MKUKRNV+5qs3nbQDmz7L6KRHSEHDy/lZjfIAYMZSOE=",
|
||||
"owner": "newAM",
|
||||
"owner": "nix-community",
|
||||
"repo": "nix-on-droid",
|
||||
"rev": "4f963e270e6dc7f3cfb412c73a0eb8c0c350bce2",
|
||||
"rev": "df611d5358360092b1d2e7e756f94b23843bd9d6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "newAM",
|
||||
"ref": "update-proot",
|
||||
"owner": "nix-community",
|
||||
"ref": "master",
|
||||
"repo": "nix-on-droid",
|
||||
"type": "github"
|
||||
}
|
||||
|
||||
@@ -60,9 +60,7 @@
|
||||
};
|
||||
|
||||
nix-on-droid = {
|
||||
# @TODO: upstream module is broken for nixpkgs-unstable
|
||||
# url = "github:nix-community/nix-on-droid/release-24.05";
|
||||
url = "github:newAM/nix-on-droid/update-proot";
|
||||
url = "github:nix-community/nix-on-droid/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user