diff options
| -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, |
