diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-17 15:53:01 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-17 15:53:01 +0200 |
| commit | a3c3d353e8494ea04ae4235961037e97bdfd0d5f (patch) | |
| tree | a57976cc00f6266fb7b65ef58c2e264dec5bc9de /flake.nix | |
| parent | db1d6642b70590628247c0cc7483a60089ebe531 (diff) | |
Commit changes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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"; }; }; |
