aboutsummaryrefslogtreecommitdiff
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
parentdb1d6642b70590628247c0cc7483a60089ebe531 (diff)
Commit changes
-rw-r--r--flake.lock69
-rw-r--r--flake.nix5
2 files changed, 71 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..062124b
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,69 @@
+{
+ "nodes": {
+ "disko": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1781152676,
+ "narHash": "sha256-RxWs5ND31KzTG7wvMM+PMfUjyNpmIEr999lqNARaM5o=",
+ "owner": "nix-community",
+ "repo": "disko",
+ "rev": "ff8702b4de27f72b4c78573dfb89ec74e36abdf1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "disko",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1784160687,
+ "narHash": "sha256-iYL/bixrb6FlHFu/gIuBYzq6c6lM5AAXsXNSWXtIgQc=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "4382ed2b7a6839d4280a9b386db49cbc5907414d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-26.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "disko": "disko",
+ "nixpkgs": "nixpkgs",
+ "sops-nix": "sops-nix"
+ }
+ },
+ "sops-nix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1783174389,
+ "narHash": "sha256-aCWC8ngycU7OdJrU2+Je3qf+1a2ykuBvpPhZT/9tXMc=",
+ "owner": "Mic92",
+ "repo": "sops-nix",
+ "rev": "f1406619a3884cd5c47992a70b8b35c9c0fcb4c9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Mic92",
+ "repo": "sops-nix",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
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";
};
};