diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1066,7 +1066,8 @@ "pia": "pia", "pre-commit-hooks": "pre-commit-hooks_2", "spicetify-nix": "spicetify-nix", - "systems": "systems_3" + "systems": "systems_3", + "tailray": "tailray" } }, "rust-analyzer-src": { @@ -1192,6 +1193,26 @@ "type": "github" } }, + "tailray": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1722168813, + "narHash": "sha256-HYWkK4V+g/sLgpV3iznVS7SUV3bVMA9Zlk0Ce47iuhw=", + "owner": "NotAShelf", + "repo": "tailray", + "rev": "dbacf0116d394abd00926a3da9d108869677b00d", + "type": "github" + }, + "original": { + "owner": "NotAShelf", + "repo": "tailray", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": [ |