spacefrogg has quit [Remote host closed the connection]
<andi->
Just pushed an updated example with finally fixed symlinks.. All of the rust libs out there didn't get the path diffing right so I stopped wasting hours and just wrote it myself.. I'll try to add ekleog's feedback later today and also run a few recent scans. One issue I currently have is referring to the latest scan for a branch. A symlink could fix that... Also ordering commits by "age" is something
<andi->
a consumer should be possible to do..
ekleog has quit [Quit: WeeChat 2.0]
ekleog has joined #nixos-security
<andi->
A filesystem with bidirectional links would be cool.. would solve the backlinking issue :D
<andi->
basically "portal" between two directories
<ekleog>
Like, directory hardlinks? \o/
<andi->
Not really.. Like if you chdir from directory A you end up in B, if you chdir from B you end up in A.
<andi->
Now I have to do that with two symlinks
{`-`} has joined #nixos-security
<andi->
so backrefs are finnaly in... I found a few issues with my code.. I silenced a few errors. Using `nix-build` during development is harmful with rust. It doesn't give you the compiler warnings :/