aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-07-17 15:53:01 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-07-17 15:53:01 +0200
commita3c3d353e8494ea04ae4235961037e97bdfd0d5f (patch)
treea57976cc00f6266fb7b65ef58c2e264dec5bc9de /flake.nix
parentdb1d6642b70590628247c0cc7483a60089ebe531 (diff)
Commit changes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index b3c0df0..2f4a44b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "karanj.com EU server (Hetzner Cloud)";
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
disko = {
url = "github:nix-community/disko";
@@ -11,8 +11,7 @@
sops-nix = {
url = "github:Mic92/sops-nix";
- # Do not follow the pinned nixos-24.11 nixpkgs here; sops-nix needs a
- # newer nixpkgs that provides buildGo125Module to build sops itself.
+ inputs.nixpkgs.follows = "nixpkgs";
};
};