diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-15 17:13:35 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-15 17:14:14 +0900 |
| commit | dd44d349fc2ccd6075a00334e300b5c4636f6019 (patch) | |
| tree | bd5ec20af0439a9029b326077b3b02b0a48a4ffe /flake.nix | |
| parent | fea9a4fd8361db6788c4575fb8912de8232a4923 (diff) | |
nix: upgrade nixos
This avoids rebuilding uncached, outdated derivations.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ description = "hakurei.app website, based on grapheneos.org"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; }; outputs = |
