worldofpeace changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 20.09 RMs: worldofpeace, jonringer | https://logs.nix.samueldr.com/nixos-dev
justanotheruser has quit [Ping timeout: 240 seconds]
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
justanotheruser has joined #nixos-dev
rajivr has joined #nixos-dev
nh2 has quit [Read error: Connection reset by peer]
elvishjerricco has quit [Ping timeout: 264 seconds]
nh2 has joined #nixos-dev
elvishjerricco has joined #nixos-dev
<gchristensen> ryantm: sorry I didn't get back to you. I'm getting metrics going again. what exactly did that page report to you before?
<gchristensen> like is there a string I can grep for to find the file that servedit?
<ryantm> gchristensen .evaluator.messages.waiting was my jq query
orivej has joined #nixos-dev
<gchristensen> ryantm: that should work again!
jonringer has joined #nixos-dev
mkaito has quit [Quit: WeeChat 3.0]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
kalbasit has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
cole-h has quit [Ping timeout: 240 seconds]
<Mic92> drakonis: we opened #nixos-rc3 for those who don't have a rc3 ticket.
<lassulus> people with tickets are also welcome there :)
orivej has joined #nixos-dev
jonringer has quit [Ping timeout: 260 seconds]
<sphalerite> Would anybody who works with linux through nixpkgs a bit care to review #107181 ?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/107181 (by lheckemann, 1 week ago, open): linux: fix generate-config's handling of "no-choice" options
Mic92 has quit [Quit: WeeChat 3.0]
Mic92 has joined #nixos-dev
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-dev
saschagrunert has joined #nixos-dev
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos-dev
saschagrunert has quit [Remote host closed the connection]
saschagrunert has joined #nixos-dev
saschagrunert has quit [Remote host closed the connection]
devhell has joined #nixos-dev
justanotheruser has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 265 seconds]
mkaito has joined #nixos-dev
mkaito has quit [Changing host]
mkaito has joined #nixos-dev
__monty__ has joined #nixos-dev
cole-h has joined #nixos-dev
<ajs124> sphalerite: I seem to remember that kernel.org also has some script to do what generate-config.pl does now, which we might want to switch to, instead of trying to fix it.
kraem has joined #nixos-dev
<lukegb> buildBazelPackage+-
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
orivej has joined #nixos-dev
devhell has quit [Ping timeout: 260 seconds]
sorki has joined #nixos-dev
srk has quit [Ping timeout: 240 seconds]
sorki is now known as srk
justanotheruser has joined #nixos-dev
tilpner_ has joined #nixos-dev
tilpner has quit [Ping timeout: 260 seconds]
tilpner_ is now known as tilpner
Jackneill has quit [Ping timeout: 240 seconds]
Jackneill has joined #nixos-dev
tilpner has quit [Ping timeout: 240 seconds]
tilpner has joined #nixos-dev
ruuda has joined #nixos-dev
ruuda has quit [Client Quit]
ruuda has joined #nixos-dev
rajivr has quit [Quit: Connection closed for inactivity]
kalbasit has joined #nixos-dev
ruuda has quit [Quit: ruuda]
devhell has joined #nixos-dev
devhell has quit [Quit: leaving]
kalbasit has quit [Ping timeout: 256 seconds]
jonringer has joined #nixos-dev
fcortesi has joined #nixos-dev
<fcortesi> Hello. I just asked a question about flakes on #nixos but nobody answers. Can I het a little of help here? I'm just trying to use a few unstable packages in configuration.nix (with flakes).
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
<elvishjerricco> Messing around with building a custom initramfs from scratch using systemd as pid 1. Systemd mounts /dev automatically, but the drive I have "plugged in" in qemu isn't showing up. I see stuff like /dev/ram0, but not vda or anything. Why would that be?
<elvishjerricco> Oh I guess maybe the kernel module for such drives isn't built into the kernel? I wonder if it would work if I made qemu virtualize a scsi drive
<MichaelRaskin> I think you need to put modules into initramfs, for scsi too
<samueldr> there's a list of modules in use by the usual stage-1
* samueldr looks
<samueldr> you'll probably want to interface with the same config
<samueldr> elvishjerricco: nixos/modules/system/boot/kernel.nix
<samueldr> part of it
<samueldr> well, no, that would be the one that's always included in the initrd
<samueldr> (and... annoyingly gated behind `initrd.enable`:/)
<elvishjerricco> samueldr: Alright. I figured most disk related modules were just built right into the kernel
<elvishjerricco> My thing is from scratch so I haven't even started loading modules yet :P
<MichaelRaskin> No, allmodconfig is not what NixOS uses but closest rought approximation
<samueldr> you might not want to load them manually, but instead have them available where the kernel looks
<samueldr> udev will load them as needed
<samueldr> that's why it's `availableKernelModules`
<elvishjerricco> samueldr: Don't even have udev in this thing yet :P
<samueldr> you really want it soon :)
<samueldr> good thing it's also part of systemd
<elvishjerricco> Not sure how to do that. At the moment I basically just have it booting with default.target set to initrd.target and an fstab that points to the root drive
<elvishjerricco> Mounts the root drive to /sysroot, more accurately
<samueldr> elvishjerricco: do you know of https://github.com/NixOS/nixpkgs/issues/72401 ?
<{^_^}> #72401 (by kirelagin, 1 year ago, open): PSA: systemd in initramfs
<samueldr> not sure if there's anything that could help you, or that you can help with
<samueldr> (feel free to explore your own way first!)
<elvishjerricco> Yea I've seen that. It's tackling more than I'm looking at right now I think
<samueldr> just wanted to make sure you knew of it :)
<elvishjerricco> Thanks :)
<manveru> can someone help me understand the limitations on IFD with flakes?
<manveru> i basically have `scopedImport vars (toFile (baseNameOf file) "''${readFile file}''")` to implement my templating engine in nix...
<manveru> but with that i get `access to path '/nix/store/fan4pnqwgiqibghrfigv7id6a1dyga6z-about.html' is forbidden in restricted mode`
<manveru> given that the file was written during evaluation, and nix should know i created it, why would access be restricted?
<manveru> guess for now i can put the ''s into the files, but i really would love to find a way to avoid that :)
orivej has quit [Ping timeout: 240 seconds]
<MichaelRaskin> I think even just evaluating from a preexisting store path, without IFD, is not pure enough for Nix
<manveru> it is, for now i worked around it by inserting ''s manually and simply doing `scopedImport vars file` instead, but i really would like to understand why this is required :)
cole-h has quit [Quit: Goodbye]
justanotheruser has quit [Ping timeout: 260 seconds]
__monty__ has quit [Quit: leaving]
fcortesi has quit [Quit: Leaving]
jonringer_ has joined #nixos-dev
asymmetric has quit [Ping timeout: 260 seconds]
asymmetric has joined #nixos-dev
ghuntley has quit [Ping timeout: 260 seconds]
msirabella has joined #nixos-dev
srhb has quit [Ping timeout: 260 seconds]
jkkm has quit [Ping timeout: 260 seconds]
jonringer has quit [Ping timeout: 260 seconds]
{^_^} has quit [Ping timeout: 260 seconds]
mjsir911 has quit [Ping timeout: 260 seconds]
lopsided98 has quit [Ping timeout: 260 seconds]
lopsided98 has joined #nixos-dev
Mic92 has quit [Ping timeout: 260 seconds]
jkkm has joined #nixos-dev
Mic92 has joined #nixos-dev
srhb has joined #nixos-dev
{^_^} has joined #nixos-dev
cole-h has joined #nixos-dev
ghuntley has joined #nixos-dev
cole-h has quit [Client Quit]
tokudan has quit [Remote host closed the connection]
tokudan has joined #nixos-dev
cole-h has joined #nixos-dev
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
justanotheruser has joined #nixos-dev
pmy_ has quit [Ping timeout: 240 seconds]
pmy_ has joined #nixos-dev
justanotheruser has quit [Excess Flood]
justanotheruser has joined #nixos-dev
cole-h has quit [Quit: Goodbye]