mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
update inputs and copyrights to 24.05
Co-authored-by: Alexander Sosedkin <monk@unboiled.info>
This commit is contained in:
parent
e0216d3e47
commit
4d20bfc846
33 changed files with 77 additions and 74 deletions
|
|
@ -1,7 +1,7 @@
|
|||
_:
|
||||
|
||||
{
|
||||
system.stateVersion = "23.11";
|
||||
system.stateVersion = "24.05";
|
||||
android-integration = {
|
||||
am.enable = true;
|
||||
termux-open.enable = true;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
description = "Nix-on-Droid configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
|
||||
nix-on-droid.url = "<<FLAKE_URL>>";
|
||||
nix-on-droid.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = "23.11";
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
# no nixpkgs.overlays defined
|
||||
environment.packages = with pkgs; [ zsh ];
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
home-manager.config =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
nixpkgs.overlays = config.nixpkgs.overlays;
|
||||
home.packages = with pkgs; [ dash ];
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
description = "Nix-on-Droid configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
|
||||
home-manager.url = "github:nix-community/home-manager/release-23.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
|
||||
home-manager.url = "github:nix-community/home-manager/release-24.05";
|
||||
nix-on-droid = {
|
||||
url = "<<FLAKE_URL>>";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = "23.11";
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
networking.hosts."127.0.0.2" = [ "localhost" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = "23.11";
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
networking = {
|
||||
hosts."127.0.0.2" = [ "a" "b" ];
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
description = "Nix-on-Droid configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
|
||||
nix-on-droid.url = "<<FLAKE_URL>>";
|
||||
nix-on-droid.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ teardown() {
|
|||
[[ ! -e ~/.config/example ]]
|
||||
|
||||
# set up / build / activate the configuration
|
||||
nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager
|
||||
nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.05.tar.gz home-manager
|
||||
nix-channel --update
|
||||
cp "$ON_DEVICE_TESTS_DIR/config-h-m.nix" ~/.config/nixpkgs/nix-on-droid.nix
|
||||
nix-on-droid switch
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = "23.11";
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
home-manager.config =
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "24.05";
|
||||
nixpkgs = { inherit (config.nixpkgs) overlays; };
|
||||
|
||||
# example config
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
_:
|
||||
|
||||
{
|
||||
system.stateVersion = "23.11";
|
||||
system.stateVersion = "24.05";
|
||||
terminal.colors = {
|
||||
background = "#FFFFFF";
|
||||
foreground = "#000000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue