updates, no colima on linux
This commit is contained in:
parent
5d9b1aef72
commit
ee8f2b003d
2 changed files with 7 additions and 8 deletions
12
nix/home-manager/flake.lock
generated
12
nix/home-manager/flake.lock
generated
|
@ -86,11 +86,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718526747,
|
"lastModified": 1718788307,
|
||||||
"narHash": "sha256-sKrD/utGvmtQALvuDj4j0CT3AJXP1idOAq2p+27TpeE=",
|
"narHash": "sha256-SqiOz0sljM0GjyQEVinPXQxaGcbOXw5OgpCWGPgh/vo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "0a7ffb28e5df5844d0e8039c9833d7075cdee792",
|
"rev": "d7830d05421d0ced83a0f007900898bdcaf2a2ca",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -230,11 +230,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718713290,
|
"lastModified": 1718812377,
|
||||||
"narHash": "sha256-b8+ZnczNiKO5OacpIbcjaegRcUZQOhSTzmTw+Np61ws=",
|
"narHash": "sha256-jYQ3DaCSZm2WQXHAtynIRuno5MOYI8lCEoM9LHdh0Vk=",
|
||||||
"owner": "nixOS",
|
"owner": "nixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e9894f7db9a6fc8e7e138c7a6c4cb88456a1362c",
|
"rev": "2bfe2058a3e96f2141f0e82318688649d2b7847a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
if isLinux
|
if isLinux
|
||||||
# ncdu (well, all zig packages) don't work on macOS nix right now
|
# ncdu (well, all zig packages) don't work on macOS nix right now
|
||||||
then [zsh racket mold ncdu zed-editor]
|
then [zsh racket mold ncdu zed-editor]
|
||||||
else [keka];
|
else [keka colima];
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./git.nix
|
./git.nix
|
||||||
|
@ -23,7 +23,6 @@ in {
|
||||||
bottom
|
bottom
|
||||||
cargo-workspaces
|
cargo-workspaces
|
||||||
clipboard-jh
|
clipboard-jh
|
||||||
colima
|
|
||||||
curl
|
curl
|
||||||
devenv
|
devenv
|
||||||
docker-client
|
docker-client
|
||||||
|
|
Loading…
Add table
Reference in a new issue