commit 11626dfdf5d8dcbe9478a5628ef84faf58268f6a
parent 69e220ff1554a6a22ca9036b66b9f97a1a115c2d
Author: Toni Brown <me@tb148.net>
Date: Mon, 30 Mar 2026 01:33:51 +0800
update flake inputs
Diffstat:
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -7,11 +7,11 @@
]
},
"locked": {
- "lastModified": 1774616169,
- "narHash": "sha256-fP4bU3SOH5sefSl6EagqULFs+bXoo3h3VLQCCyJplo4=",
+ "lastModified": 1774799062,
+ "narHash": "sha256-U9RGxFsLeKivD1+7sVXj5TltHGfB4m/dkn3dENT2fSM=",
"ref": "refs/heads/main",
- "rev": "e616c61cd9f7b05b32af266bc005fa266860dacf",
- "revCount": 621,
+ "rev": "948a8ee84858d053b83f01c8c168f9f4347937e6",
+ "revCount": 622,
"type": "git",
"url": "ssh://git@github.com/catppuccin/nix.git"
},
@@ -147,17 +147,17 @@
]
},
"locked": {
- "lastModified": 1774715571,
- "narHash": "sha256-MMjHif46sc/iLF9JqxBhFaueSPRcjPeP9AiujERH6N0=",
+ "lastModified": 1774875815,
+ "narHash": "sha256-PzqwM4njoB3aznqwPZUawD4uOcJeu7N6GBTJKg81EQ4=",
"ref": "refs/heads/master",
- "rev": "557f5e38ce94ef0f02f05de7ae65057d4b2a89a6",
- "revCount": 6425,
+ "rev": "9340f51314713c83360bf72d75c8b404778ab5b1",
+ "revCount": 6434,
"type": "git",
- "url": "ssh://git@github.com/nix-community/home-manager"
+ "url": "ssh://git@github.com/nix-community/home-manager.git"
},
"original": {
"type": "git",
- "url": "ssh://git@github.com/nix-community/home-manager"
+ "url": "ssh://git@github.com/nix-community/home-manager.git"
}
},
"nix": {
@@ -243,19 +243,19 @@
},
"nixpkgs_3": {
"locked": {
- "lastModified": 1774386573,
- "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=",
+ "lastModified": 1774709303,
+ "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=",
"ref": "nixos-unstable",
- "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9",
+ "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685",
"shallow": true,
"type": "git",
- "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git"
+ "url": "ssh://git@github.com/NixOS/nixpkgs.git"
},
"original": {
"ref": "nixos-unstable",
"shallow": true,
"type": "git",
- "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git"
+ "url": "ssh://git@github.com/NixOS/nixpkgs.git"
}
},
"root": {
@@ -274,11 +274,11 @@
]
},
"locked": {
- "lastModified": 1774303811,
- "narHash": "sha256-fhG4JAcLgjKwt+XHbjs8brpWnyKUfU4LikLm3s0Q/ic=",
+ "lastModified": 1774760784,
+ "narHash": "sha256-D+tgywBHldTc0klWCIC49+6Zlp57Y4GGwxP1CqfxZrY=",
"ref": "refs/heads/master",
- "rev": "614e256310e0a4f8a9ccae3fa80c11844fba7042",
- "revCount": 1184,
+ "rev": "8adb84861fe70e131d44e1e33c426a51e2e0bfa5",
+ "revCount": 1186,
"type": "git",
"url": "ssh://git@github.com/Mic92/sops-nix.git"
},
diff --git a/flake.nix b/flake.nix
@@ -2,14 +2,14 @@
description = "A simple NixOS flake";
inputs = {
- nixpkgs.url = "git+https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git?ref=nixos-unstable&shallow=1";
+ nixpkgs.url = "git+ssh://git@github.com/NixOS/nixpkgs.git?ref=nixos-unstable&shallow=1";
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
catppuccin = {
url = "git+ssh://git@github.com/catppuccin/nix.git";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
- url = "git+ssh://git@github.com/nix-community/home-manager";
+ url = "git+ssh://git@github.com/nix-community/home-manager.git";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {