Kieran's opinionated (and probably slightly dumb) nix config

chore: upgrade to nixpkgs 25.11

dunkirk.sh f5d39052 9f1b7610

verified
Changed files
+15 -15
+12 -12
flake.lock
···
]
},
"locked": {
-
"lastModified": 1763992789,
-
"narHash": "sha256-WHkdBlw6oyxXIra/vQPYLtqY+3G8dUVZM8bEXk0t8x4=",
+
"lastModified": 1764536451,
+
"narHash": "sha256-BgtcUkBfItu9/yU14IgUaj4rYOanTOUZjUfBP20/ZB4=",
"owner": "nix-community",
"repo": "home-manager",
-
"rev": "44831a7eaba4360fb81f2acc5ea6de5fde90aaa3",
+
"rev": "3fdd076e08049a9c7a83149b270440d9787d2df5",
"type": "github"
},
"original": {
"owner": "nix-community",
-
"ref": "release-25.05",
+
"ref": "release-25.11",
"repo": "home-manager",
"type": "github"
}
···
]
},
"locked": {
-
"lastModified": 1762912391,
-
"narHash": "sha256-4hpBE7bGd24SfD28rzMdUGXsLsNEYxCCrTipFdoqoNM=",
+
"lastModified": 1764161084,
+
"narHash": "sha256-HN84sByg9FhJnojkGGDSrcjcbeioFWoNXfuyYfJ1kBE=",
"owner": "nix-darwin",
"repo": "nix-darwin",
-
"rev": "d76299b2cd01837c4c271a7b5186e3d5d8ebd126",
+
"rev": "e95de00a471d07435e0527ff4db092c84998698e",
"type": "github"
},
"original": {
"owner": "nix-darwin",
-
"ref": "nix-darwin-25.05",
+
"ref": "nix-darwin-25.11",
"repo": "nix-darwin",
"type": "github"
}
···
},
"nixpkgs_4": {
"locked": {
-
"lastModified": 1763948260,
-
"narHash": "sha256-dY9qLD0H0zOUgU3vWacPY6Qc421BeQAfm8kBuBtPVE0=",
+
"lastModified": 1764522689,
+
"narHash": "sha256-SqUuBFjhl/kpDiVaKLQBoD8TLD+/cTUzzgVFoaHrkqY=",
"owner": "nixos",
"repo": "nixpkgs",
-
"rev": "1c8ba8d3f7634acac4a2094eef7c32ad9106532c",
+
"rev": "8bb5646e0bed5dbd3ab08c7a7cc15b75ab4e1d0f",
"type": "github"
},
"original": {
"owner": "nixos",
-
"ref": "nixos-25.05",
+
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}
+3 -3
flake.nix
···
inputs = {
# Nixpkgs
-
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
+
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# NixOS hardware configuration
hardware.url = "github:NixOS/nixos-hardware/master";
# Home manager
-
home-manager.url = "github:nix-community/home-manager/release-25.05";
+
home-manager.url = "github:nix-community/home-manager/release-25.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# Nix-Darwin
-
nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.05";
+
nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.11";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";