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 | |
| parent | 95b9f042d14d42e06425037f96301fa177b3f85d (diff) | |
flake: add nixpkgs input url
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | flake.lock | 1 | ||||
| -rw-r--r-- | flake.nix | 5 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,2 @@ !**/.keep result -flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..1bb3788 --- /dev/null +++ b/flake.lock @@ -0,0 +1 @@ +# This file has been lustrated. @@ -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, |
