switched to unstable branch

This commit is contained in:
2024-08-29 19:05:59 +09:00
parent 28d3694708
commit 33e9b6e48f

View File

@@ -2,8 +2,8 @@
description = "kenryuS nixos configurations/dotfiles"; description = "kenryuS nixos configurations/dotfiles";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-24.05"; nixpkgs.url = "nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager/release-24.05"; home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
}; };