Next Generation WASM Microkernel Operating System
at main 82 lines 2.0 kB view raw
1{ 2 "nodes": { 3 "flake-utils": { 4 "inputs": { 5 "systems": "systems" 6 }, 7 "locked": { 8 "lastModified": 1731533236, 9 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 10 "owner": "numtide", 11 "repo": "flake-utils", 12 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 13 "type": "github" 14 }, 15 "original": { 16 "owner": "numtide", 17 "repo": "flake-utils", 18 "type": "github" 19 } 20 }, 21 "nixpkgs": { 22 "locked": { 23 "lastModified": 1767116409, 24 "narHash": "sha256-5vKw92l1GyTnjoLzEagJy5V5mDFck72LiQWZSOnSicw=", 25 "owner": "NixOS", 26 "repo": "nixpkgs", 27 "rev": "cad22e7d996aea55ecab064e84834289143e44a0", 28 "type": "github" 29 }, 30 "original": { 31 "owner": "NixOS", 32 "ref": "nixos-unstable", 33 "repo": "nixpkgs", 34 "type": "github" 35 } 36 }, 37 "root": { 38 "inputs": { 39 "flake-utils": "flake-utils", 40 "nixpkgs": "nixpkgs", 41 "rust-overlay": "rust-overlay" 42 } 43 }, 44 "rust-overlay": { 45 "inputs": { 46 "nixpkgs": [ 47 "nixpkgs" 48 ] 49 }, 50 "locked": { 51 "lastModified": 1767322002, 52 "narHash": "sha256-yHKXXw2OWfIFsyTjduB4EyFwR0SYYF0hK8xI9z4NIn0=", 53 "owner": "oxalica", 54 "repo": "rust-overlay", 55 "rev": "03c6e38661c02a27ca006a284813afdc461e9f7e", 56 "type": "github" 57 }, 58 "original": { 59 "owner": "oxalica", 60 "repo": "rust-overlay", 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}