worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
Qwerky has quit [Ping timeout: 268 seconds]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/b2a189a8618 (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
jess has quit [Quit: Lost terminal]
jess has joined #nixos
ddellacosta has joined #nixos
<bsima> Hi, I'm packaging a program that reads a .conf from /usr/local/etc, but that doesn't exist on nixos, so where should I have it look? Maybe ~/.config?
ddellacosta has quit [Ping timeout: 252 seconds]
<qyliss> bsima: /etc
<bsima> ok
<jackdk> How can I use the `extraCommands` argument to `dockerTools.streamLayeredImage` to create directories belonging to unprivileged users? It appears that the streaming script sets uid=gid=0 on everrything. alternatively, is there a robust way to drop privileges in the entrypoint script of such a container? I'm not opposed to starting as root, making the dirs I need and then dropping privs
<{^_^}> [nixpkgs] @SuperSandro2000 pushed to SuperSandro2000-patch-1 « discord: remove unused input »: https://git.io/JOuQC
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119748 → passphrase2pgp: 1.1.0 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/119748
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119755 → shadowsocks-rust: 1.10.5 -> 1.10.7 → https://github.com/NixOS/nixpkgs/pull/119755
ahmedelgabri has quit [Ping timeout: 260 seconds]
gustavderdrache has quit [Quit: Leaving.]
lambdaman has quit [Remote host closed the connection]
Dr8128 has quit [Ping timeout: 268 seconds]
wnklmnn has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JOu7d
<sss> evils: thx )
ericsagnes has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 265 seconds]
ddellacosta has joined #nixos
bennofs__ has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
jpo has quit [Ping timeout: 268 seconds]
bennofs_ has quit [Ping timeout: 260 seconds]
jpo has joined #nixos
ahmedelgabri has joined #nixos
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119742 → re2: 20201001 -> 20210401 → https://github.com/NixOS/nixpkgs/pull/119742
Grace has joined #nixos
<Grace> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
<Grace> Hi! I'm wondering if anybody here has installed lyx on nixos
<Grace> I'm running into this error right now: meson.build:516:97: ERROR: Dependency "cairo-xlib" not found, tried pkgconfig
<Grace> not sure if the package has a missing dep
ahmedelgabri has quit [Ping timeout: 250 seconds]
wallacer has quit [Ping timeout: 250 seconds]
lordcirth_ has joined #nixos
ddellacosta has joined #nixos
wallacer has joined #nixos
Agustin2021 has joined #nixos
lordcirth has quit [Ping timeout: 258 seconds]
Jd007 has quit [Quit: Jd007]
ahmedelgabri has joined #nixos
<Grace> (I should mention that I have the `cairo` and `lyx` packages in my configuration.nix. not sure what I'm missing.)
<evils> Grace: what's the context for the error? the lyx binary runs for me (in `nix run nixpkgs.lyx`)
ahmedelgabri has quit [Ping timeout: 258 seconds]
lordcirth_ has quit [Remote host closed the connection]
<Grace> evils: I added `lyx` and `cairo` to my packages in configuration.lyx, tried to do a rebuild switch
lordcirth has joined #nixos
<evils> Grace: works here (nixos-unstable)
Wizek has quit [Quit: Connection closed for inactivity]
<Grace> Here's the full log
<evils> also builds from master and latest release
<evils> (nixpkgs master and 20.09)
<evils> Grace: tried nix-channel --update?
<pie_> infinisil: is it possible to override the type of an option? if it is, I can do the search replace stuff by replacing the merge algorithm with my own function (or something)
<infinisil> pie_: Nope, not possible
<pie_> oh hey youre awake
<Grace> evils: yeah, I did the other day. didn't seem to help.
<Grace> i'll try it again now
<pie_> infinisil: did you see the original question?
<infinisil> pie_: Ah yeah, but no idea what you meant
<pie_> - namely, can i fmap into module attrs? (can i get the value and run a search replace on it, as opposed to more primitive stuff like mkBefore or mkAfter - which uses the priority system)
<Grace> nope, still no good after channel update.
<infinisil> pie_: Ah no not possible
h0m1 has quit [Ping timeout: 260 seconds]
<infinisil> NixOS modules are strictly non-sequential
<pie_> thats not strictly true
<infinisil> So you can never do something to a previous value, because there is no definition of a previous vaule
<pie_> : priorities
<infinisil> I mean non-sequential as in time
<pie_> Grace: i ran into the cairo error and i dont know the solution either, so do tell me if you figure something out
<infinisil> Well
<Grace> oof :C
<infinisil> Yeah, there's no previous values and later values
<pie_> Grace: not with lyx specifically (which i did use some years ago)
<infinisil> So you can also not change any values
h0m1 has joined #nixos
<infinisil> Or rather, you can't *adjust* values
<pie_> infinisil: so i have to do some hacky out of band stuff or fork the module. thats annoying
<infinisil> What are you trying to do?
<evils> Grace: are you on x86_64?
<pie_> Grace: i think its related to not having x11 enabled but IDEK
<pie_> infinisil: add debug options to the pam configs
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #119840 → discord: remove unused input → https://github.com/NixOS/nixpkgs/pull/119840
<infinisil> Oh yeah not possible
<infinisil> pie_: Maybe check out https://github.com/NixOS/nixpkgs/pull/105319 thoug
<{^_^}> #105319 (by rissson, 20 weeks ago, open): nixos/pam: rework of the entire module
<pie_> ive seen that
<pie_> you saying i should pull it in? >_>
<pie_> man its things like this that leave me scratching my head if nixos is a good idea though :P
<pie_> wonder if i can do a nested eval and pull the value out of that
<evils> Grace: try adding this to your config, `environment.noXlibs = lib.mkForce false;` (from here: https://github.com/NixOS/nixpkgs/issues/102137)
<{^_^}> #102137 (by paralin, 24 weeks ago, closed): aarch64: gtk+3 dependency cairo-xlib not found
AkechiShiro has quit [Quit: WeeChat 2.9]
<infinisil> pie_: The problem is really just the list type in the module system
dotdotok has quit [Ping timeout: 240 seconds]
<pie_> infinisil: decompress please?
<infinisil> (and the related types.lines, or other string types that can be concatenated)
<Grace> evils: it works, thanks!!!!
<pie_> evils: Grace: guess I'll try that too! i saw the page but dismissed it because ...some reason.
<pie_> aaaand it looks like it built >_>
<Grace> YAY
<pie_> i feel dumb nouw
<infinisil> pie_: Well, not entirely, but the reason you can't just override one part of the config is because definitions don't have a name. You can't refer to "that one definition you want to override"
<pie_> evils++
<{^_^}> evils's karma got increased to 12
<Grace> evils is awesome <3
<Grace> oh there's a karma system!
<Grace> evils++
<{^_^}> evils's karma got increased to 13
<pie_> next question is why the hell is this even a proble
<evils> minimal.nix sets `environment.noXlibs = mkDefault true;`
<infinisil> pie_: If you have a `listOf` or `lines` then definitions are just concatenated, and they can't be referred to by a name. Unlike with `attrsOf`
<infinisil> If I had time I'd make an RFC to deprecate all listOf-related types
Agustin2021 has quit [Quit: Connection closed]
sss has quit [Quit: WeeChat 3.1]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/fd6370f9e7c (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
sss has joined #nixos
<pie_> Grace: wait a minute, youre also setting the containers enabled option.
<pie_> Grace: I keep running into weird corner issues while dealing with containers and im startingto think that might not be a coincidence
<pie_> Grace: care to comment? https://github.com/NixOS/nixpkgs/issues/119841
<{^_^}> #119841 (by deliciouslytyped, 1 minute ago, open): GTK build broken referring to cairo-xlib under unknown circumstances
ahmedelgabri has joined #nixos
<pie_> evils: no
<pie_> looks like that might be helpful
<pie_> im too tired to really dig into this so im being quite superficiel
<ornxka> is there a better way to update nix packages than nix-env -u \*?
<evils> ornxka: `nix-env -u`
<ornxka> often a package fails and then the whole operation fails.. i want to write a shell script that does a dry run and then just updates each package individually, but the output of nix-env -u --dry-run cant actually be easily put back into nix-env -u (i think there is some mismatch between package names and attribute names?)
ahmedelgabri has quit [Ping timeout: 260 seconds]
<pie_> ornxka: i havent used that stuff so im not sure but yeah probably the .name / .pname+.version field vs the name of the attr in all-packages... :/
<ornxka> there is the -k option which ostensibly stands for "keep going" but it doesnt mean what youd think it means and the operation still fails if any package fails to build
ahmedelgabri has joined #nixos
<pie_> infinisil: how will using attrsets help? you want to do something like { 1 = "a" ; 2 = "b" ; ... }
<pie_> ?
<pie_> ornxka: what _does_ that option do?
<{^_^}> nix#845 (by telotortium, 5 years ago, open): nix-env --upgrade should not stop on first build failure
Jd007 has joined #nixos
<pie_> i guess you could leave a ping on that
<ornxka> i will leave a comment
<pie_> ornxka: something you can look for is the files where nix-env stores its state information, you may be able to find the attributes or something there? presumably it has some way to know which packages its updating
<pie_> probably in your .nix-somethingorother directory
<pie_> i could hack something in if the system let me access the entire datastructure <infinisil> pie_: Well, not entirely, but the reason you can't just override one part of the config is because definitions don't have a name. You can't refer to "that one definition you want to override"
<pie_> right <infinisil> pie_: If you have a `listOf` or `lines` then definitions are just concatenated, and they can't be referred to by a name. Unlike with `attrsOf`
ahmedelgabri has quit [Ping timeout: 258 seconds]
<pie_> so yeah whats the alternative <infinisil> If I had time I'd make an RFC to deprecate all listOf-related types
<pie_> infinisil: in the interim the list and string types could be expanded to behave differently if they get an attr argument or such :P (some tagged union)
<Grace> pie_: I'm a weird corner case
<Grace> I'm running WSL
<Grace> on nix
<Grace> so it's wonky
<pie_> i noticed, so co--wait what?
<pie_> you mean nix on wsl? :P
hyiltiz has quit [Ping timeout: 240 seconds]
<infinisil> Gotta sleep now, see ya ;)
Jd007 has quit [Quit: Jd007]
nicoo has quit [Ping timeout: 240 seconds]
<pie_> see ya, i can wait for the answers tomorrow :P
<pie_> infinisil: ill have a file full of janky hacks for you
hyiltiz has joined #nixos
hyiltiz has joined #nixos
tomberek has quit [Quit: Connection closed]
<pie_> hm hithub has nowhere on the website i can report a bug, guess i wont
zebrag has joined #nixos
<pie_> ..github even xD
nicoo has joined #nixos
lambdaman has joined #nixos
<pie_> which is funny because i was just looking at you saying not to use apply :)
aasg has quit [Quit: Bridge terminating on SIGTERM]
aasg has joined #nixos
<abathur> pie_ somehow I tumbled into an alt universe or an a/b test recently and managed to find the right form to piss-and-moan into to get a human to respond to my bug report and even update me as the dev team fixed most (but not all) of it
lambdaman has quit [Ping timeout: 246 seconds]
<pie_> abathur: hehh, context? xD
<pie_> my openssh episode?
<abathur> "hm hithub has nowhere on the website i can report a bug, guess i wont"
<pie_> ah lol
<pie_> abathur: they have an email address but i dont feel like doing that
<abathur> not that, I don't think
<abathur> let me look at the interface and see if I can remember :]
<pie_> its probably already reported anyway
<pie_> i cant find a way to change the repo description if i havent uploaded any code yet
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119722 → sta: unstable-2016-01-25 -> unstable-2020-05-10 → https://github.com/NixOS/nixpkgs/pull/119722
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119732 → font-awesome: 5.10.2 -> 5.15.3 → https://github.com/NixOS/nixpkgs/pull/119732
<abathur> I think it's just scroll to bottom of any view > click contact github > scroll to bottom > click contact us
<abathur> though perhaps I phrased my report in some magic way to awaken the support-genie
<samueldr> one does not simply scroll down a modern web site
<abathur> it's not twitter
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #118007 → innernet: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/118007
<abathur> but yes, generally
<samueldr> yet
<samueldr> oh, oops, I thought I was on -chat
<samueldr> too much snark for #nixos :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119729 → inxi: 3.3.03-1 -> 3.3.04-1 and remove myself as maintainer → https://github.com/NixOS/nixpkgs/pull/119729
<abathur> I always lol when I see an infiniscroll site that has a footer :)
<abathur> like that old click the fly flash-game-ad stuff
<pie_> abathur: probably works better with javascript off lao
<pie_> lmao
<pie_> except they all use react or somecrap so the website doesnt even work anyway
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119721 → bootil: unstable-2015-12-17 -> unstable-2019-11-18 → https://github.com/NixOS/nixpkgs/pull/119721
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119840 → discord: remove unused input → https://github.com/NixOS/nixpkgs/pull/119840
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119835 → [20.09] python3Packages.bleach: add patches for CVE-2021-23980 → https://github.com/NixOS/nixpkgs/pull/119835
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
theDon has quit [Ping timeout: 252 seconds]
spacefrogg has joined #nixos
theDon has joined #nixos
abathur has quit [Quit: abathur]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116474 → OctoPrint-plugins: M84MotorsOff, CostEstimation, DisplayProgress, Telegram → https://github.com/NixOS/nixpkgs/pull/116474
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119754 → checkbashisms: 2.0.0.2 -> 2.21.1 → https://github.com/NixOS/nixpkgs/pull/119754
supersandro2000 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119450 → inotify-tools: 3.20.2.2 -> 3.20.11.0 → https://github.com/NixOS/nixpkgs/pull/119450
supersandro2000 has joined #nixos
<pie_> elvishjerricco: ping? any chance this still works?: https://github.com/NixOS/nixpkgs/issues/16884#issuecomment-238814281
<elvishjerricco> pie_: Not a clue. I think I tried it once last year and had some sort of problem, but didn't try to fix it
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<pie_> having seen that i think nbp created a crazy flexible system and im afraid it might havegottne broken in the meantime or someting :P
<pie_> assuming that does what im hoping
<pie_> but i dont know enough about the module system to be able to tell how its supposed to work
<pie_> like if that's normally a module, or just for this kind of thing - because looking at the hydra-init source right now, it looked like it was just a normal attrset
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119602 → gdu: 4.10.0 -> 4.10.1 → https://github.com/NixOS/nixpkgs/pull/119602
<pie_> actually i guess i could look at thse history
chenin has joined #nixos
AlpineLlama has joined #nixos
<pie_> elvishjerricco: dont suppose you know what was in volth's comment
<elvishjerricco> pie_: Sorry, no
<{^_^}> divnix/devos#148 (by blaggacao, 6 weeks ago, open): modules: document service extension
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119814 → spin: update homepage to https → https://github.com/NixOS/nixpkgs/pull/119814
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119738 → cryptomator: fix desktop integration → https://github.com/NixOS/nixpkgs/pull/119738
ddellacosta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112883 → weechatScripts.weechat-matrix: make patchable → https://github.com/NixOS/nixpkgs/pull/112883
<pie_> holy crap the minimal example works i think
chenin has left #nixos [#nixos]
tomberek has joined #nixos
* pie_ squints
<pie_> sweet baby snowflakes yesss
<pie_> the power is sizzling at my fingertips
<pie_> infinisil: I have done it and you (plural) have shown me the way
ManiacOfMadness has quit [Ping timeout: 260 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
ddellacosta has joined #nixos
<pie_> elvishjerricco: see thred
zebrag has quit [Quit: Konversation terminated!]
ddellacosta has quit [Ping timeout: 265 seconds]
Jd007 has joined #nixos
rajivr has joined #nixos
zakame has joined #nixos
Supersonic112 has joined #nixos
ahmedelgabri has joined #nixos
abathur has joined #nixos
Supersonic has quit [Ping timeout: 246 seconds]
Supersonic112 is now known as Supersonic
ahmedelgabri has quit [Ping timeout: 250 seconds]
ahmedelgabri has joined #nixos
ahmedelgabri has quit [Ping timeout: 258 seconds]
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119680 → hyperkitty: 1.3.3 -> 1.3.4 → https://github.com/NixOS/nixpkgs/pull/119680
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ddffe08acde (from 35 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
Jd007 has quit [Quit: Jd007]
bitmapper has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119764 → looking-glass-client: B2 -> B3 → https://github.com/NixOS/nixpkgs/pull/119764
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/7b57ebfa1a0 (from 33 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
easylee has left #nixos ["The Lounge - https://thelounge.chat"]
twoolie has joined #nixos
<twoolie> hey, anyone free to answer a quick question about flakes?
<srhb> twoolie: Just ask the channel, people will answer if they can and have time :)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/db4dda79f8f (from 29 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
ddellacosta has joined #nixos
<SumnerEvans[m]> Is anyone having issues with Airsonic on unstable?
<SumnerEvans[m]> I am getting the following error: "Cannot load configuration class: org.airsonic.player.Application" when I run Airsonic.
<SumnerEvans[m]> (running via the nixos/airsonic module)
ddellacosta has quit [Ping timeout: 240 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
sumner has quit [Quit: The Lounge - https://thelounge.chat]
sumner has joined #nixos
<twoolie> Flake question: If i have multiple flakes that are part of the same logical project (but live in different git repos), is there any way to make them all use the one nixpkgs version when building? Can i pass a nixpkgs ref from flakeA to flakeB when flakeA has flakeB in it's inputs?
<twoolie> also, anyone know why ibus-ui-emojier-plasma is blank on 20.09?
<srhb> twoolie: You're probably looking for follows. inputs.foo.inputs.nixpkgs.follows = "/nixpkgs";
<twoolie> @srhb is that documented anywhere?
<srhb> twoolie: I don't think so, there's not much documentation on flakes yet.
lambdaman has joined #nixos
<srhb> twoolie: But the short of it is that you're referring to a path in the follows
<srhb> So "/nixpkgs" would be the nixpkgs input of the root flake, "/foo/nixpkgs" would be the nixpkgs input of the foo input to the root flake, etc.
<twoolie> so i'd probably need some master flake that includes all the top-level flakes, and sets follows on them all? (and so-on down the dep tree?)
<srhb> twoolie: Or each of them can pin some input based on some other flake, that works too
m4ts has joined #nixos
m4tsa_ has quit [Ping timeout: 265 seconds]
<twoolie> ah, that's a good idea. thanks!
<srhb> twoolie: Sure thing
vidbina has joined #nixos
ddellacosta has joined #nixos
<sss> bug on i686 https://termbin.com/jci3
lambdaman has quit [Remote host closed the connection]
ShalokShalom has joined #nixos
<ShalokShalom> Hi there :)
MysteriousSilver has joined #nixos
<ShalokShalom> I installed unixtools, that includes until-linux and that includes chsh.
MysteriousSilver has left #nixos [#nixos]
MysteriousSilver has joined #nixos
<ShalokShalom> In Termux, where I did so, does chsh still not work, though
ddellacosta has quit [Ping timeout: 265 seconds]
palo has quit [Ping timeout: 252 seconds]
palo has joined #nixos
beertoagunfight has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
<jackdk> How can I use the `extraCommands` argument to `dockerTools.streamLayeredImage` to create directories belonging to unprivileged users? It appears that the streaming script sets uid=gid=0 on everrything. alternatively, is there a robust way to drop privileges in the entrypoint script of such a container? I'm not opposed to starting as root, making the dirs I need and then dropping privs
beertoagunfight has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @lovesegfault opened pull request #119844 → beets: assorted updates → https://github.com/NixOS/nixpkgs/pull/119844
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/b2a189a8618 (from 17 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<srhb> jackdk: `mkdir --mode=1777 tmp` eg
<srhb> jackdk: "Belonging to" is somewhat harder unless you want to go with setting up shadow too
<srhb> jackdk: (Or you end up needing to spin the container in a vm with root commands to manipulate it)
beertoagunfight has joined #nixos
<srhb> Hmm, there's also fakeRootCommands these days, haven't seen that before
<jackdk> srhb: while I'm happy with numeric uids only inside the container, it looks like I either have to go to `buildImage` and use `runAsRoot`, or drop privs in the entrypoint: https://github.com/NixOS/nixpkgs/blob/578acc7a42aaf6ecc31f75dc9fbc8919899762a0/pkgs/build-support/docker/stream_layered_image.py#L62-L68
<srhb> Yeah, runAsRoot is what I try to avoid since it requires spinning up a VM at build time
<jackdk> srhb: oooh , nice find
<jackdk> yes, I want to avoid spinning up vms as if I build on ec2 or whatever I don't have kvm access
<srhb> jackdk: Mind, it's 12 days old, so you'll need a very fresh nixpkgs :)
<srhb> Looks very useful compared to our local hacks to set up everything rootles too..
<jackdk> that's nearly 2 weeks I'm sure it'll be fine
endformationage has quit [Ping timeout: 246 seconds]
Mysterio` has joined #nixos
ddellacosta has joined #nixos
MysteriousSilver has quit [Ping timeout: 265 seconds]
cole-h has quit [Ping timeout: 252 seconds]
jupblb has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
jesystani has joined #nixos
ahmedelgabri has joined #nixos
sangoma has joined #nixos
ahmedelgabri has quit [Ping timeout: 250 seconds]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
tomberek has quit [Ping timeout: 240 seconds]
asheshambasta has joined #nixos
<jackdk> srhb++ worked perfectly tyvm
<{^_^}> srhb's karma got increased to 149
<srhb> jackdk: Neat! :)
sangoma has quit [Read error: Connection reset by peer]
sangoma has joined #nixos
ShalokShalom has quit [Ping timeout: 260 seconds]
cjb has quit []
ericsagnes has quit [Ping timeout: 260 seconds]
mallox has joined #nixos
ddellacosta has joined #nixos
vidbina has quit [Ping timeout: 265 seconds]
attila_lendvai_ has joined #nixos
saschagrunert has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #119783 → cudatoolkit-{9,9_0,9_1,9_2}: remove → https://github.com/NixOS/nixpkgs/pull/119783
<{^_^}> [nixpkgs] @danieldk closed pull request #107131 → cudatoolkit_9: fix vector intrinsic compiler errors → https://github.com/NixOS/nixpkgs/pull/107131
ericsagnes has joined #nixos
thonkpod has quit [Ping timeout: 260 seconds]
HackerFoo has quit [Ping timeout: 248 seconds]
thonkpod has joined #nixos
<{^_^}> [nixpkgs] @dasJ opened pull request #119845 → [staging] openssh: 8.5p1 -> 8.6p1 → https://github.com/NixOS/nixpkgs/pull/119845
nyanotech has joined #nixos
ajp has joined #nixos
m_hackerfoo has joined #nixos
HackerFoo has joined #nixos
respawn_ has joined #nixos
johannes_ has joined #nixos
<johannes_> (How) can I search via `nix search` for something that's in, say, pkgs.emacsPackages. I know `nix search` by default returns the pythonPackages as well, but for other frameworks and languages that doesn't seem to be the case.
orivej has joined #nixos
vuko has quit [Ping timeout: 252 seconds]
avaq has joined #nixos
beertoagunfight has quit [Quit: beertoagunfight]
beertoagunfight has joined #nixos
<supersandro2000> you cant. it would need to be added to the file that generates the list behind it
aaabbbbbbbbbb has joined #nixos
<supersandro2000> use tab completion in nix-build -A emacsPackages.
<{^_^}> [nixpkgs] @jojosch opened pull request #119846 → jellyfin-media-player: 1.3.1 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/119846
<LinuxHackerman> johannes_: nix search doesn't support it, but you can use nix-env's search (though it's a bit unwieldy): nix-env -qaP -f '<nixpkgs>' -A emacsPackages .*magit.*
<{^_^}> [nixpkgs] @lovesegfault merged pull request #119844 → beets: assorted updates → https://github.com/NixOS/nixpkgs/pull/119844
MysteriousSilver has joined #nixos
Mysterio` has quit [Ping timeout: 250 seconds]
<jackdk> johannes_: `nix repl '<nixpkgs>'`; `builtins.attrNames emacsPackages` or tab-completion on `emacsPackages.`?
ddellacosta has joined #nixos
ahmedelgabri has joined #nixos
vuko has joined #nixos
Tv` has quit [Quit: Connection closed for inactivity]
amk has joined #nixos
lambdaman has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
lambdaman has quit [Remote host closed the connection]
cfricke has joined #nixos
<MysteriousSilver> nix newb here, what is `emacsPackages.`? how is it different from M-x package-install
<srhb> MysteriousSilver: It's different to M-x whatever in the same way a nixos configuration (say) is different from assembling a system with apt-get install $foo $bar $baz :)
beertoagunfight has quit [Ping timeout: 240 seconds]
<srhb> MysteriousSilver: ie. it allows you to build an entirely declarative and reproducible emacs configuration, batteries included.
berberman_ has joined #nixos
<MysteriousSilver> ah, now i get it
berberman has quit [Ping timeout: 248 seconds]
thc202 has joined #nixos
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #119847 → gnomeExtensions.unite: 50 -> 51 → https://github.com/NixOS/nixpkgs/pull/119847
respawn_ has quit [Quit: Leaving]
beertoagunfight has joined #nixos
jumper149 has joined #nixos
oida has quit [Ping timeout: 240 seconds]
jb55 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @hmenke opened pull request #119848 → zfsUnstable: 2.0.4 -> 2.1.0-rc3 → https://github.com/NixOS/nixpkgs/pull/119848
jb55 has joined #nixos
oida has joined #nixos
jupblb has quit [Quit: Connection closed]
Grace has quit [Quit: Connection closed for inactivity]
<johannes_> supersandro2000: LinuxHackerman: thanks! I did use `nix repl '<nixpkgs>' so far with its tab completion. Didn't know nix-build had it too, let me try :)
ddellacosta has joined #nixos
nschoe has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119838 → mbedtls: 2.16.9 -> 2.26.0 → https://github.com/NixOS/nixpkgs/pull/119838
jimmiehansson has joined #nixos
<thibm> Hm, I overrided go in an overlay, and it definitively worked (derivation hash changed), but a package using buildGoPackage does not use the new go (derivation hash not changed)
<thibm> The package (gitlab-runner) does not use a different go version or anything like that in all-packages.nix
<thibm> Am I missing something?
HaserWolf has quit [Quit: ThinkPad się rozładował!]
HaserWolf has joined #nixos
wangoe[m] has joined #nixos
evanjs has quit [Read error: Connection reset by peer]
zupo has joined #nixos
evanjs has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @sgraf812 opened pull request #119849 → firefox: Remove `SNAP_NAME=firefox` in wrapper → https://github.com/NixOS/nixpkgs/pull/119849
hiro98 has joined #nixos
<sterni> thibm: I think you need to override go_1_16 which is the current default go version
<sterni> thibm: go is just an alias to go_1_16 and buildGoPackage an alias to buildGoPackage116 which takes go_1_16 as an input
<sterni> so it is completely oblivious to you overriding go
MysteriousSilver has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119847 → gnomeExtensions.unite: 50 -> 51 → https://github.com/NixOS/nixpkgs/pull/119847
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119846 → jellyfin-media-player: 1.3.1 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/119846
ddellacosta has joined #nixos
beertoagunfight has quit [Ping timeout: 268 seconds]
Diogo9301 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119734 → spice-vdagent: 0.20.0 -> 0.21.0 → https://github.com/NixOS/nixpkgs/pull/119734
<thibm> sterni: thanks! I've seen that go = go_1_16 but I thought it is not a problem
<thibm> sterni: in fact, I think the problem comes from "buildGoPackage = buildGo116Package". So overriding go_1_16 works
<thibm> sterni++
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119828 → .github/labeler.yml: add bsd label → https://github.com/NixOS/nixpkgs/pull/119828
<{^_^}> sterni's karma got increased to 12
fendor has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119204 → sublime-music: 0.11.10 -> 0.11.11 → https://github.com/NixOS/nixpkgs/pull/119204
<{^_^}> [nixpkgs] @vbgl opened pull request #119850 → alt-ergo: 2.3.3 → 2.4.0 → https://github.com/NixOS/nixpkgs/pull/119850
ddellacosta has quit [Ping timeout: 252 seconds]
jesystani has quit [Ping timeout: 250 seconds]
garionion has joined #nixos
sangoma has joined #nixos
EddyEdgy has joined #nixos
avaq has quit [Remote host closed the connection]
avaq has joined #nixos
EddyEdgy has joined #nixos
EddyEdgy has quit [Changing host]
EddyEdgy has quit [Changing host]
EddyEdgy has joined #nixos
<{^_^}> [nixpkgs] @lsix opened pull request #119851 → poke: 1.1 -> 1.2 → https://github.com/NixOS/nixpkgs/pull/119851
charukiewicz has joined #nixos
respawn_ has joined #nixos
lsix has joined #nixos
vidbina has joined #nixos
bb010g_ has joined #nixos
bb010g_ has quit [Client Quit]
bb010g has joined #nixos
zakame has quit [Quit: WeeChat 2.9]
ScatteredRay has quit [Quit: Connection closed]
Kritnich has joined #nixos
ddellacosta has joined #nixos
jbarthelmes[m] has quit [Quit: Idle for 30+ days]
<conkker> has anyone else experienced the "Cannot create directory /homeless-shelter: permission denied" error when installing nvim-lspconfig? I can't find any recent issues about it, and no ways to resolve it
Qwerky has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
NeoCron has joined #nixos
exond has joined #nixos
lambdaman has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/5438e11ea34 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
lambdaman has quit [Ping timeout: 240 seconds]
dotdotok has joined #nixos
cybersyn has joined #nixos
Synthetica has joined #nixos
<cybersyn> hiya nixers. guix user here, considering installing nixos on a 2016 Macbook Pro (pre-touch bar). has anyone had any experience with this? any driver issues, such as wifi, etc?
<{^_^}> [nixpkgs] @yanganto opened pull request #119852 → himalaya: init at 0.2.6 → https://github.com/NixOS/nixpkgs/pull/119852
<{^_^}> [nixpkgs] @dotlambda opened pull request #119853 → python3Packages.aioimaplib: 0.8.0 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/119853
domogled has joined #nixos
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
wnklmnn has joined #nixos
bennofs__ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @pborzenkov opened pull request #119854 → gops: 0.3.17 -> 0.3.18 → https://github.com/NixOS/nixpkgs/pull/119854
bennofs_ has joined #nixos
Qwerky has quit [Remote host closed the connection]
bennofs_ has quit [Ping timeout: 246 seconds]
sangoma has quit [Ping timeout: 268 seconds]
Qwerky has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
Qwerky has quit [Ping timeout: 268 seconds]
Qwerky has joined #nixos
<conkker> upgrading to nixos 20.09 fixed my issue with nvim-lspconfig
Qwerky has quit [Ping timeout: 240 seconds]
sangoma has joined #nixos
ddellacosta has joined #nixos
EddyEdgy has quit []
EddyEdgy has joined #nixos
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
EddyEdgy has quit [Client Quit]
ddellacosta has quit [Ping timeout: 268 seconds]
MJCD has joined #nixos
<{^_^}> [nixpkgs] @happysalada merged pull request #118950 → beam-packages: init elixir_ls 0.7.0 → https://github.com/NixOS/nixpkgs/pull/118950
makalu has joined #nixos
makalu has quit [Client Quit]
ShalokShalom has joined #nixos
ville_ has joined #nixos
Qwerky has joined #nixos
ville_ has quit [Client Quit]
garionion has quit [Quit: garionion]
makalu has joined #nixos
Dr8128 has joined #nixos
domogled1 has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #119834 → openssl: add BSD cross support → https://github.com/NixOS/nixpkgs/pull/119834
domogled has quit [Ping timeout: 248 seconds]
domogled1 is now known as domogled
ShalokShalom has quit [Quit: Connection closed]
beertoagunfight has joined #nixos
domogled has quit [Ping timeout: 260 seconds]
ShalokShalom has joined #nixos
<ShalokShalom> Hi there :)
<ShalokShalom> Who here runs NixOS on Android in chroot?
<{^_^}> [nixpkgs] @roberth opened pull request #119855 → [20.09] Staging → https://github.com/NixOS/nixpkgs/pull/119855
<{^_^}> [nixpkgs] @ilian opened pull request #119856 → oci-image: init scripts to build and upload image → https://github.com/NixOS/nixpkgs/pull/119856
delan has quit [Quit: ZNC - http://znc.in]
delan has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @anka-213 opened pull request #119857 → koka: Only build the executable → https://github.com/NixOS/nixpkgs/pull/119857
hiro98 has quit [Ping timeout: 240 seconds]
zebrag has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
zebrag has quit [Client Quit]
__monty__ has joined #nixos
<pie_> samueldr: do you know if its possible to completely disable suspend blockers? that crap keeps making me run out of battery
prry has joined #nixos
respawn_ has quit [Quit: Leaving]
<ShalokShalom> Does anybody know, why unixtools contains util-linux and that one chsh, and chsh is still not found on Termux?
<ShalokShalom> Also which not.
<pie_> samueldr: i _may_ be completely misrepresenting this, poettering says this is a kernel bug, idk; https://github.com/systemd/systemd/issues/19308 . i dont know why specifically it failed to suspend last night.
<{^_^}> systemd/systemd#19308 (by deliciouslytyped, 5 days ago, closed): unable to suspend, systemd-shutdown stuck, eating CPU, unkillable
<pie_> but it sounds really dumb that the kernel cant force suspend independent of userspace
phalrax has joined #nixos
<phalrax> Hi, anybody using zrepl here?
<{^_^}> [nixpkgs] @sternenseemann merged pull request #119857 → koka: Only build the executable → https://github.com/NixOS/nixpkgs/pull/119857
<ShalokShalom> Other apps do work.
ashesham` has joined #nixos
m4tsa_ has joined #nixos
asheshambasta has quit [Ping timeout: 260 seconds]
m4ts has quit [Ping timeout: 240 seconds]
<sterni> phalrax: gchristensen maybe?
<sterni> or I'm remembering wrong
<phalrax> there was somebody in the channel before, but I forgot who it was exactly
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to staging-next: https://git.io/JOg3Z
<{^_^}> [nixpkgs] @vcunat merged pull request #119777 → qt5.qtwebengine, webkitgtk: try harder to avoid timeouts → https://github.com/NixOS/nixpkgs/pull/119777
beertoagunfight has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @eduardosm opened pull request #119858 → calibre: 5.13.0 -> 5.16.1 → https://github.com/NixOS/nixpkgs/pull/119858
<pie_> shalokshalom: do you mean nix-on-droid?
ddellacosta has joined #nixos
<ShalokShalom> Yes
ddellacosta has quit [Ping timeout: 240 seconds]
<ShalokShalom> It also stops working for the backspace key
<conkker> I used to be able to turn nscd off with just `services.nscd.enable = false;` on 20.04, why does it fail on 20.09? i'm getting `- Loading NSS modules from system.nssModules (/nix/store/zpzn7c5g58srji21flwqmxzbnaa8w29j-systemd-246.6/lib), requires services.nscd.enable being set to true.`
<{^_^}> [nixpkgs] @domenkozar opened pull request #119859 → Add a warning comment on commits that violate https://github.com/NixO… → https://github.com/NixOS/nixpkgs/pull/119859
<conkker> fixed with `system.nssModules = lib.mkOverride 0 [ ];`
aveltras has joined #nixos
<pie_> shalokshalom: hm, i dunno offhand, do you have a github? you could open some issues or check if there's anything alreday
<pie_> already
<{^_^}> [nixpkgs] @alyssais opened pull request #119860 → lua: support non-Darwin non-Linux OSes → https://github.com/NixOS/nixpkgs/pull/119860
<{^_^}> [nixpkgs] @KAction opened pull request #119861 → gopls: fix privacy breach → https://github.com/NixOS/nixpkgs/pull/119861
bb010g has quit [Quit: Connection closed for inactivity]
hiro98 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
beertoagunfight has joined #nixos
Doraemon has joined #nixos
ddellacosta has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @mweinelt opened pull request #119862 → firefox: 87.0 -> 88.0; firefox-esr: 78.9.0esr -> 78.10.0esr → https://github.com/NixOS/nixpkgs/pull/119862
NeoCron has quit [Ping timeout: 250 seconds]
beertoagunfight has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
makalu has quit [Quit: Leaving]
dotdotok has quit [Read error: Connection reset by peer]
codezero has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/0a5f5bab0e0 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
alexherbo2 has joined #nixos
<typetetris> Shouldn't gcc_multi come with a libgcc.a in 32bit?
ericsagnes has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @lheckemann merged pull request #119770 → kernel: Remove CONFIG_BLK_DEV_RAM=y (remove /dev/ram* devices) → https://github.com/NixOS/nixpkgs/pull/119770
griff__ has joined #nixos
attila_lendvai_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #119864 → networkmanager: 1.30.2 -> 1.30.4 → https://github.com/NixOS/nixpkgs/pull/119864
genevino has quit [Ping timeout: 248 seconds]
ericsagnes has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @devhell opened pull request #119865 → multilockscreen: 1.0.0 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/119865
beertoagunfight has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @mkg20001 merged pull request #119813 → nginxQuic package and boringssl update → https://github.com/NixOS/nixpkgs/pull/119813
<{^_^}> [nixpkgs] @mkg20001 merged pull request #115459 → cjdns-tools: init at 21.1 → https://github.com/NixOS/nixpkgs/pull/115459
<{^_^}> [nixpkgs] @taku0 opened pull request #119867 → firefox-bin: 87.0 -> 88.0 → https://github.com/NixOS/nixpkgs/pull/119867
<{^_^}> [nixpkgs] @mkg20001 closed pull request #80979 → anydesk: add update script → https://github.com/NixOS/nixpkgs/pull/80979
<{^_^}> [nixpkgs] @mkg20001 merged pull request #114400 → buildFHSUserEnv: symlink /etc/nix → https://github.com/NixOS/nixpkgs/pull/114400
<{^_^}> [nixpkgs] @mweinelt opened pull request #119868 → [20.09] networkmanager: 1.26.6 -> 1.26.8 → https://github.com/NixOS/nixpkgs/pull/119868
attila_lendvai has joined #nixos
Doraemon has quit [Quit: Leaving]
mallox has quit [Quit: WeeChat 3.1]
attila_lendvai has quit [Remote host closed the connection]
attila_lendvai has joined #nixos
<typetetris> How can I get a nix-shell with an gcc suitable for compiling for 32 bit, gcc_multi seems to be only 64bit? (Having a libgcc.a for 32 bit and such..)
VideoGameEnjoyer has joined #nixos
genevino has joined #nixos
bitmapper has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
davidv7_ has quit [Ping timeout: 252 seconds]
<sterni> typetetris: probably nix-shell -E 'with import <nixpkgs> {}; pkgsi686Linux.mkShell {}' or something similar
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann merged pull request #118112 → haxe: add 4.1 and 4.0 compiler versions → https://github.com/NixOS/nixpkgs/pull/118112
attila_lendvai has quit [Remote host closed the connection]
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
attila_lendvai has joined #nixos
oxalica1 has joined #nixos
<bitmapper> is there a reason the pharo vm package is very out of date?
Qwerky has quit [Remote host closed the connection]
civodul has joined #nixos
<lukegb> probably nobody has updated it and nixpkgs-update can't work out it's out of date
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @roberth merged pull request #119855 → [20.09] Staging → https://github.com/NixOS/nixpkgs/pull/119855
<{^_^}> [nixpkgs] @mkg20001 merged pull request #112147 → Cinnamon v4.8 → https://github.com/NixOS/nixpkgs/pull/112147
cybersyn` has joined #nixos
vidbina has quit [Ping timeout: 260 seconds]
proofconstructio has joined #nixos
cybersyn has quit [Ping timeout: 252 seconds]
proofconstructio has left #nixos [#nixos]
<{^_^}> [nixpkgs] @7c6f434c merged pull request #119791 → mpir: Add --enable-fat build option → https://github.com/NixOS/nixpkgs/pull/119791
<{^_^}> [nixpkgs] @ymatsiuk opened pull request #119869 → swaylock-effects: 1.6-2 -> 1.6-3 → https://github.com/NixOS/nixpkgs/pull/119869
Dr8128 has quit [Remote host closed the connection]
Qwerky has quit [Remote host closed the connection]
ddellac__ has joined #nixos
Dr8128 has joined #nixos
prry has quit [Remote host closed the connection]
waleee-cl has joined #nixos
prry has joined #nixos
vidbina has joined #nixos
ddellac__ has quit [Remote host closed the connection]
ddellac__ has joined #nixos
<{^_^}> [nixos-hardware] @earldouglas opened pull request #249 → Add support for the Thinkpad T460 → https://github.com/NixOS/nixos-hardware/pull/249
prry has quit [Remote host closed the connection]
prry has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
dev_mohe has joined #nixos
ddellac__ has quit [Remote host closed the connection]
dev_mohe has quit [Client Quit]
ddellaco_ has joined #nixos
ddellaco_ has quit [Remote host closed the connection]
vidbina has quit [Quit: vidbina]
cybersyn` has quit [Remote host closed the connection]
cybersyn` has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #119870 → nixos/mpd: allow autostart when listening for unix socket → https://github.com/NixOS/nixpkgs/pull/119870
<{^_^}> [nixpkgs] @raboof closed pull request #119870 → nixos/mpd: allow autostart when listening for unix socket → https://github.com/NixOS/nixpkgs/pull/119870
<evils> i'm trying to write a test for vnstat, which fails with permission denied after rebuilding nixos without triggering its preStart chmod (i've resolved this issue, but want to figure out how to reproduce the original issue in a test)
rubm has joined #nixos
Jd007 has joined #nixos
ddellac__ has joined #nixos
Qwerky has joined #nixos
meh` has joined #nixos
muppeth has quit [Remote host closed the connection]
johannes_ has quit [Quit: leaving]
ddellac__ has quit [Ping timeout: 260 seconds]
jess has quit [Ping timeout: 622 seconds]
phalrax has quit [Quit: Connection closed]
gustavderdrache has joined #nixos
aveltras has quit [Quit: Connection closed for inactivity]
Dr8128 has left #nixos [#nixos]
<{^_^}> [nixpkgs] @legendofmiracles opened pull request #119871 → giph: init at 1.1.1 → https://github.com/NixOS/nixpkgs/pull/119871
lsix has quit [Ping timeout: 248 seconds]
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @alyssais opened pull request #119872 → gcc: don't build libssp on NetBSD → https://github.com/NixOS/nixpkgs/pull/119872
growpotkin has joined #nixos
ddellac__ has joined #nixos
jonringer has joined #nixos
jonringer has quit [Remote host closed the connection]
jonringer has joined #nixos
ddellac__ has quit [Ping timeout: 246 seconds]
ddellacosta has quit [Remote host closed the connection]
<lordcirth> Why do I keep getting joined to #nixos- ?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5b2aabc6ae2 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
jordandoyle has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/5438e11ea34 (from 12 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/7919518f023 (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
ddellaco_ has joined #nixos
lsix has joined #nixos
nschoe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<lukegb> wha... why did nixpkgs-unstable advance to such an old commit 🤔
<MichaelRaskin> 3 days?
<MichaelRaskin> That's pretty normal for the channels, I think?
saschagrunert has quit [Remote host closed the connection]
<sterni> MichaelRaskin: nixos-unstable is on a newer commit though
<lukegb> Yeah, but there's newer builds for that jobset
<sterni> a bit weird
<lukegb> like, 8 of them :P
<sterni> well that's just channel-scripts for you I guess?
<MichaelRaskin> Any of them _completed_?
<MichaelRaskin> (And I guess with enough tests passing…)
saschagrunert has joined #nixos
<lukegb> All of them completed and passed
<jordandoyle> hey, does anyone know why my /etc/ssl/certs would be rewritten in a buildFHSUserEnvBubblewrap? i'm including this in my targetPkgs (even as a highPrio) https://paste.rs/y3D.nix and in my extraBuildCommands i can ls etc/ssl/certs and i see the expected output but as soon as i enter the bubblewrap they're all missing
<MichaelRaskin> Hm
<{^_^}> [nixpkgs] @Atemu opened pull request #119873 → zen-kernels: 5.11.14 -> 5.11.15 → https://github.com/NixOS/nixpkgs/pull/119873
<lukegb> yeah, https://hydra.nixos.org/job/nixpkgs/trunk/unstable/latest-finished definitely redirects to that build
<{^_^}> [nixpkgs] @veprbl opened pull request #119874 → emacsPackages.melpaPackages.zmq: preventive fix for module-file-suffix change needed for emacs 28 → https://github.com/NixOS/nixpkgs/pull/119874
<MichaelRaskin> So latest by finished time and not by started time. Hm
<lukegb> Ah, maybe the evals haven't actually finished though
<gchristensen> nixos and nixpkgs have different requirements for advancement
<gchristensen> nixpkgs has darwin but no nixos, nixos has ... nixos, but no darwin
<lukegb> Yeah, the darwin LLVM evals haven't finished
beertoagunfight has quit [Quit: beertoagunfight]
<lukegb> s/evals/builds/ for all the evals after that build; e.g. https://hydra.nixos.org/eval/1663313#tabs-unfinished
beertoagunfight has joined #nixos
rj has joined #nixos
jonringer has quit [Remote host closed the connection]
griff__ has quit [Quit: griff__]
jonringer has joined #nixos
lambdaman has joined #nixos
<thibm> Is there an easier way to get derivation (or output) store hash than using e.g. splitString? From a derivation I would like to get a unique hash like "8mygch54p7brcqn83xnfa22ik9y3km95"
orivej has quit [Ping timeout: 240 seconds]
<thibm> My constraint are that the hash should be "unique" and does not contains directory delimiter (/)
<{^_^}> [nixpkgs] @Emantor opened pull request #119875 → subversion: remove extraBuildInputs → https://github.com/NixOS/nixpkgs/pull/119875
<thibm> Oh wait, builtins.hashString "sha1" hello.outPath (or hello.drvPath) does the job!
Nate89 has joined #nixos
lambdaman has quit [Ping timeout: 240 seconds]
hst has joined #nixos
ddellaco_ has quit [Remote host closed the connection]
<Nate89> Hello, I am trying to install nix and eventually set up IOHK binary caches, but I am getting stuck on the installation part for single-user nix as it says I have downloaded in the past. my error is this ( I am on a macOS ):
<Nate89> nathankent@Nathans-MBP ~ % sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume
<Nate89>   % Total % Received % Xferd Average Speed Time Time Time Current
<Nate89>                                  Dload Upload Total Spent Left Speed
<Nate89>   0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
<Nate89> 100 2699 100 2699 0 0 1495 0 0:00:01 0:00:01 --:--:-- 4257
<Nate89> downloading Nix 2.3.10 binary tarball for x86_64-darwin from 'https://releases.nixos.org/nix/nix-2.3.10/nix-2.3.10-x86_64-darwin.tar.xz' to '/var/folders/6l/7gjcs8m10bx3n3tscrqnbg840000gn/T/nix-binary-tarball-unpack.XXXXXXXXXX.NJjOxhoy'...
<Nate89>   % Total % Received % Xferd Average Speed Time Time Time Current
Nate89 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<lukegb> thanks :)
Nate16 has joined #nixos
ddellacosta has joined #nixos
<Nate16> Hi can anyone here help me with the nix installation? I am getting an error saying that "directory /nix exists, but is not writable by you. This could indicate that another user has already performed a single-user installation of Nix on this system"
<gchristensen> hey Nate16,
hst has quit []
<gchristensen> can you paste your log to gist.github.com or an other pastebin?
<lunik1> how can I update just one input of a flake?
<Nate16> yes Give me one minute please
<__monty__> Would appreciate another review on #115285.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/115285 (by toonn, 6 weeks ago, open): bitlbee-facebook: 1.2.1 -> 1.2.2
<{^_^}> [nixpkgs] @philandstuff closed pull request #66487 → amazon image: fetch meta-data everytime in case if something changes → https://github.com/NixOS/nixpkgs/pull/66487
<nahamu> If I want to put "OVMF" into my shell.nix buildInputs, but I want to get access to a file in the /nix/store/<hash>-OVMF-<date>-fd path, I can't just use ${pkgs.OVMF} but I can't quite figure out what I should be using.
<lordcirth> lunik1, nix flake update nixpkgs
<LinuxHackerman> nahamu: what do you want to do with it? You could set some other variable (than buildInputs) to pkgs.OVMF.fd in order to get the path in an environment variable.
MysteriousSilver has joined #nixos
<Nate16> gchristensen I posted it to gist.github.com, do you want me to link it here
ddellacosta has quit [Ping timeout: 252 seconds]
MysteriousSilver has left #nixos [#nixos]
<lunik1> lordcirth: that only seems to work for flakes in the flake registries?
<nahamu> LinuxHackerman: thank you, that works!
<nahamu> I'm not sure why I couldn't figure that out.
endformationage has joined #nixos
<lunik1> lordcirth: I am trying to update a non-flake input
<Nate16> gchristensen https://gist.github.com/natekentt/8a0b775d321ed012c622e6468a279e70 here is the link to my error, can someone please help me understand how to fix this
<__monty__> Nate16: Did you restart the installation? Or have an existing /nix for some other reason?
<__monty__> If not you should just follow the instruction to chown /nix.
<__monty__> lukegb++
Tv` has joined #nixos
<{^_^}> lukegb's karma got increased to 17
rj has quit [Ping timeout: 240 seconds]
ashesham` has quit [Ping timeout: 268 seconds]
proofofkeags has joined #nixos
<Nate16> __monty__ I may have downloaded nix in the past for some reason and now its on there, also when I tried chown I get: nathankent@Nathans-MBP ~ % sudo chown -R nathankent /nix
<Nate16> Password:
<Nate16> chown: /nix: Read-only file system
<Nate16> I am on a macOS
<__monty__> Hmm, this sounds like a problem with the volume, maybe try rebooting? Or you might want to try the installer updates, https://github.com/NixOS/nix/pull/4289
<{^_^}> nix#4289 (by abathur, 20 weeks ago, open): darwin: encrypt nix volume if filevault is enabled
<__monty__> #99196 is another PR of mine with no response from reviewers.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/99196 (by toonn, 28 weeks ago, open): nixos/borgbackup: Borgbackup retry
<{^_^}> [nixpkgs] @mkg20001 merged pull request #98637 → flat-remix-gtk: init at 20201129 → https://github.com/NixOS/nixpkgs/pull/98637
muppeth has joined #nixos
respawn_ has joined #nixos
rj has joined #nixos
<__monty__> Ah and #110960 has two approvals and is blocking a similar nix-darwin PR.
<{^_^}> [nixpkgs] @mweinelt merged pull request #119849 → firefox: Remove `SNAP_NAME=firefox` in wrapper → https://github.com/NixOS/nixpkgs/pull/119849
<{^_^}> https://github.com/NixOS/nixpkgs/pull/110960 (by toonn, 11 weeks ago, open): environment.nix: Split "less -R" into PAGER and LESS
<stites[m]> eek, I think I asked a question and then got pulled away: has anyone had to deal with an independent install of node's keytar-cli? I've had trouble building with node2nix and via setting my global npm installs to go into ~/.node_modules (set in ~/.npmrc). I think it's supposed to be easy to build via FHS but I've never used FHS before.
<abathur> Nate16: assuming catalina or newer, the read-only filesystem error usually means that you have nix in /etc/synthetic.conf, so the system has created an empty directory, but that there's no volume mounted there for some reason
<{^_^}> [nixpkgs] @tomberek merged pull request #119372 → mxisd: remove → https://github.com/NixOS/nixpkgs/pull/119372
<bitmapper> ah that's why pharo doesn't have an up to date vm
<bitmapper> the build system is a mess
<lukegb> hah
<bitmapper> the one in nixpkgs is 4-5 years out of date
<bitmapper> same with squeak, they both use the same codebase
<bitmapper> who hardcodes the path to rm????
<matthewcroughan> bitmapper: what do apps do when they don't hardcode the path?
<__monty__> Rely on a shell for PATH lookup?
ddellacosta has joined #nixos
<bitmapper> yeah, but it was a shell script
ixxie has joined #nixos
ddellacosta has quit [Read error: Connection reset by peer]
<bitmapper> with a hardcoded path to rm
ddellaco_ has joined #nixos
<matthewcroughan> So what is a good example of an app in Nix that didn't need to be patched?
<matthewcroughan> doesn't*
<gchristensen> I like to hardcode the path to rm :) but
<bitmapper> anyway even after fixing that it runs into compile errors that don't appear on any other platform
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111930 → swagger-codegen3: init at 3.0.25 → https://github.com/NixOS/nixpkgs/pull/111930
trost has joined #nixos
erasmas has joined #nixos
vidbina has joined #nixos
<{^_^}> [nixpkgs] @xfix closed pull request #100560 → zoom-us: add xdg_utils to PATH → https://github.com/NixOS/nixpkgs/pull/100560
<Nate16> __monty__ I am looking and it looks like I do not have the nix store installed for some reason
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @SubhrajyotiSen opened pull request #119877 → ktlint: 0.40.0 -> 0.41.0 → https://github.com/NixOS/nixpkgs/pull/119877
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119875 → subversion: remove extraBuildInputs → https://github.com/NixOS/nixpkgs/pull/119875
sangoma has quit [Ping timeout: 240 seconds]
ixxie has quit [Ping timeout: 268 seconds]
ixxie has joined #nixos
Nate16 has quit [Quit: Connection closed]
cfricke has quit [Ping timeout: 250 seconds]
zie has quit [Quit: ZNC 1.8.1 - https://znc.in]
zie has joined #nixos
nschoe has joined #nixos
shmakes[m] has quit [Quit: Idle for 30+ days]
enblanco[m] has quit [Quit: Idle for 30+ days]
ero-sennin[m] has quit [Quit: Idle for 30+ days]
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
ahmedelgabri has quit [Ping timeout: 245 seconds]
Qwerky has quit [Remote host closed the connection]
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119854 → gops: 0.3.17 -> 0.3.18 → https://github.com/NixOS/nixpkgs/pull/119854
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119853 → python3Packages.aioimaplib: 0.8.0 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/119853
ericsagnes has quit [Ping timeout: 260 seconds]
cfricke has joined #nixos
rj has joined #nixos
<sterni> uhm
<sterni> what do I do when the permissions of a store path are messed up
ManiacOfMadness has joined #nixos
<sterni> I have a dir which is root:root instead of root:nixbld I think?
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @jlesquembre closed pull request #97225 → nixos/step-ca: Adding module for step-ca → https://github.com/NixOS/nixpkgs/pull/97225
cfricke has quit [Ping timeout: 246 seconds]
sangoma has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
Qwerky has quit [Ping timeout: 268 seconds]
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115285 → bitlbee-facebook: 1.2.1 -> 1.2.2 → https://github.com/NixOS/nixpkgs/pull/115285
<LinuxHackerman> sterni: it should be root:root
<sterni> yeah I found out as well now
sayanarijit has joined #nixos
<sterni> seems like something else is wrong
<sterni> Error while loading /nix/store/dnv68agszwxm9rw4njsjl2di3fvvvzph-koka-2.1.1-aarch64-unknown-linux-gnu: Permission denied
<sterni> is the error message
<LinuxHackerman> what are you running that causes that to happen?
<sterni> I was building a derivation with nix-build with -j0 --builders '…' on a remote machine
<{^_^}> [nixpkgs] @sgraf812 opened pull request #119878 → [20.09] firefox: Remove `SNAP_NAME=firefox` in wrapper → https://github.com/NixOS/nixpkgs/pull/119878
<sterni> nothing special really
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119865 → multilockscreen: 1.0.0 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/119865
<sterni> ah cross compilede derivation is kinda unusual maybe but this usually does not happen :p
cybersyn` has quit [Remote host closed the connection]
cybersyn` has joined #nixos
<LinuxHackerman> And this error message comes when it's done building?
<sterni> while building
<sterni> that store path is dependency of a derivation it also seems to be fully realized
<sterni> I can list its contents and everything permissions seem in order
ahmedelgabri has joined #nixos
cfricke has joined #nixos
<LinuxHackerman> Hm, is it possible that this is coming from the build system within a perfectly normal build of the drv?
sayanarijit has quit [Quit: Connection closed]
lambdaman has joined #nixos
<LinuxHackerman> Because "Error while loading" doesn't seem to occur in the nix codebase
<sterni> wait
<sterni> I'm stupid
<sterni> I think
<sterni> lol
rubm has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
trost has quit [Quit: The Lounge - https://thelounge.chat]
<sterni> yeah I tried to execute a directory in a derivation
<sterni> and mistook the qemu error message for a nix error message
<sterni> LinuxHackerman: thank you for your help though :)
ahmedelgabri has quit [Ping timeout: 250 seconds]
saschagrunert has quit [Remote host closed the connection]
Qwerky has joined #nixos
rubm has joined #nixos
nschoe has quit [Ping timeout: 252 seconds]
acarrico has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #119878 → [20.09] firefox: Remove `SNAP_NAME=firefox` in wrapper → https://github.com/NixOS/nixpkgs/pull/119878
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @fgaz opened pull request #119880 → qrcp: 0.7.0 -> 0.8.1 → https://github.com/NixOS/nixpkgs/pull/119880
ahmedelgabri has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #119881 → home-assistant: 2021.4.5 -> 2021.4.6 → https://github.com/NixOS/nixpkgs/pull/119881
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos
exond has quit [Read error: Connection reset by peer]
exond has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #119882 → python3Packages.pywemo: fix tests → https://github.com/NixOS/nixpkgs/pull/119882
<{^_^}> [nixpkgs] @ilyakooo0 opened pull request #119883 → runLaTeX: added dependency search path argument. → https://github.com/NixOS/nixpkgs/pull/119883
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119872 → gcc: don't build libssp on NetBSD → https://github.com/NixOS/nixpkgs/pull/119872
<{^_^}> [nixpkgs] @fabianhjr opened pull request #119884 → rubyPackages.pgsync: init at 0.6.6 → https://github.com/NixOS/nixpkgs/pull/119884
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119724 → python3Packages.slob: unstable-2016-11-03 -> unstable-2020-06-26 → https://github.com/NixOS/nixpkgs/pull/119724
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119873 → zen-kernels: 5.11.14 -> 5.11.15 → https://github.com/NixOS/nixpkgs/pull/119873
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119836 → dwmblocks: init at 1.0 → https://github.com/NixOS/nixpkgs/pull/119836
beertoagunfight1 has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119860 → lua: support non-Darwin non-Linux OSes; clean up → https://github.com/NixOS/nixpkgs/pull/119860
rajivr has quit [Quit: Connection closed for inactivity]
beertoagunfight has quit [Ping timeout: 252 seconds]
beertoagunfight1 is now known as beertoagunfight
<{^_^}> [nixpkgs] @OmnipotentEntity opened pull request #119886 → katago: 1.8.1 -> 1.8.2 → https://github.com/NixOS/nixpkgs/pull/119886
oxalica2 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119735 → [20.09] awstats: 7.7.0 -> 7.8.0 → https://github.com/NixOS/nixpkgs/pull/119735
<{^_^}> [nixpkgs] @SuperSandro2000 pushed to revert-119735-awstats-7.8.0-20.09 « Revert "[20.09] awstats: 7.7.0 -> 7.8.0" »: https://git.io/JO2Ou
<{^_^}> [nixpkgs] @jonringer merged pull request #119881 → home-assistant: 2021.4.5 -> 2021.4.6 → https://github.com/NixOS/nixpkgs/pull/119881
Nate42 has joined #nixos
beertoagunfight has quit [Ping timeout: 240 seconds]
endformationage has quit [Ping timeout: 260 seconds]
oxalica has quit [Ping timeout: 258 seconds]
oxalica2 is now known as oxalica
<Nate42> Hi I am trying to use the nix-shell, but when I execute nix-shell in the command line, it has been running for about 30 minutes and copy many files and paths. Is there a way around this?
oxalica1 has quit [Ping timeout: 252 seconds]
endformationage has joined #nixos
vuko has quit [Quit: leaving]
vuko has joined #nixos
<Nate42> I think may be building a GHC, even though I was pretty sure I set the IOHK binary cache
<sterni> Nate42: unfortunately haskellPackages often have a huge dependency closure and for development related stuff you kind of need to download it all
rj has quit [Ping timeout: 240 seconds]
<sterni> Nate42: so it isn't unexpected if you have to download > 1GB in total for a haskell package
<Nate42> understood, but this won't happen each time I ran a new nix-shell command right?
<sterni> well depends
<sterni> nix won't redownload stuff it already has
<Nate42> I am basically getting terminal output similar to this as it runs
<Nate42> copying path '/nix/store/bk62g3npqrngr9cncr6qddclndw9vb0z-r-highr-0.8' from 'https://hydra.iohk.io'...
<Nate42> copying path '/nix/store/3jwsd8jb1cdfk2dpk8ckz44k90lwc02i-r-labeling-0.4.2' from 'https://hydra.iohk.io'...
<Nate42> copying path '/nix/store/gjf3q3zn1bd5vb9fdqv6a1yh36x8pmyx-r-pkgconfig-2.0.3' from 'https://hydra.iohk.io'
<Nate42> over and over
<immae> note that a big part of the dependency closure is not a runtime dependency and could be stripped off quite simply
<immae> (like just removing some files in the /nix-support folder)
rj has joined #nixos
alexherbo27 has joined #nixos
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo27 is now known as alexherbo2
asdf6 has joined #nixos
MJCD has quit [Quit: Connection closed for inactivity]
<thibm> hm, pkgconfig…
chiefgoat has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Leeeooo19888 opened pull request #119887 → openarena: Update link from oa_ded to openarena-server → https://github.com/NixOS/nixpkgs/pull/119887
asdf6 has quit [Ping timeout: 240 seconds]
wallacer has quit [Quit: wallace dozed off]
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119827 → stdenv.isBSD: reinit → https://github.com/NixOS/nixpkgs/pull/119827
wallacer has joined #nixos
<sterni> Nate42: maybe ask in #haskell.nix as well, but I suspect this is somewhat expected
<sterni> I mean the reddit post reads “please be patient” so maybe that project just has a *huge* closure
qbit has quit [Quit: WeeChat 3.1]
Grace has joined #nixos
qbit has joined #nixos
wallacer has quit [Ping timeout: 245 seconds]
cybersyn` has quit [Remote host closed the connection]
wallacer has joined #nixos
<Nate42> sterni it finally completed and i am inside the shell
<Nate42> as of a minute ago
cole-h has joined #nixos
<sterni> that's a reliev
mindavi has joined #nixos
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119824 → netbsd.sys: actually build the kernel → https://github.com/NixOS/nixpkgs/pull/119824
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JO2cl
tomberek has joined #nixos
hiro98 has quit [Ping timeout: 260 seconds]
<Nate42> yes it is, I hope it works fine
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos
dsx has joined #nixos
<matthewcroughan> how do you use nix-build for darwin?
Jackneill has quit [Ping timeout: 240 seconds]
ddellaco_ has quit [Remote host closed the connection]
erasmas has quit [Read error: Connection reset by peer]
<sterni> wdym?
<sterni> you can just use nix-build like normal on darwni
hiro98 has joined #nixos
Qwerky has quit [Ping timeout: 252 seconds]
wallacer has quit [Read error: Connection reset by peer]
hiro98 has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
Qwerky has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/5438e11ea34 (from 16 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
beertoagunfight has joined #nixos
<{^_^}> [nix] @alyssais opened pull request #4720 → Include sys/wait.h everywhere WIFEXITED etc is used → https://github.com/NixOS/nix/pull/4720
Jackneill has joined #nixos
L29Ah has joined #nixos
<L29Ah> USE flags in nixos when?
beertoagunfight has quit [Remote host closed the connection]
<{^_^}> [nix] @edolstra merged pull request #4688 → libcmd/installables: force re-evaluation of cached failures → https://github.com/NixOS/nix/pull/4688
lambdaman has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
beertoagunfight has joined #nixos
<qyliss> L29Ah: that largely exists -- many packages take options that you can use with .override {}
<L29Ah> qyliss: but can they depend on other packages built with/without certain options?
<{^_^}> [nixpkgs] @Gabriel439 opened pull request #119888 → Fix build of `parameterized` package → https://github.com/NixOS/nixpkgs/pull/119888
<qyliss> they can override their dependencies in the same way, although we try to avoid it
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110900 → jiten: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/110900
<lordcirth> How do I install the haskell module record-dot-preprocessor for stack to use? I did "stack install record-dot-preprocessor", but "stack build" doesn't find it
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119642 → oh-my-git: init at 0.6.4 → https://github.com/NixOS/nixpkgs/pull/119642
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119058 → kime: init at 2.5.2 → https://github.com/NixOS/nixpkgs/pull/119058
vidbina has quit [Ping timeout: 252 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
<L29Ah> qyliss: i don't mean having different dependencies from different active "flags", i mean depending on another package with some flag turned on
<lordcirth> Ah, of course, I have to add it to "dependencies" in package.yaml
<L29Ah> qyliss: say, transmission with X flag enabled must depend on gtk with X flag enabled
<qyliss> sure, that's possible, and there are packages that do that
<L29Ah> can you show an example plz?
<qyliss> wayland depends on doxygen only if documentation is enabled
haritz has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<L29Ah> damn.
fuiltilt has joined #nixos
<L29Ah> qyliss: let me simplify my example: badassbrowser uses curl library so it must depend on curl with `lib` flag enabled, so that curl is built with libcurl
<L29Ah> qyliss: let me simplify my example: badassbrowser uses curl library so it must depend on (curl with `lib` flag enabled), so that curl is built with libcurl
tomberek has quit [Ping timeout: 240 seconds]
Nate42 has quit [Ping timeout: 240 seconds]
haritz has joined #nixos
haritz has joined #nixos
haritz has quit [Changing host]
Qwerky has quit [Remote host closed the connection]
Lord_of_Life has quit [Read error: Connection reset by peer]
Lord_of_Life has joined #nixos
rj has quit [Ping timeout: 240 seconds]
cfricke has quit [Quit: WeeChat 3.1]
jimmiehansson has quit [Remote host closed the connection]
fuzzypixelz has joined #nixos
sangoma has quit [Ping timeout: 252 seconds]
rj has joined #nixos
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JO224
<kini> Any nixpkgs committers around who could take a look at PR #106989?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/106989 (by kini, 17 weeks ago, open): openconnect_pa: remove from nixpkgs
<{^_^}> [nixpkgs] @nlewo merged pull request #119818 → brscan4: 0.4.9-1 -> 0.4.10-1 → https://github.com/NixOS/nixpkgs/pull/119818
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119886 → katago: 1.8.1 -> 1.8.2 → https://github.com/NixOS/nixpkgs/pull/119886
<{^_^}> [nixpkgs] @nlewo pushed to release-20.09 « brscan4: 0.4.9-1 -> 0.4.10-1 »: https://git.io/JO2aI
<{^_^}> [nixpkgs] @Ma27 merged pull request #119869 → swaylock-effects: 1.6-2 -> 1.6-3 → https://github.com/NixOS/nixpkgs/pull/119869
ahmedelgabri has joined #nixos
tomberek has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed commit from @Gabriel439 to haskell-updates « haskellPackages.parameterized: Re-enable without tests »: https://git.io/JO2Vf
<{^_^}> [nixpkgs] @sternenseemann closed pull request #119888 → Fix build of `parameterized` package → https://github.com/NixOS/nixpkgs/pull/119888
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119871 → giph: init at 1.1.1 → https://github.com/NixOS/nixpkgs/pull/119871
<d3z> Anyone know how to get a nix-shell environment that has a multilib gcc available in it? For some development, I need a shell that can invoke `gcc -m32`.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #118839 → myxer: init at 1.2.0 → https://github.com/NixOS/nixpkgs/pull/118839
wallacer has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112434 → python3Packages.pyxbe: init at 0.0.2, python3Packages.angr: init at 9.0.5739 → https://github.com/NixOS/nixpkgs/pull/112434
<supersandro2000> d3z: maybe nixpkgs.gcc_multi?
<d3z> Thanks, that does get me a compiler. Any idea how to bring in particular libs 32-bit versions?
phalrax has joined #nixos
BlessJah has quit [Ping timeout: 252 seconds]
BlessJah has joined #nixos
<{^_^}> [mobile-nixos] @Mindavi opened pull request #345 → dtbTool-exynos + mkbootimg: support cross-compilation → https://github.com/NixOS/mobile-nixos/pull/345
avaq has quit [Ping timeout: 240 seconds]
<d3z> It looks like the gcc_multilib only gives me a working gcc, not a libc, etc.
fuzzypixelz has quit [Ping timeout: 240 seconds]
ahmed_elgabri has joined #nixos
ahmedelgabri has quit [Ping timeout: 250 seconds]
lambdaman has joined #nixos
<ambroisie> What's a good way to make it so a service created by my configuration is stopped by default?
<ambroisie> I assume I can just `mkForce` its `wantedBy` attribute to the empty list?
<{^_^}> [nixpkgs] @dbirks opened pull request #119889 → vscode-extensions.iciclesoft.workspacesort: init at 1.6.0 → https://github.com/NixOS/nixpkgs/pull/119889
<mindavi> Maybe this can help you? Make a shell with a 32-bit 'cross' environment: https://nixos.wiki/wiki/Cross_Compiling
<mindavi> d3z: See above
<{^_^}> [nixpkgs] @lovesegfault merged pull request #119862 → firefox: 87.0 -> 88.0; firefox-esr: 78.9.0esr -> 78.10.0esr → https://github.com/NixOS/nixpkgs/pull/119862
<mindavi> (not sure if that works, but it might)
jordandoyle has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @fgaz opened pull request #119890 → 4.0.0 -> 4.0.1 → https://github.com/NixOS/nixpkgs/pull/119890
Nate51 has joined #nixos
<Nate51> has anyone here been using nix-shell to interact with haskell and plutus
<Nate51> in the nix-shell I try to run $ plutus-pab-generate-purs inside of directory plutus-pab. However, I get the error:
<Nate51> plutus-pab: AesonException "Error in $.nodeServerConfig: parsing Cardano.Node.Types.MockServerConfig(MockServerConfig) failed, key \"mscKeptBlocks\" not found"
<simpson> That doesn't seem like something Nix might cause directly; I'm guessing that your server configuration is for a slightly different version?
ahmedelgabri has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<Nate51> I used this guide https://www.reddit.com/r/cardano/comments/mmzut6/macos_plutus_playground_build_instructions/ do you see anywhere the. server configuration could get messed up?
beertoagunfight has quit [Ping timeout: 265 seconds]
<Nate51> If you go to the comments you will my full terminal output for the steps after I open the nix shell
rj has quit [Ping timeout: 240 seconds]
<pie_> ambroisie: id expect systemd has a disable flag or someting?
rj has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #119891 → netbsd.mkDerviation: remove pointless `attrs.src or` → https://github.com/NixOS/nixpkgs/pull/119891
Lord_of_Life_ has joined #nixos
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #119892 → python3Packages.deezer-python: init at 2.2.2 → https://github.com/NixOS/nixpkgs/pull/119892
Lord_of_Life has quit [Ping timeout: 240 seconds]
<simpson> Nate51: Note that none of the incantations include version information. If the version of Plutus in nixpkgs is not the same version that it used to be, then there could be problems. (I'm not going to help you with this further for personal reasons; best of luck.)
Lord_of_Life_ is now known as Lord_of_Life
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/JO21V
jumper149 has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117287 → steam: Add Loop Hero dependencies → https://github.com/NixOS/nixpkgs/pull/117287
matrisemann[m] has joined #nixos
exond has quit [Ping timeout: 240 seconds]
ahmedelgabri has quit [Ping timeout: 245 seconds]
<Nate51> simpson all good, thank you man
rj has quit [Remote host closed the connection]
rj has joined #nixos
ahmedelgabri has joined #nixos
exond has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #119893 → coqPackages.coqhammer: 1.3 → 1.3.1 → https://github.com/NixOS/nixpkgs/pull/119893
<{^_^}> [nixpkgs] @vbgl merged pull request #119292 → ocamlPackages.earlybird: 0.1.5 → 1.1.0 → https://github.com/NixOS/nixpkgs/pull/119292
tobiasBora has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #119894 → python3Packages.angr: 9.0.6281 -> 9.0.6790 and dependencies → https://github.com/NixOS/nixpkgs/pull/119894
mallox has joined #nixos
exondation has joined #nixos
mallox has quit [Client Quit]
vidbina has joined #nixos
ahmed_elgabri has joined #nixos
exond has quit [Ping timeout: 265 seconds]
ahmedelgabri has quit [Ping timeout: 250 seconds]
Qwerky has joined #nixos
ixxie has quit [Quit: Lost terminal]
<{^_^}> [nixpkgs] @Ma27 merged pull request #119473 → cargo-crev: 0.19.1 -> 0.19.2 → https://github.com/NixOS/nixpkgs/pull/119473
<{^_^}> [nixpkgs] @seb314 opened pull request #119895 → matrix-commander: init → https://github.com/NixOS/nixpkgs/pull/119895
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #119896 → treewide: rename fetchPypi -> fetchFromPyPI → https://github.com/NixOS/nixpkgs/pull/119896
nix has joined #nixos
<nix> Is there a way how I can disable restricted mode with flakes? I want to use secrets, without any additional tools like agenix or sop-nix
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119891 → netbsd.mkDerviation: remove pointless `attrs.src or` → https://github.com/NixOS/nixpkgs/pull/119891
<mindavi> nix: the flag --impure should help, I think
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #119858 → calibre: 5.13.0 -> 5.16.1 → https://github.com/NixOS/nixpkgs/pull/119858
<nix> that seems to have done it
rj has joined #nixos
<nix> are there any things i should consider if i started to always use --impure?
<simpson> It may make it more difficult to share your Nix expressions with other people. It can also open you up to certain sorts of supply-chain attacks.
<{^_^}> [nixpkgs] @jshholland opened pull request #119897 → nodePackages.katex: init at 0.13.2 → https://github.com/NixOS/nixpkgs/pull/119897
nix is now known as legendofmiracles
<mindavi> You might accidentally pickup things from the PATH etc, but I'm not really sure what the exact implications are
<mindavi> And from random files on your system, like you're trying to do :)
<legendofmiracles> Hm.. doesn't sound too great :/ But i think i'll stick with it until i can be arsed to setup any of these wacky tools (probably never :D)
<simpson> Nobody's perfect. I use a Web browser regularly, for example, and even sometimes I enable JS, which is basically opting in to drive-by attacks.
<simpson> What's important is being aware of what you trust and how it makes you vulnerable.
<mindavi> If you're only doing it on you local system the sharing part doesn't really matter anyway
<mindavi> And yeah, there are lots of things that can get compromised
<legendofmiracles> nicely said simpson
<legendofmiracles> well said*
<mindavi> I don't think nixos users will be the easiest target :p
midchildan has quit [Ping timeout: 250 seconds]
angerman has quit [Ping timeout: 250 seconds]
trevorriles has quit [Ping timeout: 250 seconds]
marcinkuzminski has quit [Read error: Connection reset by peer]
Guest20474_ has quit [Read error: Connection reset by peer]
techtangents has quit [Read error: Connection reset by peer]
oharvey has quit [Read error: Connection reset by peer]
ShalokShalom has quit [Read error: Connection reset by peer]
teozkr_ has quit [Read error: Connection reset by peer]
dgonyeo has quit [Read error: Connection reset by peer]
gleber has quit [Read error: Connection reset by peer]
<legendofmiracles> you overestimate me
cbarrett has quit [Ping timeout: 245 seconds]
jfhbrook has quit [Ping timeout: 245 seconds]
ProofTechnique has quit [Ping timeout: 246 seconds]
bgupta has quit [Write error: Connection reset by peer]
c00w has quit [Read error: Connection reset by peer]
vdemeester has quit [Read error: Connection reset by peer]
chrisaw has quit [Read error: Connection reset by peer]
ctp has quit [Read error: Connection reset by peer]
jefferai has quit [Read error: Connection reset by peer]
teozkr_ has joined #nixos
ShalokShalom has joined #nixos
jmercouris has quit [Ping timeout: 260 seconds]
bn_work has quit [Ping timeout: 260 seconds]
higherorder__ has quit [Ping timeout: 260 seconds]
Guest20474_ has joined #nixos
s1341_ has quit [Ping timeout: 260 seconds]
lally has quit [Ping timeout: 260 seconds]
wpcarro has quit [Ping timeout: 260 seconds]
alanz has quit [Ping timeout: 260 seconds]
techtangents has joined #nixos
oharvey has joined #nixos
gleber has joined #nixos
d3z has joined #nixos
bgupta has joined #nixos
teehemkay has joined #nixos
illustris has joined #nixos
wildsebastian has quit [Ping timeout: 245 seconds]
mudri has quit [Ping timeout: 245 seconds]
carter has quit [Ping timeout: 245 seconds]
nh2 has quit [Ping timeout: 245 seconds]
marcinkuzminski has joined #nixos
c00w has joined #nixos
jefferai has joined #nixos
zhaofeng_alt has joined #nixos
angerman has joined #nixos
johari has joined #nixos
dgonyeo has joined #nixos
vdemeester has joined #nixos
Grace has quit [Ping timeout: 260 seconds]
d1rewolf has quit [Ping timeout: 260 seconds]
newhoggy has quit [Ping timeout: 260 seconds]
chrisaw has joined #nixos
joshmeredith has quit [Ping timeout: 260 seconds]
rizary has quit [Ping timeout: 245 seconds]
ctp has joined #nixos
rodarmor has quit [Ping timeout: 248 seconds]
dgpratt has quit [Ping timeout: 248 seconds]
joshmeredith has joined #nixos
ProofTechnique has joined #nixos
lally has joined #nixos
cbarrett has joined #nixos
midchildan has joined #nixos
alanz has joined #nixos
wpcarro has joined #nixos
dgpratt has joined #nixos
nh2 has joined #nixos
trevorriles has joined #nixos
s1341_ has joined #nixos
newhoggy has joined #nixos
mudri has joined #nixos
rodarmor has joined #nixos
Grace has joined #nixos
higherorder__ has joined #nixos
rizary has joined #nixos
jmercouris has joined #nixos
jfhbrook has joined #nixos
wildsebastian has joined #nixos
carter has joined #nixos
d1rewolf has joined #nixos
bn_work has joined #nixos
<{^_^}> [nixpkgs] @lunik1 opened pull request #119898 → mpvScripts.mpv-playlistmanager: init at c15a033 (09-03-2021) → https://github.com/NixOS/nixpkgs/pull/119898
lsix has quit [Ping timeout: 260 seconds]
NekomimiScience has joined #nixos
fendor has quit [Remote host closed the connection]
<lunik1> that bot is very fast
<{^_^}> [nixpkgs] @risicle opened pull request #119899 → [20.09] oauth2_proxy: add patch for CVE-2021-21291 → https://github.com/NixOS/nixpkgs/pull/119899
legendofmiracles has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @milahu closed pull request #119367 → spotify-adblock: init at 1.4 → https://github.com/NixOS/nixpkgs/pull/119367
pinkieval has quit [Ping timeout: 276 seconds]
pinkieval has joined #nixos
quinn has joined #nixos
BlessJah has quit [Ping timeout: 252 seconds]
<matthewcroughan> What is the difference between override and overrideAttrs exactly?
<matthewcroughan> I can't quite see the difference.
gustavderdrache has quit [Quit: Leaving.]
<LinuxHackerman> matthewcroughan: override changes what gets passed into the package function by callPackage, overrideAttrs changes what gets passed into mkDerivation
<matthewcroughan> So to override the version of a package, I"m going to need to overrideAttrs
<matthewcroughan> and override the src attribute, right?
<LinuxHackerman> yep
<{^_^}> [nixpkgs] @KyleOndy opened pull request #119900 → Add vim-jack-in → https://github.com/NixOS/nixpkgs/pull/119900
<Andoriyu> halp: error: attribute 'flake-compat' missing, at /nix/store/j64wzgj5pwb9wkwjh2p2n1cfqqwivg2v-source/flake-compat.nix:7:65 during `home-manager switch`
phalrax has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @KyleOndy opened pull request #119901 → Add vim-dispatch-neovim → https://github.com/NixOS/nixpkgs/pull/119901
<{^_^}> [nixpkgs] @tuxinaut opened pull request #119902 → lychee: 0.5.0 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/119902
BlessJah has joined #nixos
<{^_^}> [nixpkgs] @diegs opened pull request #119903 → gopls: 0.6.2 -> 0.6.10 → https://github.com/NixOS/nixpkgs/pull/119903
<{^_^}> [nixpkgs] @zimbatm closed pull request #119861 → gopls: fix privacy breach → https://github.com/NixOS/nixpkgs/pull/119861
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
stnr039940 has quit [Quit: The Lounge - https://thelounge.chat]
stnr039940 has joined #nixos
<Andoriyu> weird, it just stopped working.
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #119356 → vimPlugins: cleanup overrides → https://github.com/NixOS/nixpkgs/pull/119356
<matthewcroughan> It seems so indirect.
<matthewcroughan> args.version comes from where?
<matthewcroughan> L15 has @args, what does that mean exactly?
<tomberek> L15 @args means to bind that name to the entire input attrset.
<{^_^}> [nixpkgs] @mohe2015 closed pull request #100445 → Add basic phpmyadmin implementation → https://github.com/NixOS/nixpkgs/pull/100445
ahmedelgabri has joined #nixos
<samueldr> >> An @-pattern provides a means of referring to the whole value being matched
<matthewcroughan> value being matched?
<matthewcroughan> how does it relate to L52?
<samueldr> read the whole section
<samueldr> chapter 15 from the manual is great to get to grips with the syntax
rickard9 is now known as rickard
ahmed_elgabri has quit [Ping timeout: 245 seconds]
BlessJah has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #119851 → poke: 1.1 -> 1.2 → https://github.com/NixOS/nixpkgs/pull/119851
<{^_^}> [nixpkgs] @ryantm opened pull request #119904 → Drbd → https://github.com/NixOS/nixpkgs/pull/119904
vidbina has quit [Ping timeout: 246 seconds]
BlessJah has joined #nixos
__monty__ has quit [Quit: leaving]
Nate51 has quit [Quit: Connection closed]
BlessJah has quit [Remote host closed the connection]
lsix has joined #nixos
slack1256 has joined #nixos
litrat has joined #nixos
BlessJah has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/f9750e77123 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
Grace has quit [Quit: Connection closed for inactivity]
<litrat> Hello everyone. I hope to get a tip about the invocation of nix-build: Some months ago I reworked an example (I no longer can find in the IRC logs) that I got on here. I can't remember the correct parameters to nix-build for the following configuration: https://0bin.net/paste/n3mQh9xt#G0AU2SUHdLqmWj5c-M6NDhBiZ0AQ+wr2hd1MqZMZUcr
<litrat> Most stuff involving "-A config.system.build.isoImage" results in an error
<infinisil> litrat: nix-build '<nixpkgs/nixos>' --arg configuration ./the-file.nix -A config.system.build.isoImage
<litrat> It returns the same: "The option isoImage defined in '/the/file.nix' does not exist."
<litrat> I know for a fact it worked, because I still have the resulting file
zupo has joined #nixos
<litrat> Something in the back of my mind tells me it had something to do with eval-config.nix, but I cannot for the life of me remember
<litrat> And of course I did not preserve it for future reference
<{^_^}> [nixpkgs] @zimbatm merged pull request #119903 → gopls: 0.6.2 -> 0.6.10 → https://github.com/NixOS/nixpkgs/pull/119903
hlz has quit [Ping timeout: 258 seconds]
muppeth has quit [Remote host closed the connection]
muppeth has joined #nixos
hlz has joined #nixos
<infinisil> litrat: Ah you need to add `<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>` to imports
zupo has quit [Client Quit]
muppeth has quit [Remote host closed the connection]
CptCaptain has joined #nixos
zeenk has joined #nixos
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @pmenke-de opened pull request #119905 → jetbrains.clion: add patchelf invocations for new binaries → https://github.com/NixOS/nixpkgs/pull/119905
<litrat> infinisil: It appears to be building now after adding iso-image.nix. Thank you! Perhaps I provided the reference to that import as a parameter directly to nix-build before? Is that even possible?
muppeth has joined #nixos
<infinisil> Ohh
<infinisil> Yeah hold on
<infinisil> Actually not sure
rj has joined #nixos
jesystani has joined #nixos
attila_lendvai has quit [Ping timeout: 252 seconds]
<litrat> Oh well, it's working now. I'm happy I didn't have to pull in all the installation-cd stuff as the usual googling suggests, as this config is intentionally being shaved down a lot (as seen in the other includes)
meh` has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #119396 → glibc: 2.32-40 -> 2.32-46 → https://github.com/NixOS/nixpkgs/pull/119396
BlessJah has quit [Ping timeout: 268 seconds]
m0rphism has joined #nixos
KalBot has joined #nixos
BlessJah has joined #nixos
calebccff has joined #nixos
<calebccff> Hi! I'm trying to setup iwd on nixOS, I had it working, and set as the NetworkManager backend. But I'm hitting an issue where systemd is waiting for the interface wlp3s0 to show up (the default name of my wifi interface) but iwd has changed the name to wlan0
<calebccff> So boot takes an extra 90 seconds
<{^_^}> [nixpkgs] @timokau merged pull request #116190 → intel-media-sdk: 20.4.1 -> 20.5.1 → https://github.com/NixOS/nixpkgs/pull/116190
<{^_^}> [nixpkgs] @timokau closed pull request #106708 → intel-media-sdk: 20.4.1 -> 20.5.0 → https://github.com/NixOS/nixpkgs/pull/106708
<calebccff> I also tried boot.initrd.network.flushBeforeStage2 but that didn't seem to have an effect
litrat has left #nixos [#nixos]
CptCaptain has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @grahamc opened pull request #119906 → Teams: create a Determinate Systems team → https://github.com/NixOS/nixpkgs/pull/119906
CptCaptain has joined #nixos
CptCaptain has quit [Client Quit]
slack1256 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #119907 → nwipe: 0.28 -> 0.30 → https://github.com/NixOS/nixpkgs/pull/119907
<cwnovusordoseclo> What is y'alls setup for configuration management? Currently I have my stuff in a git repo in my home dir so I can mess with it as a user, then that is cloned into /etc/nixos/ as root.
<cwnovusordoseclo> It's kinda hacky and I don't really like it
<simpson> I have something roughly like that, but the repo also exists on several other machines. It is not ideal, but I'm not sure how to make it better.
fuzzypixelz18 has joined #nixos
<matthewcroughan> gchristensen: Have you read this? https://github.com/NixOS/nixpkgs/pull/105877
<{^_^}> #105877 (by CohenCyril, 19 weeks ago, merged): coqPackages: refactor
<matthewcroughan> It looks like they made their own fetcher in order to get around issues (with fixed output derivations?) in the grahamcofborg-eval bot.
<matthewcroughan> Now, the `coq` derivation has anti-patterns in it.
<matthewcroughan> like removing `src =` in favor of some strange logic, and making it hard to override therefore
<gchristensen> that sounds interesting
<matthewcroughan> it also refers to top-level packages in its inputs, like ocamlPackages_4_05 instead of just ocamlPackages
<matthewcroughan> See the diff from nixos-20.09 and nixos-unstable, I have a hard time saying the change is good.
<matthewcroughan> coq-version = "V8.13.2" works, coq-version = "8.13.2" does not. Why? because it prepends V here https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/applications/science/logic/coq/default.nix#L48
<matthewcroughan> the craziest package I've ever read. It's coq'ed up :D
<gchristensen> matthewcroughan: I think you might be right, could you bring this up in #nixos-dev?
<chipb> hm. I don't suppose there's a strategy that works to *remove* an element from environment.systemPackages after another module has added it?
<chipb> my naive attempt with builtins.filter unsurprisingly leads to infinite recursion.
ddellacosta has quit [Remote host closed the connection]
ahmedelgabri has quit [Ping timeout: 258 seconds]
ddellacosta has joined #nixos
<gchristensen> I don't suppose I could get a spare set of eyes on https://github.com/NixOS/nixpkgs/pull/119906
<{^_^}> #119906 (by grahamc, 26 minutes ago, open): Teams: create a Determinate Systems team
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @DeeUnderscore opened pull request #119908 → todoman: add setuptools-scm dependency → https://github.com/NixOS/nixpkgs/pull/119908
ddellacosta has quit [Ping timeout: 240 seconds]
rj has joined #nixos
<MichaelRaskin> gchristensen: (looking at PR) (PR is obviously fine) yep, exactly an example of a PR where I would say that seeking review makes things worse and not better
<gchristensen> fair enough :)
<{^_^}> [nixpkgs] @grahamc merged pull request #119906 → Teams: create a Determinate Systems team → https://github.com/NixOS/nixpkgs/pull/119906
<MichaelRaskin> I would not even object to this being a direct push after an eval check, but sure, you like CI done right and that's great for us, thanks for that (in general — here it does not matter)
dingenskirchen has quit [Quit: ZNC 1.8.1 - https://znc.in]
thelounge7002 has joined #nixos
thelounge7002 has quit [Client Quit]
<gchristensen> strong disagree
<MichaelRaskin> Because you like CI done right!
gustavderdrache has joined #nixos
jesystani has quit [Ping timeout: 260 seconds]
dingenskirchen has joined #nixos
jesystani has joined #nixos
ddellaco_ has joined #nixos
ddellaco_ has quit [Ping timeout: 240 seconds]
exondation has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @mweinelt opened pull request #119909 → [20.09] clamav: 0.102.4 -> 0.103.2 → https://github.com/NixOS/nixpkgs/pull/119909
xkapastel has joined #nixos
<gchristensen> and I believe it matters :)
zeenk has quit [Quit: Konversation terminated!]
ahmedelgabri has joined #nixos
<evils> i'm trying to write a test for vnstat, which fails with permission denied after rebuilding nixos without triggering its preStart chmod (i've resolved this issue, but want to figure out how to reproduce the original issue in a test)
fuzzypixelz18 has quit [Quit: Connection closed]
<tomberek> gchristensen: what is this determinate systems effort?
rj has quit [Ping timeout: 240 seconds]
alexherbo2 has quit [Ping timeout: 240 seconds]
ahmedelgabri has quit [Ping timeout: 250 seconds]
ml| has quit [Ping timeout: 260 seconds]
ddellaco_ has joined #nixos
ml| has joined #nixos
<lukegb> tomberek: https://determinate.systems/
rj has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
<tomberek> ah, I see.
ddellaco_ has quit [Ping timeout: 240 seconds]
Qwerky_ has joined #nixos
Qwerky has quit [Ping timeout: 265 seconds]
dingenskirchen has quit [Ping timeout: 240 seconds]
Synthetica has quit [Quit: Connection closed for inactivity]
dingenskirchen has joined #nixos
cjb has joined #nixos
Jd007 has quit [Quit: Jd007]
civodul has quit [Ping timeout: 260 seconds]
supersandro2000 is now known as Guest61649
Guest61649 has quit [Killed (hitchcock.freenode.net (Nickname regained by services))]
supersandro2000 has joined #nixos
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 265 seconds]
mbrgm_ is now known as mbrgm
Jd007 has joined #nixos
<gchristensen> a
<gchristensen> tomberek: https://determinate.systems/ :)
<gchristensen> ah you got the link already
<tomberek> thx!
ericsagnes has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #119867 → firefox-bin: 87.0 -> 88.0 → https://github.com/NixOS/nixpkgs/pull/119867
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b26886474a3 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
jesystani has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #119910 → [20.09] firefox: 87.0 -> 88.0; firefox-esr: 78.9.0esr -> 78.10.0esr → https://github.com/NixOS/nixpkgs/pull/119910
jesystani has joined #nixos
proofofkeags has quit [Ping timeout: 260 seconds]
aaabbbbbbbbbb has quit [Ping timeout: 268 seconds]
rj has quit [Ping timeout: 240 seconds]