Update darwin to 25.05

Signed-off-by: Mariano Uvalle <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-05-26 14:57:42 -07:00
parent 2168c984ba
commit 0e787addaa
3 changed files with 13 additions and 11 deletions

16
flake.lock generated
View file

@ -100,16 +100,16 @@
]
},
"locked": {
"lastModified": 1743127615,
"narHash": "sha256-+sMGqywrSr50BGMLMeY789mSrzjkoxZiu61eWjYS/8o=",
"lastModified": 1748044287,
"narHash": "sha256-9bJzyUX5+HXYmI60WMGYXXDdhGbSh1Le6yBM4og3K7E=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "fc843893cecc1838a59713ee3e50e9e7edc6207c",
"rev": "2456ff5c95edfc3b197cb012b947012faed77591",
"type": "github"
},
"original": {
"owner": "LnL7",
"ref": "nix-darwin-24.11",
"ref": "nix-darwin-25.05",
"repo": "nix-darwin",
"type": "github"
}
@ -169,16 +169,16 @@
},
"nixpkgs-darwin": {
"locked": {
"lastModified": 1740357648,
"narHash": "sha256-CaawdjLmSny3UV97my2Hg4h867p4lhd+EpRhFQGaHK4=",
"lastModified": 1748192983,
"narHash": "sha256-FpKC8sZCzNoeCtHJmYiqafYt5A1JzQ44opT46M/qe4I=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "060b03c5d950ee0592d16e97c63860640bd31f50",
"rev": "b26c8c4da0fe0b4e496f2a432140795dabe2c8e2",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-24.11-darwin",
"ref": "nixpkgs-25.05-darwin",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -4,8 +4,8 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-darwin.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
nix-darwin.url = "github:LnL7/nix-darwin/nix-darwin-24.11";
nixpkgs-darwin.url = "github:NixOS/nixpkgs/nixpkgs-25.05-darwin";
nix-darwin.url = "github:LnL7/nix-darwin/nix-darwin-25.05";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs-darwin";
# required to match on a specific version of Go for AKS dev setup.

View file

@ -5,6 +5,8 @@
neofetch
];
system.primaryUser = "uagm";
homebrew = {
enable = true;
onActivation = {
@ -31,7 +33,7 @@
};
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "BigBlueTerminal" ]; })
nerd-fonts.bigblue-terminal
];
users.users.uagm.home = "/Users/uagm";