File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6565 - nix-command : build .#homeConfigurations."tobias@gamer".activationPackage
6666 runs-on : ubuntu-latest
6767
68- - nix-command : build .#nixOnDroidConfigurations.pixel7a .activationPackage --impure
68+ - nix-command : build .#nixOnDroidConfigurations.pixel9 .activationPackage --impure
6969 runs-on : ubuntu-24.04-arm
7070
7171 - nix-command : build .#nixosConfigurations.argon.config.system.build.toplevel
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This is my humble flakes-only collection of all and everything needed to set up
3131 - ` gamer ` on WSL2 with Ubuntu 20.04 (windows dual boot for games and stuff)
3232 - ` R2026 `
3333- [ nix-on-droid] [ nix-on-droid ] -managed
34- - ` pixel7a `
34+ - ` pixel9 `
3535
3636See [ flake.nix] ( flake.nix ) for more information like ` system ` .
3737
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ elif [[ "${USER}" == "nix-on-droid" ]]; then
108108 --option extra-trusted-public-keys " gerschtli.cachix.org-1:dWJ/WiIA3W2tTornS/2agax+OI0yQF8ZA2SFjU56vZ0=" \
109109 --option extra-substituters " https://nix-on-droid.cachix.org" \
110110 --option extra-trusted-public-keys " nix-on-droid.cachix.org-1:56snoMJTXmDRC1Ei24CmKoUqvHJ9XCp+nidK7qkMQrU=" \
111- --flake " ${nix_config} #pixel7a "
111+ --flake " ${nix_config} #pixel9 "
112112else
113113 _log " Build home-manager activationPackage..."
114114 nix build \
Original file line number Diff line number Diff line change 103103 ] ;
104104
105105 nixOnDroidConfigurations = listToAttrs [
106- ( mkNixOnDroid "aarch64-linux" "pixel7a " )
106+ ( mkNixOnDroid "aarch64-linux" "pixel9 " )
107107 ] ;
108108
109109 nixosConfigurations = listToAttrs [
Original file line number Diff line number Diff line change 7171
7272 ( mkIf cfg . nix-on-droid . enable {
7373 custom . programs . shell . shellAliases = {
74- nod-switch = "nix-on-droid switch --flake '${ nixConfigDir } #pixel7a '" ;
74+ nod-switch = "nix-on-droid switch --flake '${ nixConfigDir } #pixel9 '" ;
7575 } ;
7676
7777 home . packages = [
7878 ( buildWithDiff
7979 "nod-build"
80- "nix build --log-format internal-json --verbose \" ${ nixConfigDir } #nixOnDroidConfigurations.pixel7a .activationPackage\" --impure |& nom --json"
80+ "nix build --log-format internal-json --verbose \" ${ nixConfigDir } #nixOnDroidConfigurations.pixel9 .activationPackage\" --impure |& nom --json"
8181 "/nix/var/nix/profiles/nix-on-droid"
8282 )
8383 ] ;
Original file line number Diff line number Diff line change 8989
9090if [[ " ${USER} " == " nix-on-droid" ]] && _available nix-on-droid; then
9191 _log " nix" " build nix-on-droid configuration"
92- nix build --log-format internal-json --verbose " ${nix_config} #nixOnDroidConfigurations.pixel7a .activationPackage" --impure | & nom --json
92+ nix build --log-format internal-json --verbose " ${nix_config} #nixOnDroidConfigurations.pixel9 .activationPackage" --impure | & nom --json
9393 _show_result_diff " /nix/var/nix/profiles/nix-on-droid"
9494
9595 _log " nix" " switch nix-on-droid configuration"
96- nix-on-droid switch --flake " ${nix_config} #pixel7a "
96+ nix-on-droid switch --flake " ${nix_config} #pixel9 "
9797fi
9898
9999if ! _is_nixos && _available home-manager; then
File renamed without changes.
Original file line number Diff line number Diff line change 6161 useUserPackages
6262 ;
6363
64- config = commonConfig . homeManager . userConfig "pixel7a " "nix-on-droid" ;
64+ config = commonConfig . homeManager . userConfig "pixel9 " "nix-on-droid" ;
6565 } ;
6666
6767 nix = { inherit ( commonConfig . nix ) package ; } ;
You can’t perform that action at this time.
0 commit comments