home-manager: bump stateVersion to 23.05
ref: https://github.com/nix-community/home-manager/issues/4019
This commit is contained in:
parent
01199bc2e3
commit
2160982392
2
.zshenv
2
.zshenv
@ -16,6 +16,8 @@ export AndroidNdkPath=$ANDROID_NDK_PATH
|
|||||||
|
|
||||||
export CCACHE_NODISABLE="true"
|
export CCACHE_NODISABLE="true"
|
||||||
|
|
||||||
|
# https://github.com/nix-community/home-manager/issues/4019
|
||||||
|
export SKIP_SANITY_CHECKS=1
|
||||||
# https://github.com/NixOS/nix/issues/2033
|
# https://github.com/NixOS/nix/issues/2033
|
||||||
# https://discourse.nixos.org/t/where-is-nix-path-supposed-to-be-set/16434/8
|
# https://discourse.nixos.org/t/where-is-nix-path-supposed-to-be-set/16434/8
|
||||||
export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/$USER/channels${NIX_PATH:+:$NIX_PATH}
|
export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/$USER/channels${NIX_PATH:+:$NIX_PATH}
|
||||||
|
30
flake.lock
30
flake.lock
@ -20,15 +20,14 @@
|
|||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
]
|
||||||
"utils": "utils"
|
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1679480702,
|
"lastModified": 1687444533,
|
||||||
"narHash": "sha256-npuRD61YmxUPitI1TqKwlxLrU6iGl5E+BPT196LgUDo=",
|
"narHash": "sha256-9IdCN7s7Dr1uKt0uRoYT15cpOjN1qYHpTRPKRHCMc3o=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "363c46b2480f1b73ec37cf68caac61f5daa82a2e",
|
"rev": "6c78ba7932567331fb8ebabf34a143b998bb5f23",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -59,11 +58,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1679262748,
|
"lastModified": 1686960236,
|
||||||
"narHash": "sha256-DQCrrAFrkxijC6haUzOC5ZoFqpcv/tg2WxnyW3np1Cc=",
|
"narHash": "sha256-AYCC9rXNLpUWzD9hm+askOfpliLEC9kwAo7ITJc4HIw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "60c1d71f2ba4c80178ec84523c2ca0801522e0a6",
|
"rev": "04af42f3b31dba0ef742d254456dc4c14eedac86",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -80,21 +79,6 @@
|
|||||||
"homeage": "homeage",
|
"homeage": "homeage",
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"utils": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1676283394,
|
|
||||||
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "flake-utils",
|
|
||||||
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "flake-utils",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
@ -11,7 +11,7 @@ in {
|
|||||||
home.username = "$USER";
|
home.username = "$USER";
|
||||||
home.sessionVariables.HOSTNAME = "${hostName}";
|
home.sessionVariables.HOSTNAME = "${hostName}";
|
||||||
home.homeDirectory = "/home/$USER";
|
home.homeDirectory = "/home/$USER";
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "23.05";
|
||||||
|
|
||||||
#home.activation = {
|
#home.activation = {
|
||||||
# checkBemenuDraculaInZshDir = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
# checkBemenuDraculaInZshDir = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||||
|
Loading…
Reference in New Issue
Block a user