flake: add nixpkgs input url

This commit is contained in:
Alejandro Soto 2025-08-05 21:35:18 -06:00
parent cfdf227b9c
commit 98ad20baca
No known key found for this signature in database
GPG key ID: A2C4C79764EE8F16

View file

@ -1,5 +1,8 @@
{
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
};
outputs = {
self,