summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorgerard <gerard@example.com>2026-06-08 12:56:59 +0200
committergerard <gerard@example.com>2026-06-08 12:56:59 +0200
commit337fcfb0901d69b7f25ce653e4b0798318a86a3a (patch)
treec9212e60c3ce2e3394448ebf6a83f32333e728ba /flake.lock
parente1ebfcd751ee5933da99bb21606b779edfe440b2 (diff)
Add flake for complete rust build
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..55c1f108
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1780749050,
+ "narHash": "sha256-3av0pIjlOWQ6rDbNOmpUSvbNnJkGORQKKjb4LtCZsIY=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "a799d3e3886da994fa307f817a6bc705ae538eeb",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}