vesper11 has quit [Read error: Connection reset by peer]
vesper11 has joined #nixos-chat
xd1le has quit [Quit: leaving]
maxdevjs has joined #nixos-chat
maxdevjs has quit [Quit: Leaving]
maxdevjs has joined #nixos-chat
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 276 seconds]
drakonis_ has quit [Ping timeout: 265 seconds]
maxdevjs has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-chat
vesper11 has quit [Read error: Connection reset by peer]
vesper11 has joined #nixos-chat
maxdevjs has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 276 seconds]
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 245 seconds]
drakonis_ has quit [Ping timeout: 250 seconds]
__monty__ has quit [Quit: leaving]
<colemickens>
samueldr: how hard is adding new devices to your nixos-on-arm tree? I have a couple of Orange Pi R1 HDs lying around and am thinking of trying to make a unifi image for it.
<samueldr>
my nixos-on-arm tree? colemickens
<colemickens>
oh crap I'm mixing up people :\ sorry
<gchristensen>
NVMe Status:NS_ID_UNAVAILABLE: The number of namespaces supported has been exceeded(116)
<gchristensen>
lol ... # fdisk /dev/nvme0n1
<gchristensen>
fdisk: cannot open /dev/nvme0n1: Input/output error
<lassulus>
yay, finally <1500 PRs
<gchristensen>
muahahaha yes indeed namespaces do grant me shenanigan power
<samueldr>
how shenanigan?
<gchristensen>
I'll PM you
<samueldr>
:)
<samueldr>
are there neat tricks to grep the git history for changes?
<gchristensen>
`git log` with -S and -G I think
<infinisil>
Ah neat, I only knew about -S
<infinisil>
-S for strings, -G for rexes apparently
<samueldr>
oh, -S and -G indeed look like what I want
<gchristensen>
-S and -G do importantly different things
<gchristensen>
"Look for differences that change the number of occurrences of the specified string (i.e. addition/deletion) in a file." if you make a substantial change to the line containing a string, it won't pick it up