1
0

Update to new stable packages

This commit is contained in:
Jip J. Dekker 2024-06-12 09:10:52 +10:00
parent 3dcc82b705
commit 96e11ec3b4
No known key found for this signature in database
4 changed files with 15 additions and 16 deletions

View File

@ -14,7 +14,7 @@ let user = "dekker1"; in
# Setup user, packages, programs # Setup user, packages, programs
nix = { nix = {
package = pkgs.nixUnstable; package = pkgs.nix;
settings.trusted-users = [ "@admin" "${user}" ]; settings.trusted-users = [ "@admin" "${user}" ];
gc = { gc = {

22
flake.lock generated
View File

@ -79,16 +79,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717476296, "lastModified": 1717527182,
"narHash": "sha256-ScHe38Tr+TxGURC17kby4mIIxOG3aJvZWXzPM79UnEk=", "narHash": "sha256-vWSkg6AMok1UUQiSYVdGMOXKD2cDFnajITiSi0Zjd1A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "095ef64aa3b2ab4a4f1bf07f29997e21e3a5576a", "rev": "845a5c4c073f74105022533907703441e0464bc3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-23.11", "ref": "release-24.05",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@ -112,11 +112,11 @@
"homebrew-cask": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1718081617, "lastModified": 1718089718,
"narHash": "sha256-0X4yXFa/hKIg/vg34ArQBTF/mJCo9jDABDpstm0XXjA=", "narHash": "sha256-CHHtcraLj/6W3Mo9kdrxZxoZYEI0qpGkUBbxFBPl7Ks=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "172f4b6f06d0415fb38e40a5a27a349ec847a6e3", "rev": "f5fe7f4584062a739f6a38983717b7fe0783a094",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -227,16 +227,16 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1717943341, "lastModified": 1718062102,
"narHash": "sha256-yxWsqI5xJD3CxLsxUdwO0j6I3w9tWL7OTPX+an34NeE=", "narHash": "sha256-jrZElSRwgy8CyJ8kthtdv7v3uleaRwY6h7TEUwYXXo8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d7a9684369629451f055bdef150053e3ba02c142", "rev": "c24bf950ab438d94bd664ef16f62139c152808c2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixpkgs-23.11-darwin", "ref": "nixpkgs-24.05-darwin",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -2,9 +2,9 @@
description = "Dekker1's home manager configuation"; description = "Dekker1's home manager configuation";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-23.11-darwin"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-24.05-darwin";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-23.11"; url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
darwin = { darwin = {

View File

@ -20,7 +20,6 @@ with pkgs; [
zoxide zoxide
# Fonts # Fonts
go-font
ibm-plex ibm-plex
atkinson-hyperlegible atkinson-hyperlegible
(nerdfonts.override { fonts = [ "Go-Mono" ]; }) (nerdfonts.override { fonts = [ "Go-Mono" ]; })
@ -40,7 +39,7 @@ with pkgs; [
# MiniZinc solvers # MiniZinc solvers
gecode gecode
# or-tools or-tools
# Nix development tools # Nix development tools
nixpkgs-fmt nixpkgs-fmt