Compare commits
No commits in common. "working" and "main" have entirely different histories.
2 changed files with 6 additions and 20 deletions
|
|
@ -20,16 +20,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731603435,
|
"lastModified": 1701282334,
|
||||||
"narHash": "sha256-CqCX4JG7UiHvkrBTpYC3wcEurvbtTADLbo3Ns2CEoL8=",
|
"narHash": "sha256-MxCVrXY6v4QmfTwIysjjaX0XUhqBbxTWWB4HXtDYsdk=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "8b27c1239e5c421a2bbc2c65d52e4a6fbf2ff296",
|
"rev": "057f9aecfb71c4437d2b27d3323df7f93c010b7e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "24.11",
|
"ref": "23.11",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
18
flake.nix
18
flake.nix
|
|
@ -5,7 +5,7 @@
|
||||||
description = "Flutter 3.13.x";
|
description = "Flutter 3.13.x";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/24.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/23.11";
|
||||||
|
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
};
|
};
|
||||||
|
|
@ -23,21 +23,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
androidSdk = (pkgs.androidenv.composeAndroidPackages {
|
androidSdk = pkgs.androidenv.androidPkgs_9_0.androidsdk;
|
||||||
platformVersions = [
|
|
||||||
# "28"
|
|
||||||
# "29"
|
|
||||||
"30"
|
|
||||||
"31"
|
|
||||||
"32"
|
|
||||||
"33"
|
|
||||||
"34"
|
|
||||||
"35"
|
|
||||||
];
|
|
||||||
includeEmulator = true;
|
|
||||||
includeSystemImages = true;
|
|
||||||
includeNDK = true;
|
|
||||||
}).androidsdk;
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShell =
|
devShell =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue