Fork of daniellemaywood.uk/gleam — Wasm codegen work
1

Configure Feed

Select the types of activity you want to include in your feed.

Track flake.lock for reproducible Nix builds.

Un-ignore flake.lock (and Cargo.lock) under the *.lock rule so flake inputs
stay pinned across machines.

author
nandi
date (Jul 26, 2026, 1:08 PM -0700) commit 8d88cf3a parent 45f4ef0c change-id unxvxvyp
+84
+2
.gitignore
··· 6 6 .idea/* 7 7 erl_crash.dump 8 8 *.lock 9 + !Cargo.lock 10 + !flake.lock 9 11 node_modules/ 10 12 compiler-cli/build/ 11 13 gleam-licences.html
+82
flake.lock
··· 1 + { 2 + "nodes": { 3 + "fenix": { 4 + "inputs": { 5 + "nixpkgs": [ 6 + "nixpkgs" 7 + ], 8 + "rust-analyzer-src": "rust-analyzer-src" 9 + }, 10 + "locked": { 11 + "lastModified": 1785054764, 12 + "narHash": "sha256-qZ5lzSBKLXReYMf0+t+Ra4tmh+3reLgf8+IJaNdDTCA=", 13 + "owner": "nix-community", 14 + "repo": "fenix", 15 + "rev": "896e0b5796797f8f6ba3e61036d61b5597281b1f", 16 + "type": "github" 17 + }, 18 + "original": { 19 + "owner": "nix-community", 20 + "repo": "fenix", 21 + "type": "github" 22 + } 23 + }, 24 + "nixpkgs": { 25 + "locked": { 26 + "lastModified": 1784963784, 27 + "narHash": "sha256-IZAjgNI19TdwYus6QUIMvU0cw0vWVb/5oYwpyxQXL1E=", 28 + "owner": "NixOS", 29 + "repo": "nixpkgs", 30 + "rev": "38affae6a5768f9b61f81355c7558ee971b2afb1", 31 + "type": "github" 32 + }, 33 + "original": { 34 + "owner": "NixOS", 35 + "ref": "nixpkgs-unstable", 36 + "repo": "nixpkgs", 37 + "type": "github" 38 + } 39 + }, 40 + "root": { 41 + "inputs": { 42 + "fenix": "fenix", 43 + "nixpkgs": "nixpkgs", 44 + "systems": "systems" 45 + } 46 + }, 47 + "rust-analyzer-src": { 48 + "flake": false, 49 + "locked": { 50 + "lastModified": 1785010335, 51 + "narHash": "sha256-fHb7HPztVRBp1pzQEnoMZ4k4cM4nJsZ5qXZ1TEspVSY=", 52 + "owner": "rust-lang", 53 + "repo": "rust-analyzer", 54 + "rev": "b5aa6668ae12f439169ea84b67a15f6b579f1041", 55 + "type": "github" 56 + }, 57 + "original": { 58 + "owner": "rust-lang", 59 + "ref": "nightly", 60 + "repo": "rust-analyzer", 61 + "type": "github" 62 + } 63 + }, 64 + "systems": { 65 + "locked": { 66 + "lastModified": 1681028828, 67 + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 68 + "owner": "nix-systems", 69 + "repo": "default", 70 + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 71 + "type": "github" 72 + }, 73 + "original": { 74 + "owner": "nix-systems", 75 + "repo": "default", 76 + "type": "github" 77 + } 78 + } 79 + }, 80 + "root": "root", 81 + "version": 7 82 + }