summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-27 20:31:45 +0900
committerOphestra <cat@gensokyo.uk>2025-06-27 20:33:25 +0900
commit42c21ad90626346277861471b1d6896a4e2e5058 (patch)
tree3e356fdd3606f27ccd37310e9f9f181acc4ee235 /flake.lock
parentf16ef88f9f25e1e09a2a741ba3ba4bf44b03b927 (diff)
treewide: build via nix
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 00000000..a4374de8
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1750838302,
+ "narHash": "sha256-aVkL3/yu50oQzi2YuKo0ceiCypVZpZXYd2P2p1FMJM4=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "7284e2decc982b81a296ab35aa46e804baaa1cfe",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-25.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}