<tmplt>
Is xmonad packaged in some special way? I'm not able to dynamically add screens via arandr/xrandr. Both screens are treated as a single workspace, but if xmonad is started with the screen plugged in, I get the two screens in xmonad as expected.
<clever>
hyperfekt: what exactly isnt working?, which boot loader are you using?
<evils>
i'm trying to get kicad-unstable working, atm i'm building the latest revision from the github mirror via a modified kicad/default.nix; doing attempting to build unstable with the same verbatim nix file as kicad/unstable.nix, fails to find wx (a dependency)
millerj has quit [Ping timeout: 265 seconds]
<hyperfekt>
clever: Um. I got systemd-boot.enable = true. Apart from that, the default, I guess? Also I had canTouchEfiVariables on true but while trying to repair my EFI variable store got full and I disabled it
<hyperfekt>
clever: lotsa options, one of them on the device my boot partition is on and at the top of the boot order, pointing at \EFI\systemd\systemd-bootx64.efi
<clever>
hyperfekt: and is the uuid its listing, the right one for your boot partition?
millerj has joined #nixos
<hyperfekt>
clever: yes
<clever>
hyperfekt: what exactly doesnt work?
felixfoertsch has quit [Ping timeout: 246 seconds]
felixfoertsch has joined #nixos
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
selfsymmetric-mu has joined #nixos
<hyperfekt>
clever: after selecting the generation i get "failed to execute /init (error -8)"
<clever>
hyperfekt: that means the init= is missing from the kernel params
millerj has quit [Ping timeout: 276 seconds]
<clever>
hyperfekt: try reading the systemd config file, and confirm what params are in it
mexisme has quit [Ping timeout: 265 seconds]
<inkbottle>
if I've just installed zlib (configuration.nix); is it possible that it is not yet in the "available environment"? (ls /nix/store/*zlib*, shows me it's present in the system)
<inkbottle>
but stack buils fails with "Missing dependency on a foreign library"
<evils>
inkbottle: try with nix-shell -p zlib
<selfsymmetric-mu>
Hey inkbottle, I was just creating a shell.nix for myself today, maybe it'll be a useful template for you.
<hyperfekt>
clever: just says timeout t, default nixos-generation-19, console-mode keep. the entry itself under options lists init=[storepath]
<hyperfekt>
then that won't help me. so i'm switching away from systemd and to grub now.
<selfsymmetric-mu>
I really don't like what Stack has done. "oh hey, I hear Nix is a nice language for expressing configuration explicitly. If you're using NixOS we'll do a bunch of implicit stuff that breaks the build and is impossible to debug"
<hyperfekt>
imma have to stop for now. maybe i can get this running tomorrow :/
<hyper_ch2>
eyJhb: how did you get displaylink to work? I added displaylink to the kernel drivers -> rebuild -> didn't work... then I also added displaylink to the list of installed apps -> rebuild -> I had to manually download the displaylink drivers and prefetch them -> rebuild -> still didn't work.
<hyperfekt>
oh actually i just saw that the panic mentions the right path for the init, but faiks with error - 2
<{^_^}>
[nixpkgs] @jonringer pushed commit from @dtzWill to master « cbatticon: 1.6.9 -> 1.6.10 »: https://git.io/JeWk5
<hpfr[m]>
I tried to set up distributed building for my rather weak laptop that needs a custom kernel and I think I’ve somehow borked rebuilding. It’s really slow and doesn’t seem to work despite me following the wiki page to the letter. With —builders “” to try to override I get an error saying the file couldn’t be loaded if I remember correctly
<{^_^}>
[nixpkgs] @jonringer pushed commit from @r-ryantm to master « geany: 1.35 -> 1.36 »: https://git.io/JeWII
ivan has joined #nixos
<ivan>
something is up with the release-19.09 branch, error: Package ‘kscreen-5.16.5’ in /home/at/code/system/nixpkgs/pkgs/desktops/plasma-5/default.nix:94 is marked as broken, refusing to evaluate.
<ivan>
ofc I have no idea which thing evaluates it but maybe something that uses libkscreen
<ivan>
ah no libkscreen is not marked broken, just kscreen
<ivan>
ah it is spectacle
<ivan>
another thing marked broken that was not broken for me: error: Package ‘libguestfs-1.38.6’ in /home/at/code/system/nixpkgs/pkgs/development/libraries/libguestfs/default.nix:83 is marked as broken, refusing to evaluate.
drakonis has quit [Quit: WeeChat 2.6]
hyper_ch2 has quit [Remote host closed the connection]
<kyren>
okay, so I think I almost have nix working in multi user mode on this mac, but it only seems to work in a root login shell, I've discovered that this is because the normal user login shell is missing the NIX_SSL_CERT_FiLE env var and also that ~/.nix-profile points to /nix/var/nix/profiles/per-user/<me>/profile, which does not exist
<{^_^}>
[nixpkgs] @jonringer pushed commit from @r-ryantm to master « debootstrap: 1.0.115 -> 1.0.116 »: https://git.io/JeWIg
<kyren>
I'm not sure what went wrong during the installation procedure, but what is the best way to create a blank profile?
<kyren>
wait, I may have figured this out...
jluttine has joined #nixos
sb0 has quit [Quit: Leaving]
<arcnmx>
Hm, if I made a thing and feel like it's kinda ready to show to get feedback on, where would be an appropriate place for that?
<arcnmx>
announcements on discourse seems close but feels a bit... much, I don't know if it really counts as a release?
orivej has joined #nixos
selfsymmetric-mu has quit [Ping timeout: 240 seconds]
<{^_^}>
[nixpkgs] @ivan closed pull request #69386 → kernel: build initrd and modules tree locally → https://git.io/JeGtb
<kyren>
no, I have not figured this out... I'm sure this is related somehow to catalina, I'm swimming in shell scripts trying to debug it... I know what the symptoms are but I don't know which is the cause and which is the effect
<{^_^}>
[nixpkgs] @ivan opened pull request #70714 → plasma5.kscreen: unmark as broken → https://git.io/JeWIX
<kyren>
multi-user install, macos catalina, as root everything works, as a user nothing works
<kyren>
the user account is missing $NIX_SSL_CERT_FILE env var and /nix/var/nix/profiles/per-user/<user>/profile doesn't exist, but not sure if those are actually *problems*
<kyren>
`nix-env -i hello` as a user results in "Problem with the SSL CA cert (path? access rights?) (77)", as root everything works
<srhb>
disasm: Did you mean to merge the WIP "mark broken" branch?
<bahamas>
I have a django project that depends on some geospatial libraries: geos and gdal. because I'm using nix, I need to specify the paths to these libraries so that Django can find them. I do this through environment variables, but right now I have to manually check the outPath of both libraries and paste that in an .env file. is there a way to write these paths to a file when nix installs the libraries?
<srhb>
bahamas: If you generate the env file via nix, referring to the paths is as simple as "... ${pkgs.geos}"
<bahamas>
srhb: how do I generate that file with nix? consider that I want to place that file in my project
<kyren>
OKAY, crisis averted I've gotten everything to work by building a nix-darwin configuration as root and using a nix provided shell configuration, I'm sure I got to the end in the wrong way but I'm here and it feels so good when the problems stop :D
<srhb>
bahamas: Ideally I'd build the entire project with Nix, but if you can't, use writeText or some of its friends and symlink the file in place.
sb0 has joined #nixos
m0rphism has joined #nixos
<bahamas>
srhb: I am building the entire project with nix.
<bahamas>
what should I do in this case?
<lovesegfault>
Could anyone do me a favor an test this:
<lovesegfault>
1. install lollypop (music player)
<lovesegfault>
2. Open preferences (hamburer menu on the top right)
<lovesegfault>
3. Enable dark mode
<lovesegfault>
Does it work?
<lassulus>
yes
<srhb>
bahamas: try using writeText :)
<eyJhb>
hyper_ch2: OH NO YOU DIDN'T :(
<hyper_ch2>
eyJhb: ?
philr has joined #nixos
<eyJhb>
DisplayLink is no fun... YOu need to downgrade you xserver version as well
<eyJhb>
2 sec
<hyper_ch2>
I tried to find a usb-c docking station without displaylink but can't find anything
<eyJhb>
Use the gist in the comment and import the files (save both and import the displaylink thing)
<eyJhb>
DisplayLink should REALLY be marked broken, as I don't think it is a good idea to downgrade X, Y and Z in the pkg.. Unless we can get it to work on the newest xorg.server version
<hyper_ch2>
it finished building but can't reboot... well, I could but then it gets stucked. For some reason, when I have the dock attached and try to boot up, it works fine, I enter crypto password for zfs and then it boots up... but at some point it stops because it has issues with mdadm raid
hyper_ch2 has quit [Remote host closed the connection]
<{^_^}>
[nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/JeW3U
<wedens>
adisbladis: https://paste.ee/p/43rzD it was the full expression. overlay is added to `nixpkgs.overlays` and `virtmanager` is added to `environment.systemPackages`
<sphalerite>
wedens: ooooh, you need to use overrideAttrs, not overrideDerivation
<sphalerite>
wedens: overrideDerivation needs to completely evaluate the original derivation, which isn't possible in this case
<wedens>
sphalerite: my previous attempts used overrideAttrs. I don't think I can use override and overrideAttrs together?
asymptotically has joined #nixos
<sphalerite>
wedens: you can, you just need to use enough parentheses
<sphalerite>
adisbladis: are you sure? I'd expect it to fail with a hash mismatch
<{^_^}>
[nixpkgs] @worldofpeace pushed 2 commits to release-19.09: https://git.io/JeW3Z
<sphalerite>
adisbladis: also, I _think_ the python3Packages line shouldn't be necessary
hyper_ch2 has joined #nixos
<dminuoso>
Mmm, a plain `security.pam.services.foo = {}` should produce a pam service that a standard unix user in /etc/passwd can authenticate against, right?
<__monty__>
inkbottle: Re the first. The solution's obviously to replace dolphin with ranger : >
Ariakenom_ has quit [Ping timeout: 265 seconds]
<exarkun>
inkbottle: `man configuration.nix`
<azazel>
have you guys tried to use self-encryption of your OPAL drives with nixos?
aswanson has joined #nixos
<azazel>
callahad3060: are you using drive self-encryption?
Ariakenom_ has joined #nixos
sb0 has quit [Ping timeout: 252 seconds]
<ryantm>
The Final Comment Period for RFC 0052, Away from Static IDs, has started and, barring any blocking issues, will be merged after 2019-10-18. Your opinions, comments, and approvals are welcome! https://github.com/NixOS/rfcs/pull/52
<jonge[m]>
yes, i am running the daemon. i will however also need to document it to colleagues who use single-user install...
<jonge[m]>
hm... i copied my cert stuff into /etc/ssl/certs/ca-certificates.crt and it still doesn't work...
<inkbottle>
'locale' not configured correctly: /run/current-system/sw/bin/man: can't set the locale; make sure $LC_* and $LANG are correct --- Though I have i18n.defaultLocale = "en_US.UTF-8"; in configuration.nix
<callahad3060>
azazel: Yep!
<azazel>
what's the best way to get the running kernel config on nixos?
gagbo has quit [Ping timeout: 246 seconds]
<callahad3060>
I've also apparently somehow broken my IRC bouncer. *glares at the numberic suffix on his nick*
<azazel>
callahad3060: :-D
gagbo has joined #nixos
kleisli has joined #nixos
sb0 has joined #nixos
<callahad3060>
One sec, let me get back to my laptop
<azazel>
callahad3060: I too was surprised of the apparent number of connected "callahad"s
ubert has joined #nixos
<azazel>
callahad3060: did you followed the guide on sedutil's wiki in order to set it up?
sb0 has quit [Client Quit]
callahad3060 is now known as callahad
astrall33 has quit [Ping timeout: 240 seconds]
<azazel>
oh, i got it
<callahad>
azazel: If I recall correctly, I just followed the wiki, but I do have notes here I can get
<callahad>
azazel: Current kernel config is in /proc/config.gz
<azazel>
callahad: yes, I've just checked the presence of CONFIG_BLK_SED_OPAL ;-)
<ravndal>
so, I have an overlay that adds a few python packages, fairly new to Nix and I was wondering what would be the most correct way to do this: https://paste.rs/XVn
* callahad
combs through the photos he took of his screen while setting this all up
<azazel>
callahad: photos?
cfricke has joined #nixos
<azazel>
callahad: thanks, if you find anything useful..
<callahad>
azazel: I'm bad at computers, so I took literal screen shots of my bios config, etc. ;)
<azazel>
oh
cfricke has quit [Client Quit]
<azazel>
ravndal: maybe it's better if you ask something starting by explaining what are you trying to achieve
<ravndal>
isn't it obvious enough from this: >I have an overlay that adds a few python packages
<callahad>
azazel: Yep. Also updated the gist to mention how to hash your password for use in that systemd unit
<callahad>
You have to use that patched build of sedutil if you want normal suspend / sleep stuff to work
<callahad>
It basically caches your password in RAM so that the kernel can automatically unlock your disk when resuming from suspend.
<callahad>
Otherwise, your system resumes from RAM but suddenly can't read anything off of disk, and that causes all kinds of hilarity.
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos
drakonis has quit [Read error: Connection reset by peer]
<callahad>
The downside is that your disk decryption password is now effectively in your configuration, and thus in your nix store, which anything on your computer can read once it's booted.
drakonis has joined #nixos
sphalerit has left #nixos ["User left"]
<azazel>
callahad: I see... and looking at that suspend-to-disk patch, I suspect the kernel will use the swap space as the area to write the ram to? I actually have a very small swap partition, just enough to spare the sluggish experience of having the linux kernel deal with the RAM being completely allocated
hmpffff has quit [Quit: nchrrrr…]
<callahad>
azazel: Yep, you can ignore that whole stanza if you don't care about hibernation.
drakonis_ has joined #nixos
hmpffff has joined #nixos
drakonis has quit [Read error: Connection reset by peer]
<callahad>
I like having that setup because it means if my laptop loses power while sleeping (I forget to charge it for a day, etc.) then I don't lose any work when I turn it back on.
<callahad>
But that's totally optional.
<callahad>
The important parts are the patched sedutil and the systemd unit to run it every boot.
<azazel>
got it, thanks
Makaveli7 has quit [Quit: WeeChat 2.6]
hmpffff has quit [Read error: Connection reset by peer]
Ariakenom_ has quit [Remote host closed the connection]
Ariakenom_ has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
<{^_^}>
jakeday/linux-surface#312 (by anthe, 43 weeks ago, closed): Linux Surface on NixOS
<bahamas>
I have a nix setup for a Django site. I ran nix-build and I got a `result` dir with the python binaries and others. but I don't have the actual Python packages that my project depends on. how do I make them appear there?
<feep_>
it's a matter of some importance since if I can't get equalizer to work I'll have to return my new expensive headphones, they are ludicrously miscalibrated
<exarkun>
teto: haskell has cabal2nix, stack2nix stack-to-nix, buildHaskellPackage
<feep>
anyway the command as written is already outdated since qpaeq now needs pyqt5, but even if I feed it python27Packages.pyqt5 it complains about not finding PyQt5
<alex``>
I try to compile Next using my local repostories
<feep>
ie. I'm feeding it $ nix-shell -p python27Full python27Packages.pyqt5 python27Packages.dbus-python --command qpaeq, and it's still doing "no module named pyqt5"
<alex``>
with my local path using fetchGit src = /path/to
<{^_^}>
[nixpkgs] @konstantinous opened pull request #70754 → kio-gdrive: init at version 1.2.7 → https://git.io/JeWcO
xdecimal has quit [Client Quit]
<feep>
nvm I worked out how to do it :D apparently qpaeq works fine if you just patch the script to use the glib loop instead of the pyqt5 loop
chenhq2005 has joined #nixos
chenhq2005 has quit [Read error: Connection reset by peer]
<worldofpeace>
alex``: um, can you share the diff? I can't remember if fetchGit had issues with that, but I think if it's a local path on the disk you shouldn't have any issues with doing what I suggested
<{^_^}>
[nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « dos2unix: 7.4.0 -> 7.4.1 (#70566) »: https://git.io/JeWcG
<dminuoso>
Mmm, am I looking at this wrong, or is services.openssh.extraConfig misleading? How does this allow for appending extra config?
<worldofpeace>
or hmm
<alex``>
what is lib.cleanSource, where to put it in the default.nix?
<dminuoso>
(This `mkOrder` primitive is so magical, I cant even say what its for)
<worldofpeace>
alex``: so ` src = lib.cleanSource /that/path/you/shared;` I'm not sure if the build error is caused because the build expressions are different from the github archive
<{^_^}>
[nixpkgs] @zimbatm pushed to master « keycard-cli: init at 0.0.12 »: https://git.io/JeWcc
<dminuoso>
or is the point that I'll issue my own mkOrder (or rely on the implicit ordering of 100 by default) to reorder multiple stanzas?
wildtrees has joined #nixos
<{^_^}>
[nixpkgs] @lheckemann pushed to release-19.09 « multiple packages: fix reference to mysql headers »: https://git.io/JeWcW
kleisli has quit [Ping timeout: 268 seconds]
m0rphism has joined #nixos
wildtrees has quit [Remote host closed the connection]
<inkbottle>
I did enabled locate as a service; the default interval is 2:15 I understand; locate command still returns nothing after several hours
<alex``>
but I don't know what it does with it
Ariakenom has quit [Remote host closed the connection]
<alex``>
worldofpeace: why it tries to create a dir in my HOME?
<exarkun>
inkbottle: Read its logs?
tobi_ has quit [Quit: leaving]
<alex``>
when changing fetchFromGitHub it does not have error, but changing to fetchGit it does
<worldofpeace>
alex``: that means there must be inherant differences with the archive on github and your repo, or the build expressions changed in HEAD
<kaliumxyz>
Nix minimal is about 500MB, there are much smaller options though.
o1 has joined #nixos
<tokudan[m]>
good to know
gxt has quit [Remote host closed the connection]
gxt has joined #nixos
drakonis has joined #nixos
<gchristensen>
kaliumxyz: Nix's bootstrap blob is 500M?
<kaliumxyz>
not sure, nix minimal ISO is.
<kaliumxyz>
so boostrap should be smaller than it.
<tokudan[m]>
oh... that's not bootstrap
<tokudan[m]>
in theory the bootstrap could be 2 TB and the minimal iso image could still be 500 MB...
drakonis_ has quit [Ping timeout: 264 seconds]
<kaliumxyz>
Ah thats my mistake.
<tokudan[m]>
bootstrap is the answer to "I've got nothing, what binary blob do I need to be able to build a compiler"
<tokudan[m]>
once you have that compiler the bootstrap binaries are irrelevant for anything else, so they do not have to be on the ISO
<tokudan[m]>
the problem is the trust issue: you need to download a binary blob that's very hard to audit and execute it in the hope that it does what's advertised and has no hidden functions
<tokudan[m]>
for everything else you can read the source... but for that bootstrap blob you need to trust it
<hyperfekt>
A generation from before the rebuild without /boot works just fine.
<hyperfekt>
Anyone got a clue, and when can we get rid of all state in x86? 😬
<hyperfekt>
Before that I had accidentally rebuilt without /boot mounted and booted that way once. But further installs (or --install-bootloader enhanced rebuilds) don't rectify the situation.
<hyperfekt>
I can't boot NixOS despite reinstallation, as I'm getting 'Failed to execute /init (error -8)' and 'not syncing: Requested init [storepath] failed (error -2)' after selecting a generation from systemd-boot.
<{^_^}>
[nixpkgs] @Kjuvi opened pull request #70763 → envelope: init at 0.0.4 → https://git.io/JeWWs
<{^_^}>
[nixpkgs] @xfix opened pull request #70764 → mullvad: remove unnecessary systemd service copying in installation → https://git.io/JeWWC
<exarkun>
How does Python local development mode work on NixOS? I can only make it puke up setuptools install errors.
<exarkun>
and I'm kind of tired of abusing nix-shell for this
<gchristensen>
in what way are you abusing nix-shell?
<tokudan[m]>
hyperfekt: boot an old working generation, ensure that /boot is mounted, change something like users.motd = "hello!" to ensure you get a new version and then rebuild?
erasmas has joined #nixos
<exarkun>
My Python local development workflow right now is to have a shell.nix that does `buildEnv.override (...).env`, including the package I'm developing, and then run `nix-shell` to run my test suite
<exarkun>
I'd much rather have an environment that has the python and non-python dependencies installed in it and an editable install of the package under development so I can run the test suite interactively, use a debugger, etc
<exarkun>
but following the "python local development" section of the manual, which seems to describe just this, leads to errors
fusion809 has quit [Remote host closed the connection]
<Miyu-saki>
Does anyone use containers? I'm getting this error: firewall-start[635]: ip6tables v1.8.3 (legacy): can't initialize ip6tables table `filter': Table does not exist (do you need to insmod?)
<adisbladis>
exarkun: I've always found that the best way to develop python on nix is to give up on nix for python package management.
<exarkun>
:(
<simpson>
adisbladis: Yeah, but like, that's *always* the best answer for how to do things in Python: Give up and submit to the Python overlords' current opinions on What is Best.
gxt has quit [Ping timeout: 260 seconds]
<exarkun>
It seems like nixpkgs wants to believe it has a better story for python development than that
<exarkun>
It's just broken
<{^_^}>
[nixpkgs] @Tmplt opened pull request #70772 → octave: build with gl2ps → https://git.io/JeWlu
knupfer has quit [Ping timeout: 264 seconds]
<adisbladis>
simpson: With nix-shell propagating PYTHONPATH and stuffs it's simply too filled with sharp edges to work well..
kleisli has joined #nixos
<simpson>
adisbladis: And yet nix-shell works so well for other languages. Pretty sure Python is to blame here. The history of CPython development, after all, is not exactly a history of careful thoughtful engineering, but really whatever anybody could convince GvR was worthwhile.
<adisbladis>
simpson: Somewhat python is to blame for sure, but we run into the same issue within nixpkgs itself (mixing of python2 and python3 via propagation for example)
<adisbladis>
Which I find crazy scary.. Let's say I pull in my nix-shell, suddenly I have python2 deps on PYTHONPATH
<simpson>
adisbladis: Well, again, that's because Python 2 and Python 3 are, according to the PSF's official doctrine, the same language. Any belief that they are different languages is entirely in your own mind, heretic~
<simpson>
And yeah, PYTHONPATH is not a good design either.
<adisbladis>
s/"Let's say I pull in my nix-shel'/"Let's say I pull in mercurial in my nix-shell"/
<hyper_ch>
eyJhb: for some reason kde doesn't start anymore..... and dp doesn't seem to work... first I need to fix kde
<adisbladis>
simpson: Nope, but we do use it heavily in nixpkgs and I keep cutting myself on it...
<eyJhb>
hyper_ch: remember to disable DL before you start fixing things. Because DL can fuck up a LOT of things.
fendor has joined #nixos
<hyper_ch>
eyJhb: :)
<simpson>
Yeah, I agree that it's not a good situation. I'm not sure how to do better. Attempts to talk to PSF-approved groups like PyPA have gone alright-ish but haven't really led to improvements upstream.
<eyJhb>
I don't want you to get PTSD like me from DL hyper_ch ;)
<hyper_ch>
eyJhb: you make it sound like that's something bad
<eyJhb>
:( It is, it haunts me
<hyper_ch>
eyJhb: I think I see the problem.... I did set allow broken to yes
<hyper_ch>
and now error: Package ‘evdi-1.6.2’ in /root/nixos-master/pkgs/os-specific/linux/evdi/default.nix:28 is marked as broken, refusing to evaluate.
<cmacrae>
Hey people o/ Anyone have any experience with defining arbitrary sets of shell commands/scripts to run via NixOps at deploy time? I know this is impure, just wondering how people may tackle some such situations
justanotheruser has quit [Ping timeout: 276 seconds]
<{^_^}>
[nixpkgs] @jonringer pushed commit from @marsam to master « starship: 0.20.2 -> 0.21.0 »: https://git.io/JeW4d
<{^_^}>
[nixpkgs] @symphorien opened pull request #70786 → ocamlPackages.llvm: propagate needed libs, fix url to patch → https://git.io/JeW4F
<simpson>
ariutta: Most Python packages only actually *need* their inputs at runtime, and so the inputs might not be needed as build inputs.
<inkbottle>
Dolphin's PDF preview requires kdeApplications.kdegraphics-thumbnailers; which in turn requires ghostscript for the PDF part. Are those sort of dependencies described somewhere?
<inkbottle>
I guessed it from Debian's packages
<inkbottle>
And it did work
<ariutta>
Thanks for the responses. When I removed a dependency from propagatedBuildInputs, I got this error: "ERROR: Could not find a version that satisfies the requirement pyshexc>=0.5.4 (from ShExJSG==0.6.8) (from versions: none)"
<hyperfekt>
I found that the init not found issue comes down to boot.crashdump.enable, and had nothing to do with forgetting to mount /boot
freeman42x has quit [Client Quit]
<mbrgm>
zimbatm: I'm trying to get terraform-nixos to work but am struggling about passing an args to my configuration.nix. i.e. configuration.nix is a function, which takes an argument `{ foo, ... }:`... how do I supply that `foo` arg? I didn't succeed using extra_build_args or extra_eval_args.
<ajs124>
the fork has some support for modules. my project doesn't do that much. it just builds lineageos with wireguard and included google apps. also does over the air updates. but that's about it.
<kalbasit>
getting a weird issue with VirtualBox. I can start VM headless, but I cannot start it otherwise `virtualbox terminated unexpectedly during startup because of signal 6`
knupfer has quit [Ping timeout: 264 seconds]
<kalbasit>
running nixpkgs at 3f4144c30a6351dd79b177328ec4dea03e2ce45f
shibboleth has joined #nixos
<kalbasit>
has anyone seen similar issue with virtualbox 6?
<{^_^}>
[nixpkgs] @samueldr opened pull request #70796 → u-boot: Add Raspberry Pi 4 build → https://git.io/JeWRn
isHavvy has joined #nixos
Havvy has quit [Ping timeout: 268 seconds]
<{^_^}>
[nixpkgs] @cfsmp3 opened pull request #70797 → Added libvmaf + support for it in ffmpeg-full → https://git.io/JeWR8
<lopsided98>
raboof: you should be using mkDerivation or mkShell instead of directly using derivation
justanotheruser has quit [Ping timeout: 246 seconds]
<lopsided98>
My guess is you were reading the Nix pills, which (somewhat confusingly) serve as more of an explanation of how Nix works internally, rather than an example of how you should actually write Nix expressions
<raboof>
getting a bit further now, though ending up with linker errors - seems curses is not being linked in correctly somehow?
captn3m0- has joined #nixos
<jonreeve[m]>
Is the nix install broken? I tried running `curl https://nixos.org/nix/install | sh` but I get `error: while setting up the build environment: getting attributes of path '/nix/store/q6821d46lc5514rfh537c20f9ay2760l-bzip2-1.0.6.0.1-bin': No such file or directory
captn3m0 has quit [Ping timeout: 268 seconds]
<jonreeve[m]>
Apparently it's there, just not quite with that directory name: `~> ls /nix/store | grep bzip2