Update inputs + move to nixos-unstable
All checks were successful
Check Flake / check-flake (push) Successful in 2m25s

This commit is contained in:
2026-02-21 13:00:28 -08:00
parent 911e081680
commit e15402b8bc
2 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
{
inputs = {
# nixpkgs
nixpkgs.url = "github:NixOS/nixpkgs/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# Common Utils Among flake inputs
systems.url = "github:nix-systems/default";