diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-05 21:35:18 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-05 21:45:32 -0600 |
| commit | 4dc88ab6f4572f0f7e18fed1ae96d1f794507fb1 (patch) | |
| tree | 279a73bee39f983153d0fcea297278cdb9e8da60 /flake.nix | |
| parent | 95b9f042d14d42e06425037f96301fa177b3f85d (diff) | |
flake: add nixpkgs input url
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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, |
