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": {
|
||||
"lastModified": 1718526747,
|
||||
"narHash": "sha256-sKrD/utGvmtQALvuDj4j0CT3AJXP1idOAq2p+27TpeE=",
|
||||
"lastModified": 1718788307,
|
||||
"narHash": "sha256-SqiOz0sljM0GjyQEVinPXQxaGcbOXw5OgpCWGPgh/vo=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "0a7ffb28e5df5844d0e8039c9833d7075cdee792",
|
||||
"rev": "d7830d05421d0ced83a0f007900898bdcaf2a2ca",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -230,11 +230,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1718713290,
|
||||
"narHash": "sha256-b8+ZnczNiKO5OacpIbcjaegRcUZQOhSTzmTw+Np61ws=",
|
||||
"lastModified": 1718812377,
|
||||
"narHash": "sha256-jYQ3DaCSZm2WQXHAtynIRuno5MOYI8lCEoM9LHdh0Vk=",
|
||||
"owner": "nixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e9894f7db9a6fc8e7e138c7a6c4cb88456a1362c",
|
||||
"rev": "2bfe2058a3e96f2141f0e82318688649d2b7847a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
if isLinux
|
||||
# ncdu (well, all zig packages) don't work on macOS nix right now
|
||||
then [zsh racket mold ncdu zed-editor]
|
||||
else [keka];
|
||||
else [keka colima];
|
||||
in {
|
||||
imports = [
|
||||
./git.nix
|
||||
|
@ -23,7 +23,6 @@ in {
|
|||
bottom
|
||||
cargo-workspaces
|
||||
clipboard-jh
|
||||
colima
|
||||
curl
|
||||
devenv
|
||||
docker-client
|
||||
|
|
Loading…
Add table
Reference in a new issue