summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--flake.lock1
-rw-r--r--flake.nix5
3 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 21f979d..f094862 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.
diff --git a/flake.nix b/flake.nix
index a18f2c7..173766d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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,