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