From 631bc9c27c9147c4933f4393538be2983b211c49 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 1 Jun 2026 10:23:51 +0800 Subject: [PATCH] chore: update flake inputs --- flake.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 02383c35..a2270e27 100644 --- a/flake.nix +++ b/flake.nix @@ -68,13 +68,13 @@ }; nixvim = { - url = "github:nix-community/nixvim"; + url = "github:nix-community/nixvim/nixos-26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; # https://github.com/catppuccin/nix catppuccin = { - url = "github:catppuccin/nix"; + url = "github:catppuccin/nix/v26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -87,11 +87,6 @@ url = "github:nix-community/preservation"; }; - # generate iso/qcow2/docker/... image from nixos configuration - nixos-generators = { - url = "github:nix-community/nixos-generators"; - inputs.nixpkgs.follows = "nixpkgs"; - }; # secrets management agenix = { # lock with git commit at May 18, 2025