feat(flake): move from nixpkgs/nixpkgs-unstable to nixpkgs/nixos-unstable

This commit is contained in:
2026-04-24 11:49:31 +02:00
parent a93f8b2a7d
commit 522db5d205
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";