noonien has quit [Quit: Connection closed for inactivity]
AlwaysLivid has joined #nixos-dev
orivej has joined #nixos-dev
stigo has quit [Ping timeout: 246 seconds]
ris has quit [Ping timeout: 256 seconds]
rajivr has joined #nixos-dev
stigo has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-dev
lovesegfault has quit [Quit: WeeChat 2.9]
justanotheruser has joined #nixos-dev
lovesegfault has joined #nixos-dev
tazjin has quit [Ping timeout: 272 seconds]
tazjin has joined #nixos-dev
jdnixx has quit [Quit: Connection closed for inactivity]
Taneb has quit [Quit: I seem to have stopped.]
Taneb has joined #nixos-dev
orivej has quit [Ping timeout: 244 seconds]
AlwaysLivid has quit [Ping timeout: 272 seconds]
justanotheruser has quit [Ping timeout: 244 seconds]
justanotheruser has joined #nixos-dev
capisce has quit [Remote host closed the connection]
capisce has joined #nixos-dev
xwvvvvwx- has joined #nixos-dev
xwvvvvwx has quit [Ping timeout: 264 seconds]
xwvvvvwx- is now known as xwvvvvwx
saschagrunert has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
cole-h has quit [Ping timeout: 256 seconds]
alp has joined #nixos-dev
sgrunert has joined #nixos-dev
saschagrunert has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
sascha__ has joined #nixos-dev
sgrunert has quit [Ping timeout: 256 seconds]
alp has quit [Remote host closed the connection]
alp has joined #nixos-dev
m1cr0man has quit [Read error: Connection reset by peer]
m1cr0man has joined #nixos-dev
<rajivr>
Is there a way to get Nix Flake's `system.configurationRevision` from `nix eval` or `nix repl`? I tried `nix eval --impure --expr 'let flake = builtins.getFlake (builtins.toString ./.); in flake.nixosConfigurations.gce-image.config.system.configurationRevision'`, but it gives me `null`.
<rajivr>
However, this command works. `nix eval --impure --expr 'let flake = builtins.getFlake (builtins.toString ./.); in flake.nixosConfigurations.gce-image.config.system.nixos.revision'`.
<niksnut>
this works for me: nix eval /path/to/flake#nixosConfigurations.machine.config.system.configurationRevision
<niksnut>
however, you'll get null if the flake is a dirty git tree
<rajivr>
Thanks niksnut . The eval form you suggested works.
<Taneb>
domenkozar[m]: it's a little amusing seeing "20.09 Zero Hydra Failures has begun!" on the 42nd of September
<domenkozar[m]>
it's best effort :)
alp has quit [Ping timeout: 240 seconds]
<worldofpeace>
domenkozar: there's no quote, unless that's intentional
<worldofpeace>
I wouldn't mention the CFP, I think that should be closed now? our schedule is full
<worldofpeace>
it really should mention just the dates of nixcon and where
<domenkozar[m]>
yeah I skipped the quote today
<worldofpeace>
are you an oxford comma user?
<worldofpeace>
at "Experimenting with Nix and the service management properties of Docker" it's from the author's perspective (I think) and it reads weird. maybe use their name
<worldofpeace>
wow, you're right that's a lot of tutorials and resources. I'm not sure how curated you're going for, but I'd say the more the merrier. they're usually hard to find for people
dstzd has joined #nixos-dev
maljub01 has joined #nixos-dev
orivej has joined #nixos-dev
alp has joined #nixos-dev
justanotheruser has quit [Ping timeout: 272 seconds]
<catern>
some people at my $DAYJOB have written a version of nscd in Rust without caching and with threaded lookups for better performance, since people were afraid of deploying nscd with caching for Nix. it's explicitly for use with Nix, is that interesting to anyone? anyone explored that before?
stigo has quit [Quit: stigo]
stigo has joined #nixos-dev
msirabella has quit [Quit: Goodbye, World!]
mjsir911 has joined #nixos-dev
noonien has joined #nixos-dev
justanotheruser has joined #nixos-dev
cole-h has joined #nixos-dev
jonbryan has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
<ajs124>
catern: this sounds relevant to my interests, yes.