feat: use nixpkgs as nixpkgs url

This commit is contained in:
cato-001 2026-03-14 15:04:50 +01:00
parent 2d11922807
commit 9becb84220
5 changed files with 10 additions and 132 deletions

View file

@ -2,7 +2,7 @@
description = "My common project templates";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-25.11";
nixpkgs.url = "nixpkgs";
blueprint = {
url = "github:numtide/blueprint";