aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-12 22:39:14 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-12 22:39:14 -0700
commit14876a091a31b10a0cef7aa59a8384b48a059af8 (patch)
tree47c41b069fb4fc2d58a5ed0a0e66266af441e025 /flake.lock
parent000a4668b6fe6fc822d1265152656fb675a26a73 (diff)
downloadyetihack-main.tar.zst
Modernize the build systemHEADmain
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..ab7d67a
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1744463964,
+ "narHash": "sha256-LWqduOgLHCFxiTNYi3Uj5Lgz0SR+Xhw3kr/3Xd0GPTM=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "2631b0b7abcea6e640ce31cd78ea58910d31e650",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-unstable",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}