chore: Update homebrew
This commit is contained in:
parent
069f24cc67
commit
6114f83495
12
flake.lock
12
flake.lock
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741126078,
|
||||
"narHash": "sha256-ng0a4cIq3c9E3iGKomlwqKzVYs2RLOzQho2U1Mc2sqU=",
|
||||
"lastModified": 1743127615,
|
||||
"narHash": "sha256-+sMGqywrSr50BGMLMeY789mSrzjkoxZiu61eWjYS/8o=",
|
||||
"owner": "LnL7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "c172f50b55b087f8e7801631de977461603bb976",
|
||||
"rev": "fc843893cecc1838a59713ee3e50e9e7edc6207c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -23,11 +23,11 @@
|
|||
},
|
||||
"nixpkgs-darwin": {
|
||||
"locked": {
|
||||
"lastModified": 1741029734,
|
||||
"narHash": "sha256-0+dlOH+9mut5mtw8iUukJ3Q9cx/DXgBarK05W7MKggA=",
|
||||
"lastModified": 1743891346,
|
||||
"narHash": "sha256-QNxnxIi6PJEnwJp7ZXUpxX4/z/cmRJGeIOkIYfYh/8E=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c3d6c20a6a16cbfdc11405c4dd0fdf64ec3a3899",
|
||||
"rev": "f27c6099cec4fe9b67c7fbc51d8324dcb4b52694",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
nix-direnv
|
||||
rustup
|
||||
elan
|
||||
uv
|
||||
poetry
|
||||
(import ./tex.nix { inherit pkgs; })
|
||||
cmake
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
brews = [
|
||||
"pinentry-mac"
|
||||
|
||||
"juliaup"
|
||||
|
||||
# Building tools
|
||||
"libtool"
|
||||
"pkgconf"
|
||||
|
@ -17,6 +19,9 @@
|
|||
"poppler"
|
||||
"automake"
|
||||
|
||||
"docker"
|
||||
"colima" # Alternative docker server
|
||||
|
||||
"emacs-plus"
|
||||
];
|
||||
casks = [
|
||||
|
@ -65,6 +70,7 @@
|
|||
# Fonts
|
||||
"font-noto-mono"
|
||||
"font-source-code-pro"
|
||||
"Kegworks-App/kegworks/kegworks"
|
||||
];
|
||||
taps = [
|
||||
"koekeishiya/formulae"
|
||||
|
|
Loading…
Reference in New Issue