This commit is contained in:
2026-01-08 19:13:42 +09:00
parent dece224b2a
commit 6995ae2461
4 changed files with 33 additions and 21 deletions

View File

@@ -2,10 +2,10 @@
description = "A simple NixOS flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
helix.url = "github:helix-editor/helix/master";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};