commit 9e472edb0899017d1efcc86e5326f8efdfec4d3a
parent ac1a27c8f4486f489d8e0dc5bc8bf134edb8818b
Author: Toni Brown <me@tb148.net>
Date: Wed, 18 Mar 2026 23:37:30 +0800
reorder inputs
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -3,12 +3,12 @@
inputs = {
nixpkgs.url = "git+https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git?ref=nixos-unstable&shallow=1";
+ determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
+ fh.url = "https://flakehub.com/f/DeterminateSystems/fh/*";
catppuccin = {
url = "git+ssh://git@github.com/catppuccin/nix.git";
inputs.nixpkgs.follows = "nixpkgs";
};
- determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
- fh.url = "https://flakehub.com/f/DeterminateSystems/fh/*";
home-manager = {
url = "https://flakehub.com/f/nix-community/home-manager/0.1";
inputs.nixpkgs.follows = "nixpkgs";
@@ -22,9 +22,9 @@
outputs = {
self,
nixpkgs,
- catppuccin,
determinate,
fh,
+ catppuccin,
home-manager,
sops-nix,
...