flake: add nixpkgs input url

This commit is contained in:
Alejandro Soto 2025-08-05 21:35:18 -06:00
parent 7d040f8f8a
commit f89c11b7b3
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 = { outputs = {
self, self,