a more proper nixos module for the tangled knotserver
4
fork

Configure Feed

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

flake: add flake lock

+126
+126
flake.lock
··· 1 + { 2 + "nodes": { 3 + "gitignore": { 4 + "inputs": { 5 + "nixpkgs": [ 6 + "tangledCore", 7 + "nixpkgs" 8 + ] 9 + }, 10 + "locked": { 11 + "lastModified": 1709087332, 12 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 13 + "owner": "hercules-ci", 14 + "repo": "gitignore.nix", 15 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 16 + "type": "github" 17 + }, 18 + "original": { 19 + "owner": "hercules-ci", 20 + "repo": "gitignore.nix", 21 + "type": "github" 22 + } 23 + }, 24 + "htmx-src": { 25 + "flake": false, 26 + "locked": { 27 + "narHash": "sha256-nm6avZuEBg67SSyyZUhjpXVNstHHgUxrtBHqJgowU08=", 28 + "type": "file", 29 + "url": "https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js" 30 + }, 31 + "original": { 32 + "type": "file", 33 + "url": "https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js" 34 + } 35 + }, 36 + "ia-fonts-src": { 37 + "flake": false, 38 + "locked": { 39 + "lastModified": 1686932517, 40 + "narHash": "sha256-2T165nFfCzO65/PIHauJA//S+zug5nUwPcg8NUEydfc=", 41 + "owner": "iaolo", 42 + "repo": "iA-Fonts", 43 + "rev": "f32c04c3058a75d7ce28919ce70fe8800817491b", 44 + "type": "github" 45 + }, 46 + "original": { 47 + "owner": "iaolo", 48 + "repo": "iA-Fonts", 49 + "type": "github" 50 + } 51 + }, 52 + "indigo": { 53 + "flake": false, 54 + "locked": { 55 + "lastModified": 1738491661, 56 + "narHash": "sha256-+njDigkvjH4XmXZMog5Mp0K4x9mamHX6gSGJCZB9mE4=", 57 + "owner": "oppiliappan", 58 + "repo": "indigo", 59 + "rev": "feb802f02a462ac0a6392ffc3e40b0529f0cdf71", 60 + "type": "github" 61 + }, 62 + "original": { 63 + "owner": "oppiliappan", 64 + "repo": "indigo", 65 + "type": "github" 66 + } 67 + }, 68 + "lucide-src": { 69 + "flake": false, 70 + "locked": { 71 + "narHash": "sha256-h3LsMyt4gaugENlg07Uxl96j89O5B2ZaO6fQ07cjZgQ=", 72 + "type": "file", 73 + "url": "https://unpkg.com/lucide@latest" 74 + }, 75 + "original": { 76 + "type": "file", 77 + "url": "https://unpkg.com/lucide@latest" 78 + } 79 + }, 80 + "nixpkgs": { 81 + "locked": { 82 + "lastModified": 1740938536, 83 + "narHash": "sha256-m6Lz7cRoZ8GS7tziYrNWv0WXTYtKx3oOC9Bwa6a13EA=", 84 + "owner": "nixos", 85 + "repo": "nixpkgs", 86 + "rev": "2ffed2bc3d27861b821f9bec127cf51a4dbfabb4", 87 + "type": "github" 88 + }, 89 + "original": { 90 + "owner": "nixos", 91 + "repo": "nixpkgs", 92 + "type": "github" 93 + } 94 + }, 95 + "root": { 96 + "inputs": { 97 + "tangledCore": "tangledCore" 98 + } 99 + }, 100 + "tangledCore": { 101 + "inputs": { 102 + "gitignore": "gitignore", 103 + "htmx-src": "htmx-src", 104 + "ia-fonts-src": "ia-fonts-src", 105 + "indigo": "indigo", 106 + "lucide-src": "lucide-src", 107 + "nixpkgs": "nixpkgs" 108 + }, 109 + "locked": { 110 + "lastModified": 1741644644, 111 + "narHash": "sha256-wAeSEDs89G+2S/CDO8pwgA1OQWj62s61UU62+u6chw4=", 112 + "ref": "refs/heads/master", 113 + "rev": "cc344af0da418b803282054aee90e03b994437d7", 114 + "revCount": 295, 115 + "type": "git", 116 + "url": "https://tangled.sh/@tangled.sh/core" 117 + }, 118 + "original": { 119 + "type": "git", 120 + "url": "https://tangled.sh/@tangled.sh/core" 121 + } 122 + } 123 + }, 124 + "root": "root", 125 + "version": 7 126 + }