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
<bierlingm> I can't see any history here, so I'll just say hi into the void.:D (I'm not in IRC channels very often...)
* colemickens also wants a systemd stage-1
meh` has joined #nixos
alexherbo2 has joined #nixos
<abathur> :)
<bierlingm> I was just wondering whether anyone might be able to point me to install instructions for nix on macOS 11 versions. I keep getting errors and in the GitHub issues there seems to be no clear solution.
<bierlingm> I currently have nix and nix-shell installed, each of which are on version 2.3.10.
<bierlingm> The error I keep getting when trying to enter nix-shell is:
<bierlingm> ```error: getting status of '/Users/moritzbierling/default.nix': No such file or directory```
ahmed_elgabri has quit [Ping timeout: 260 seconds]
Izorkin has joined #nixos
Jd007 has quit [Quit: Jd007]
<colemickens> bierlingm: that's what I get too
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main ยซ Automated team sync results. ยป: https://git.io/JqFFS
<colemickens> bierlingm: NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz" nix-shell -p bash
<colemickens> that drops me into a bash shell, for example
<bierlingm> colemickens Are you also on a machine with that version?
<colemickens> you can probably leave off the NIX_PATH bit
<colemickens> bierlingm: no, I'm just pointing out that running `nix-shell` with no args and no `default.nix` or `shell.nix`, will correctly result in that error message.
<bierlingm> Ahaaaaaaa
dsrt^ has joined #nixos
<bierlingm> That makes sense, d'oh... ๐Ÿ˜…
jess has quit [Quit: K-Lined]
kfiz- has quit [Quit: ZNC 1.8.1 - https://znc.in]
kfiz has joined #nixos
j has joined #nixos
<bierlingm> I'm going through all this because I've been trying unsuccessfully to get Holochain installed on my systems for months, which uses nix and nix-shell
trubi has quit [Ping timeout: 264 seconds]
<bierlingm> So would I have to do some process or create a default.nix file?
<bierlingm> (These are the install instructions: https://developer.holochain.org/docs/install/)
j is now known as jess
bierlingm has quit [Quit: Connection closed]
bierlingm has joined #nixos
<bierlingm> When I run this command "nix-shell https://holochain.love", it fails with multiple errors towards the end of the process
<{^_^}> [nixpkgs] @veprbl opened pull request #116487 โ†’ professor: init at 2.3.3 โ†’ https://github.com/NixOS/nixpkgs/pull/116487
<yaymukun1> Is there a way to pass systemd a path to a file like `systemd.user.services.foo = "${pkg.outPath}/foo.service"`?
<lovesegfault> ,locate decode-dimms
<{^_^}> Found in packages: i2c-tools
meh` has quit [Ping timeout: 246 seconds]
<bierlingm> jtojnar here's an example error:
<bierlingm> note: ld: file not found: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
<bierlingm> ย  ย  ย  ย  ย  clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
<bierlingm> error: aborting due to previous error
<bierlingm> error: build failed
<bierlingm> builder for '/nix/store/0sl8xacq6ypmbck21k2bblybcjqxba56-holochain.drv' failed with exit code 101
<bierlingm> error: build of '/nix/store/0sl8xacq6ypmbck21k2bblybcjqxba56-holochain.drv', '/nix/store/43irw0qzlp10rrzigiilgqg19v06zdji-holochain.drv', '/nix/store/5gvc11kz7bf4m7cvd0sj9nfad31rpqgd-lair-keystore.drv', '/nix/store/c4gggd3vp950jzyfdhf2ndh1fvmbcd7r-holochain.drv', '/nix/store/cfywd38jdf8idqmlw9xzgyav4lm7x5lp-bash-interactive-4.4-p23.drv' failed
<yaymukun1> (or idm builtins.readFile-ing it)
pushqrdx has quit [Quit: pushqrdx]
<bierlingm> The following error is the first error I get, and it comes directly after a bunch of "Compiling" messages:
<bierlingm> error: linking with `/nix/store/sw7b2gcklaj3iy5ikv7ag163bpry3ivb-clang-wrapper-7.1.0/bin/cc` failed: exit code: 1
<jtojnar> yaymukun1 you can use systemd.packages option, which requires a package
mayhew has quit [Quit: Konversation terminated!]
<yaymukun1> jtojnar: thank you! i'll give it a shot
Jd007 has joined #nixos
<jtojnar> bierlingm looks like this https://github.com/NixOS/nixpkgs/issues/41099
<{^_^}> #41099 (by ThomasMader, 2 years ago, open): Linking frameworks on macOS fails in sandboxed mode
mayhew has joined #nixos
<jtojnar> so you probably need to disable sandboxing. sorry, not really familiar with darwin
<bierlingm> Thanks so much anyway! I'll try and do as you recommend.
<{^_^}> [nixpkgs] @ryantm merged pull request #115815 โ†’ ckan: 1.29.2 -> 1.30.0 โ†’ https://github.com/NixOS/nixpkgs/pull/115815
barb has joined #nixos
Jd007 has quit [Quit: Jd007]
<{^_^}> [nixpkgs] @collares opened pull request #116488 โ†’ maintainers: add collares to the sage team โ†’ https://github.com/NixOS/nixpkgs/pull/116488
bierlingm has quit [Quit: Connection closed]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 245 seconds]
mbrgm_ is now known as mbrgm
Dr8128 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @teto merged pull request #115025 โ†’ tree-sitter: 0.18.2 -> 0.19.3 โ†’ https://github.com/NixOS/nixpkgs/pull/115025
ris has quit [Ping timeout: 268 seconds]
Jd007 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
acarrico has quit [Ping timeout: 256 seconds]
<hplar> supersandro2000 is it late to catch you? any chance of #115265 going through? ... it fixes quite a bit (and i don't believe it breaks anything that was not already broken), [will post question again if i miss you now]
<{^_^}> https://github.com/NixOS/nixpkgs/pull/115265 (by ThomasMader, 1 week ago, open): Dlang update
SomeoneSerge has quit [Ping timeout: 260 seconds]
seku has quit [Quit: Connection closed]
acarrico has joined #nixos
rajivr has joined #nixos
madcat28651 has joined #nixos
nf has quit [Quit: Fairfarren.]
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
nf has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116489 โ†’ ocamlPackages.owl{,-base}: 1.0.0 -> 1.0.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116489
dbmikus has quit [Ping timeout: 245 seconds]
gustavderdrache has joined #nixos
sigmundv_ has quit [Read error: Connection reset by peer]
sigmundv_ has joined #nixos
wnklmnn has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116490 โ†’ ocamlPackages.luv: init at 0.5.7 โ†’ https://github.com/NixOS/nixpkgs/pull/116490
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to staging: https://git.io/JqbTU
<{^_^}> [nixpkgs] @worldofpeace merged pull request #115421 โ†’ networkmanager: 1.26.0 -> 1.30.0 โ†’ https://github.com/NixOS/nixpkgs/pull/115421
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #116428 โ†’ haskell-network_2_6_3_1: disable test suite โ†’ https://github.com/NixOS/nixpkgs/pull/116428
<{^_^}> [nixpkgs] @cdepillabout reopened pull request #116428 โ†’ haskell-network_2_6_3_1: disable test suite โ†’ https://github.com/NixOS/nixpkgs/pull/116428
<{^_^}> [mobile-nixos] @Artturin closed pull request #333 โ†’ pine64-pinephone: comment how to enable console output during boot โ†’ https://github.com/NixOS/mobile-nixos/pull/333
<{^_^}> [nixpkgs] @ryantm merged pull request #116203 โ†’ svls: 0.1.25 -> 0.1.27 โ†’ https://github.com/NixOS/nixpkgs/pull/116203
<{^_^}> [nixpkgs] @veprbl pushed 2 commits to master: https://git.io/Jqbke
raoul9 has joined #nixos
numkem8 has joined #nixos
edcragg2 has joined #nixos
concept26 has joined #nixos
bvdw6 has joined #nixos
konobi_ has joined #nixos
pareidolia has joined #nixos
stevenroose has joined #nixos
zie- has joined #nixos
terinjokes_ has joined #nixos
uwap has joined #nixos
fre has joined #nixos
lemsip has joined #nixos
meatcar_ has joined #nixos
xwvvvvwx- has joined #nixos
naivesheep has joined #nixos
jsoo_ has joined #nixos
adisbladi has joined #nixos
msirabella has joined #nixos
Gaelan_ has joined #nixos
jlotoski-znc has joined #nixos
djanatyn_ has joined #nixos
spudly- has joined #nixos
LangeOortjes has joined #nixos
leo60228- has joined #nixos
DerHorst_ has joined #nixos
aforemny_ has joined #nixos
novotny_ has joined #nixos
unacceptable has joined #nixos
dottedmag_ has joined #nixos
dottedmag_ has quit [Changing host]
dottedmag_ has joined #nixos
sigtrm has joined #nixos
helpusobi_ has joined #nixos
kaletaa_ has joined #nixos
plp_ has joined #nixos
pbogdan has joined #nixos
duckonomy has joined #nixos
cYmen_ has joined #nixos
shad has joined #nixos
duairc_ has joined #nixos
benedikt93 has joined #nixos
bdju_ has joined #nixos
koluacik_ has joined #nixos
gthm_ has joined #nixos
palo1 has joined #nixos
sgo has joined #nixos
globin has joined #nixos
Crocodil1 has joined #nixos
otulp_ has joined #nixos
danderso1 has joined #nixos
remexre_ has joined #nixos
BlessJah_ has joined #nixos
magnus2 has joined #nixos
sveitser2 has joined #nixos
joehh1_ has joined #nixos
doublej41 has joined #nixos
leotaku has joined #nixos
Negher_ has joined #nixos
<matthewcroughan_> Has anyone ever gotten a python fakeroot to work inside of a nix shell?
wolfshappen_ has joined #nixos
<matthewcroughan_> tell me your secrets!
veegee_ has joined #nixos
VulNix has joined #nixos
luigy_ has joined #nixos
deni has joined #nixos
<{^_^}> [nixpkgs] @ThoreKr opened pull request #116491 โ†’ cups-exporter: This shouldn't be packaged โ†’ https://github.com/NixOS/nixpkgs/pull/116491
mcornick has quit [Quit: brb]
diamondbond_ has joined #nixos
Aleksejs_Home has joined #nixos
<apo> Hm, dovecot has some stuff in /libexec that I need to use and isn't linked, how do I do that? I want to use its dovecot-lda for my exim setup
qqlq has quit [*.net *.split]
jsoo has quit [*.net *.split]
deni_ has quit [*.net *.split]
Aleksejs has quit [*.net *.split]
palo has quit [*.net *.split]
aforemny has quit [*.net *.split]
bvdw has quit [*.net *.split]
xwvvvvwx has quit [*.net *.split]
BlessJah has quit [*.net *.split]
spudly has quit [*.net *.split]
emilsp has quit [*.net *.split]
aleph- has quit [*.net *.split]
wolfshappen has quit [*.net *.split]
dottedmag has quit [*.net *.split]
konobi has quit [*.net *.split]
terinjokes has quit [*.net *.split]
das_j has quit [*.net *.split]
ajs124 has quit [*.net *.split]
veegee has quit [*.net *.split]
naivesheep_ has quit [*.net *.split]
danderson has quit [*.net *.split]
acceptable has quit [*.net *.split]
cYmen has quit [*.net *.split]
edcragg has quit [*.net *.split]
numkem has quit [*.net *.split]
Negher has quit [*.net *.split]
le0taku has quit [*.net *.split]
koluacik has quit [*.net *.split]
kaletaa has quit [*.net *.split]
doublej472 has quit [*.net *.split]
sveitser1 has quit [*.net *.split]
leo60228 has quit [*.net *.split]
stigo has quit [*.net *.split]
bdju has quit [*.net *.split]
globin_ has quit [*.net *.split]
cransom has quit [*.net *.split]
joehh1 has quit [*.net *.split]
luigy has quit [*.net *.split]
novotny has quit [*.net *.split]
myme has quit [*.net *.split]
johnny101 has quit [*.net *.split]
magnus1 has quit [*.net *.split]
VulNix_ has quit [*.net *.split]
Gaelan has quit [*.net *.split]
gthm has quit [*.net *.split]
DerHorst has quit [*.net *.split]
remexre has quit [*.net *.split]
Crocodillian has quit [*.net *.split]
fre_ has quit [*.net *.split]
adisbladis has quit [*.net *.split]
duckonomy_ has quit [*.net *.split]
djanatyn- has quit [*.net *.split]
otulp has quit [*.net *.split]
uwap_ has quit [*.net *.split]
meatcar has quit [*.net *.split]
plp has quit [*.net *.split]
shad_ has quit [*.net *.split]
sigtrm_ has quit [*.net *.split]
helpusobi has quit [*.net *.split]
stevenro- has quit [*.net *.split]
iMatejC has quit [*.net *.split]
concept2 has quit [*.net *.split]
pbogdan_ has quit [*.net *.split]
pareidolia_ has quit [*.net *.split]
benedikt93_ has quit [*.net *.split]
diamondbond has quit [*.net *.split]
monotux has quit [*.net *.split]
kgz has quit [*.net *.split]
duairc has quit [*.net *.split]
raoul has quit [*.net *.split]
mjsir911 has quit [*.net *.split]
palo1 is now known as palo
numkem8 is now known as numkem
konobi_ is now known as konobi
bvdw6 is now known as bvdw
hplar has quit [*.net *.split]
zie has quit [*.net *.split]
otulp_ is now known as otulp
xwvvvvwx- is now known as xwvvvvwx
edcragg2 is now known as edcragg
dottedmag_ is now known as dottedmag
spudly- is now known as spudly
<{^_^}> [nixpkgs] @cdepillabout merged pull request #116428 โ†’ haskell-network_2_6_3_1: disable test suite โ†’ https://github.com/NixOS/nixpkgs/pull/116428
meatcar_ is now known as meatcar
terinjokes_ is now known as terinjokes
concept26 is now known as concept2
mcornick has joined #nixos
* gchristensen eyes spam-likely nicks ...
<apo> it seems that /libexec/dovecot gets a link, but none of the other stuff from there
trubi has joined #nixos
cransom has joined #nixos
das_j has joined #nixos
aleph- has joined #nixos
iMatejC has joined #nixos
ajs124 has joined #nixos
hplar has joined #nixos
monotux has joined #nixos
justanotheruser has joined #nixos
myme has joined #nixos
kgz has joined #nixos
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jqbqx
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #116025 โ†’ ocamlPackages.csexp: 1.3.2 -> 1.4.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116025
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116492 โ†’ dar: 2.6.13 -> 2.6.14 โ†’ https://github.com/NixOS/nixpkgs/pull/116492
<{^_^}> [nixpkgs] @veprbl pushed to release-20.09 ยซ lhapdf.pdf_sets: update ยป: https://git.io/JqbmV
Rainy has quit [Remote host closed the connection]
<{^_^}> [mobile-nixos] @Artturin opened pull request #337 โ†’ pine64-pinephone: add alsa ucm config files to make the audio work โ†’ https://github.com/NixOS/mobile-nixos/pull/337
<yaymukun1> I'm trying to use a systemd service unit from a pkg's `out` using the systemd.packages option. What am I doing wrong?: https://git.sr.ht/~yaymukund/dotfiles/commit/main
orion has quit [Ping timeout: 246 seconds]
dbmikus has quit [Ping timeout: 246 seconds]
<infinisil> ,systemd-packages yaymukun1
<{^_^}> yaymukun1: Derivations can install system or user *.service files into $out/lib/systemd/system or $out/lib/systemd/user respectively. On NixOS, such services can be enabled by adding the derivation to the `systemd.packages` option. This also works for all other unit types, not just services.
<infinisil> Try building the derivation to see where the .service file ends up, it should be in the one mentioned above
<{^_^}> [nix] @sternenseemann opened pull request #4642 โ†’ nix-shell: set MANPATH when --packages is used โ†’ https://github.com/NixOS/nix/pull/4642
<yaymukun1> ah, cool, I think it would end up in $out/share/systemd/user, so need to move that
<yaymukun1> thank you
bdju_ has quit [Quit: Reconnecting]
orion has joined #nixos
orion has joined #nixos
orion has quit [Changing host]
bdju has joined #nixos
tarruda3 has quit [Ping timeout: 256 seconds]
tarruda3 has joined #nixos
Dotz0cat_ has joined #nixos
Dotz0cat has quit [Ping timeout: 246 seconds]
mayhew has quit [Quit: Konversation terminated!]
nf has quit [Quit: Fairfarren.]
remexre_ is now known as remexre
nf has joined #nixos
teto has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #116317 โ†’ grpc: fix build input propagation โ†’ https://github.com/NixOS/nixpkgs/pull/116317
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @aanderse opened pull request #116493 โ†’ kodi.packages.netflix: init at 1.14.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116493
ahmed_elgabri has quit [Ping timeout: 264 seconds]
sigmundv_ has quit [Read error: Connection reset by peer]
sigmundv_ has joined #nixos
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #115825 โ†’ cvise: 2.2.0 -> 2.3.0 โ†’ https://github.com/NixOS/nixpkgs/pull/115825
dbmikus has quit [Ping timeout: 260 seconds]
rj_ has quit [Ping timeout: 268 seconds]
sigmundv_ has quit [Ping timeout: 276 seconds]
trubi has quit [Ping timeout: 276 seconds]
<yaymukun1> so, I've figured out how to get the file placed in /etc/systemd/system/foo.service thanks to your help. But it's still not showing up in `systemctl list-units` and it's not enabled. What gives? >_<
<yaymukun1> pretty basic
patagonicus5 has joined #nixos
patagonicus has quit [Ping timeout: 264 seconds]
patagonicus5 is now known as patagonicus
h0m1 has quit [Ping timeout: 260 seconds]
<infinisil> yaymukun1: Try systemctl --user
<infinisil> Oh although you put it as a system unit
<infinisil> Looks like a user one though
<yaymukun1> ooo, how can you tell? i shall try moving it
<{^_^}> [nixpkgs] @aanderse closed pull request #115355 โ†’ kodiPlugins: import addons from kodi repositories โ†’ https://github.com/NixOS/nixpkgs/pull/115355
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #115669 โ†’ turbovnc: 2.2.5 -> 2.2.6 โ†’ https://github.com/NixOS/nixpkgs/pull/115669
teto has quit [Ping timeout: 264 seconds]
<infinisil> The graphical-session thing I think is for user-level
<infinisil> (since there's no graphical session independent of the user)
<yaymukun1> it's now in /etc/systemd/user/gammastep.service, but no change. Maybe I need to logout/in or reboot?
<slack1256> What is the standard way to obtain typescript in nixos? Should I run `npm install typescript`?
<infinisil> yaymukun1: Try `systemctl --user daemon-reload`
_bin has quit [Ping timeout: 264 seconds]
<yaymukun1> no change :s
<infinisil> yaymukun1: Does `systemctl --user --all` show it?
_bin has joined #nixos
<yaymukun1> infinisil: nope
mcornick has quit [Ping timeout: 256 seconds]
<yaymukun1> ooo, it shows up under systemctl --user list-unit-files
<yaymukun1> unit file = gammastep.service, state = linked-runtime, vendor preset =enabled
<infinisil> Ah nice, though I'm not sure how to enable it, maybe try relogging, though I would've thought the daemon-reload command would do it too
acarrico has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #116494 โ†’ flexget: 3.1.103 -> 3.1.106 โ†’ https://github.com/NixOS/nixpkgs/pull/116494
kfiz- has joined #nixos
kfiz has quit [Ping timeout: 272 seconds]
<yaymukun1> it looks like enabling the gammastep package adds it as a linked-runtime by default, no extra work needed
<yaymukun1> will trawl through other people's nix files to see if anyone knows how to enable it. but i've seen a lot of people writing their own .service files
<yaymukun1> maybe duplicate effort
<infinisil> There's https://github.com/NixOS/nixpkgs/pull/108739 which adds gammastep support to the existing redshift module
<{^_^}> #108739 (by thiagokokada, 9 weeks ago, open): nixos/redshift: use config file instead of passing parameters, using RFC42
<infinisil> Unfortunately I'm rather short on time recently so I don't really have time to review/work on that
<yaymukun1> no worries
<yaymukun1> that also appears to be x11, so wouldn't affect gammastep (which is wayland)
<yaymukun1> i'm excited maybe a chnace to contribute. i appreciate you taking a look this far
<yaymukun1> oo, that PR also mentions gammastep, perhaps I spoke too soon
mcornick has joined #nixos
i1l has joined #nixos
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
coyotechords has joined #nixos
<coyotechords> hello
<coyotechords> I'm trying to package something for nix
<coyotechords> it's already packaged in a few formats, I thought the appimage would be the easiest to use to package it for nix
<simpson> coyotechords: We generally try to build from source. https://github.com/FreeTubeApp/FreeTube/blob/development/.github/workflows/build.yml might be a good trailhead.
<coyotechords> simpson, oh thanks, I'll look at that
<simpson> ,tofu
<{^_^}> To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000), then replace it with the correct hash Nix expected. For inserting 52 0's in vim: <esc>52i0<esc>
<dominikh> packaging question: a program shells out to script
<dominikh> ugh, early enter, sorry :(
<{^_^}> [nixpkgs] @r-burns opened pull request #116495 โ†’ lib/systems: remove powerpc64 elfv1 support โ†’ https://github.com/NixOS/nixpkgs/pull/116495
<abathur> coyotechords: it looks like there's an expression floating around for an older version, may also help https://github.com/JorelAli/nixos/blob/affe18abc5011b27722508be11b140bfcaa961a1/extrapackages/freetube.nix
<dominikh> okay, next attempt. starting point is https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/search/recoll/default.nix โ€“ recoll shells out to various scripts at runtime, some of which are written in perl. these scripts have runtime dependencies on perl modules. these don't work with the current derivation. how would one go about adding these runtime dependencies, so that the perl
<dominikh> interpreter can find them? e.g. how do I pipe through perlPackages.ImageExifTool?
<coyotechords> abathur, thank you, in the future what should I search to find things like that?
<coyotechords> I notice the version says "0.1" but it downloads the source of freetube "7.1", is the nix package version different than source version
<coyotechords> >description = "Minecraft launcher";
<abathur> expressions can say what they want, I suppose; expressions outside of nixpkgs are more likely to have quality issues
<abathur> hehe
<coyotechords> welp it looks like that person just copies the .nix from the minecraft launcher package lol
<abathur> yeah
<abathur> it happens
mcornick has quit [Quit: goodnight]
<coyotechords> I've never actually packaged anything for nix, or compiled anything from source on nixos
<{^_^}> [nixpkgs] @peterhoeg closed pull request #116385 โ†’ maestral: 1.4.2 -> 1.4.3 โ†’ https://github.com/NixOS/nixpkgs/pull/116385
<{^_^}> [nixpkgs] @nbren12 opened pull request #116496 โ†’ (tensorflow-bin_2): fix broken package โ†’ https://github.com/NixOS/nixpkgs/pull/116496
wnklmnn has quit [Quit: Leaving]
coyotechords has left #nixos ["Quit - https://c.brettgilio.com/"]
<siraben> netsplit?
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/56ddf336ac9 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/56ddf336ac9 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
m0rphism has quit [Ping timeout: 246 seconds]
<dominikh> looks like the answer to my question is wrapProgram and makePerlPath
tony__ has joined #nixos
tony__ has quit [Client Quit]
<p01ar> hello !!
aw_ has quit [Quit: Quitting.]
spacefrogg_ has quit [Quit: Gone.]
lohfu has quit [Ping timeout: 256 seconds]
aw has joined #nixos
kgz has quit [Ping timeout: 256 seconds]
spacefrogg has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
lohfu has joined #nixos
bdju has quit [Read error: Connection reset by peer]
bdju has joined #nixos
hyper_ch2 has joined #nixos
ahmed_elgabri has joined #nixos
hyper_ch2 has quit [Read error: Connection reset by peer]
slack1256 has quit [Remote host closed the connection]
ahmed_elgabri has quit [Ping timeout: 264 seconds]
hyper_ch2 has joined #nixos
s1341_ has joined #nixos
<p01ar> anyone around?
<simpson> Sure. What's up?
s1341_ has quit [Changing host]
s1341_ has joined #nixos
s1341_ has joined #nixos
<p01ar> just vibin
<p01ar> working on the meson port of the nix buildsystem again
<p01ar> updated it to the new codebase
<p01ar> then gunna work on a cmake port too
<colemickens> why bother with cmake after having done meson?
<colemickens> just for fun?
<p01ar> it allows people flexibility
* colemickens doesn't know much about C-y build systems
<p01ar> meson works a lot nicer on windows for example
<p01ar> part of the ongoing nix muli-platform effort is a cross platform buildsystem
<colemickens> as someone who's packaged stuff for Nixpkgs often, I prefer meson on Linux too, I thinkj.
<p01ar> meson is nice :)
* colemickens has been trying to build on windows ;) even got a new build once or twice actually
<p01ar> ooo :)
madcat28651 has quit [Ping timeout: 260 seconds]
<colemickens> "new" as in, one that my computer built, not "new" as in rebased, or interesting :P
madcat28651 has joined #nixos
<p01ar> eh
<p01ar> still, cool :)
<p01ar> atm im moving libutil/tests to its own build dir
kgz has joined #nixos
trubi has joined #nixos
justanotheruser has quit [Ping timeout: 260 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 264 seconds]
Supersonic112 is now known as Supersonic
zakame has joined #nixos
Jd007 has quit [Quit: Jd007]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116497 โ†’ freerdp: 2.3.1 -> 2.3.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116497
gustavderdrache has quit [Quit: Leaving.]
madcat28651 has quit [Ping timeout: 260 seconds]
sgo is now known as stigo
Nickli has quit [Read error: Connection reset by peer]
Nicklii has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
growpotk- has quit [Quit: ZNC 1.8.2 - https://znc.in]
veegee_ is now known as veegee
Thaodan has joined #nixos
coloneljohnby[m] has joined #nixos
dbmikus has joined #nixos
rickard9 has quit [Quit: The Lounge - https://thelounge.chat]
rickard9 has joined #nixos
dbmikus has quit [Ping timeout: 276 seconds]
jmeredith has quit [Quit: Connection closed for inactivity]
orivej has joined #nixos
hke has quit [Read error: Connection reset by peer]
hke has joined #nixos
xO1 has joined #nixos
riksteri has joined #nixos
trubi has quit [Ping timeout: 265 seconds]
madcat28651 has joined #nixos
sangoma has joined #nixos
farn has quit [Quit: farn]
bitmapper has quit [Quit: Connection closed for inactivity]
monotux has quit [Remote host closed the connection]
Nicklii has quit [Ping timeout: 244 seconds]
monotux has joined #nixos
ahmed_elgabri has joined #nixos
simba1 has joined #nixos
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<Graypup_> if I wanted to remove a dependency from a derivation, how would I do that?
<Graypup_> in particular, i want to remove the kscreen dependency from spectacle, because i believe it is not required
<Graypup_> (and i want to get rid of kscreen from my computer because it breaks nvidia and Xorg.conf)
ronthecookie has quit [Excess Flood]
ronthecookie has joined #nixos
sangoma has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @peterhoeg merged pull request #116463 โ†’ maestral-gui: 1.4.2 -> 1.4.3 โ†’ https://github.com/NixOS/nixpkgs/pull/116463
dbmikus has joined #nixos
dbmikus has quit [Ping timeout: 260 seconds]
sangoma has joined #nixos
jayok has joined #nixos
jayok has quit [Quit: Leaving]
palo1 has joined #nixos
palo has quit [Ping timeout: 256 seconds]
palo1 is now known as palo
jonringer has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116498 โ†’ goffice: 0.10.48 -> 0.10.49 โ†’ https://github.com/NixOS/nixpkgs/pull/116498
<colemickens> How do we build out of tree modules?
<colemickens> this page is incomplete: https://nixos.wiki/wiki/Linux_kernel
dni53363 has joined #nixos
<colemickens> somehow linuxPackagesFor needs to be combined in from what I can tell
mallox has joined #nixos
dni53363 has quit [Remote host closed the connection]
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
<{^_^}> [nixpkgs] @danieldk opened pull request #116499 โ†’ amd-blis: 2.2 -> 3.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116499
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
dni53363 has joined #nixos
Lord_of_Life has joined #nixos
dni53363 has quit [Max SendQ exceeded]
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
poscat has joined #nixos
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
dni53363 has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #115695 โ†’ xlog: 2.0.19 -> 2.0.20 โ†’ https://github.com/NixOS/nixpkgs/pull/115695
dni53363 has quit [Max SendQ exceeded]
<{^_^}> [nixpkgs] @sikmir opened pull request #116500 โ†’ josm: 17428 โ†’ 17560 โ†’ https://github.com/NixOS/nixpkgs/pull/116500
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
dni53363 has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #115662 โ†’ typora: 0.9.95 -> 0.9.98 โ†’ https://github.com/NixOS/nixpkgs/pull/115662
dni53363 has quit [Max SendQ exceeded]
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
<{^_^}> [nixpkgs] @vbgl merged pull request #115904 โ†’ ocamlPackages.core: 0.14.0 โ†’ 0.14.1 โ†’ https://github.com/NixOS/nixpkgs/pull/115904
<{^_^}> [nixpkgs] @vcunat pushed 9 commits to release-20.09: https://git.io/JqNSk
dni53363 has joined #nixos
dni53363 has quit [Max SendQ exceeded]
cfricke has joined #nixos
<{^_^}> [nixpkgs] @Radvendii opened pull request #116501 โ†’ appimagekit: 2018-07-27 -> 2020-12-31 โ†’ https://github.com/NixOS/nixpkgs/pull/116501
graf_blutwurst has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
Nicklii has joined #nixos
<{^_^}> [nix] @regnat opened pull request #4644 โ†’ tests/local.mk: fix missing newline escape โ†’ https://github.com/NixOS/nix/pull/4644
<{^_^}> [nix] @regnat pushed commit from @sternenseemann to fix-test.mk-syntax-error ยซ tests/local.mk: fix missing newline escape ยป: https://git.io/JqN9Q
<{^_^}> [nixpkgs] @fabaff opened pull request #116502 โ†’ python3Packages.vsure: 1.7.2 -> 1.7.3 โ†’ https://github.com/NixOS/nixpkgs/pull/116502
fooker has quit [Ping timeout: 260 seconds]
<aforemny_> colemickens: I asked myself the same questions a few days ago. While I don't have a perfect answer yet, I have stumpled upon this example that worked for me: https://github.com/icebox-nix/netkit.nix/blob/master/pkgs/drivers/xmm7360-pci/default.nix Maybe it is at least a partial answer for you too?
ahmed_elgabri has joined #nixos
aforemny_ is now known as aforemny
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116503 โ†’ joker: 0.15.7 -> 0.16.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116503
cole-h has quit [Ping timeout: 264 seconds]
<Mic92> matthewcroughan_: like I said the issue could be solved by having a glibc compiled with en_US.UTF-8 builtin
orivej has quit [Ping timeout: 246 seconds]
tomberek has quit [Quit: Connection closed]
<angerman> how do I figure out against what <nixpkgs> some expression was built?
fooker has joined #nixos
saschagrunert has joined #nixos
evils has quit [Ping timeout: 245 seconds]
turlando has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #115494 โ†’ qmmp: 1.4.2 -> 1.4.4 โ†’ https://github.com/NixOS/nixpkgs/pull/115494
avaq_ has joined #nixos
dbmikus has joined #nixos
sangoma has quit [Ping timeout: 245 seconds]
sangoma has joined #nixos
Jackneill has quit [Ping timeout: 245 seconds]
dbmikus has quit [Ping timeout: 260 seconds]
respawn_ has joined #nixos
vidbina has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #116505 โ†’ python3Packages.brother: 0.2.1 -> 0.2.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116505
<srhb> angerman: Whether or not that's even possible depends what you _have_. Some package? A NixOS system output?
<angerman> srhb: some drv :(
<s1341_> hi guys!
<supersandro2000> hplar: I have a bouncer and check it most of the time back. Checking the PR probably later today.
Jackneill has joined #nixos
<s1341_> is it possible to have a nix-shell derivation which includes both an fhs (for the host) and crossSystem (for cross-compiling)?
teto has joined #nixos
<srhb> angerman: I can't think of a generic way right now. In the drv's closure there will likely be a nixpkgs source dir, but deciding what version that is isn't necessarily easy.
<angerman> srhb: I'll keep digging.
civodul has joined #nixos
lsix has joined #nixos
<angerman> srhb: I've some drv that fails on bigsur, but should be built against the unstable nixpkgs, ... it just looks like it's pulling in some alternative nixpkgs somewhere.
ahmed_elgabri has quit [Quit: WeeChat 3.1]
Chiliparrot has joined #nixos
ahmedelgabri has joined #nixos
bb_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116432 โ†’ pythonPackages.tzdata: run tests โ†’ https://github.com/NixOS/nixpkgs/pull/116432
<srhb> angerman: When you say some drv, do you literally mean a .drv?
<angerman> yes.
<srhb> angerman: Meh. Yeah, traversing its entire tree (nix-store -qR or --tree) is the only thing I can think of.
<bb_> Hi, I am new to the world of Nix. Experimeting with direnv and nix-shell. I would really like to put stuff like .envrc and shell.nix into a subfolder in the project dir (e.g. Project/.env/) but I dont how to do I load my stuff after
<bb_> any advice?
<angerman> srhb: yea. It's a rather nasty issue :D
<srhb> bb_: First advice: Don't -- at least not to start out with. Trying to fight idioms at the start is going to increase the learning curve tenfold :) Second advice: Just have users invoke nix-shell specifying the actual shell.nix path. From there, you can use shellHook to manipulate what happens.
<bb_> srhb, thank you for the honest advice. I understand
werner291 has joined #nixos
<Miyu-saki> angerman: FWIW, you can always use something like `builtins.trace lib.version`
<angerman> Miyu-saki: if I find the proper attribute, yes :D
<Miyu-saki> Ah, I think I get what you mean.
<Miyu-saki> First idea I'd have would be to override stdenv, but that doesn't work because you won't be finding the other nixpkgs anyway.
<Miyu-saki> I wonder, is there a way to introspect a derivation's dependencies? Not just inputs, but dependencies.
<Miyu-saki> On that topic, are inputs even a thing in Nix? Or is that a Nixpkgs thing.
<Miyu-saki> I think the answer is it's a Nixpkgs thing, but it's not structure-less in Nix either.
<Miyu-saki> angerman: Actually, I do have an idea. Override stdenv on your main nixpkgs to include `passthru.foo = "thisisaveryuniquestring";` and then grep for drvs which don't include that string.
<Miyu-saki> That at the very least allows you to identify which derivation doesn't belong.
<angerman> well I *do* know this doesn't have the right nixpgks I want it to have.
<Miyu-saki> Wait, I'm a bit confused right now. Are you saying your closure's depending on 2 different nixpkgs, or you just want to figure out what nixpkgs an arbitrary derivation has?
<Miyu-saki> I'm confused about this reply. > 08:35:39 angerman | Miyu-saki: if I find the proper attribute, yes :D
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116500 โ†’ josm: 17428 โ†’ 17560 โ†’ https://github.com/NixOS/nixpkgs/pull/116500
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116502 โ†’ python3Packages.vsure: 1.7.2 -> 1.7.3 โ†’ https://github.com/NixOS/nixpkgs/pull/116502
<{^_^}> [nixpkgs] @fabaff opened pull request #116506 โ†’ python3Packages.slack-sdk: 3.4.0 -> 3.4.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116506
zupo has joined #nixos
<s1341_> how do I get the autoPatchElfHook to run in a runCommand?
<{^_^}> [nixpkgs] @zimbatm opened pull request #116507 โ†’ kubectl-doctor: init at 0.3.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116507
neiluj_ has joined #nixos
ili has quit [Quit: Idle for 30+ days]
respawn_ has quit [Quit: Leaving]
griff_ has joined #nixos
bahamas has joined #nixos
bahamas has quit [Changing host]
bahamas has joined #nixos
SomeoneSerge has joined #nixos
<Miyu-saki> s1341_: I doubt you can properly. `buildCommand` overrides the default building mechanism. You can try appending `fixupPhase` in the end though.
<Miyu-saki> That is, `buildCommand = '' ... \n ... \n fixupPhase'' `
<Miyu-saki> But IMO, that's somewhat hacky, and I'd rather just go with mkDerivation.
fendor has joined #nixos
anders^ has quit []
anders^ has joined #nixos
<{^_^}> [nixpkgs] @saschagrunert opened pull request #116508 โ†’ bats: 1.2.1 -> 1.3.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116508
<{^_^}> [nix] @edolstra merged pull request #4644 โ†’ tests/local.mk: fix missing newline escape โ†’ https://github.com/NixOS/nix/pull/4644
bb_ is now known as za1bitsu
za1bitsu is now known as za1b1tsu
<{^_^}> [nixpkgs] @dotlambda opened pull request #116509 โ†’ python3Packages.imap-tools: 0.38.1 -> 0.39.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116509
<{^_^}> [nix] @p01arst0rm closed pull request #4627 โ†’ changed `#if HAVE_BOEHMGC` to `#ifdef HAVE_BOEHMGC` โ†’ https://github.com/NixOS/nix/pull/4627
<{^_^}> [nixpkgs] @vbgl merged pull request #116489 โ†’ ocamlPackages.owl{,-base}: 1.0.0 -> 1.0.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116489
<Rovanion> Is it possible to connect to a NixOS Testing Infrastructure VM while it is running? These docs describe how its done for the login tests but I can't figure out how to adopt it to prometheus-exporters.nix: https://nixos.org/manual/nixos/stable/index.html#sec-running-nixos-tests-interactively
werner292 has joined #nixos
<Rovanion> Just running `nix-build nixos/tests/prometheus-exporters.nix -A driver` doesn't work. I don't see driver declared in login.nix so I guess its something automatically inherited?
<bahamas> I'm using this line to have ghc in path with that specific package, but ghc doesn't end up in path. what am I doing wrong?
<bahamas> this is the line `nix-shell --pure -E 'let pkgs = import ./nix/pkgs.nix; in pkgs.ghc.withPackages (_: [pkgs.haskellPackages.openapi3-code-generator])'`
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
Chiliparrot has quit [Ping timeout: 260 seconds]
grw1 has quit [Quit: WeeChat 1.4]
sigmundv_ has joined #nixos
<bahamas> I figured it out. I needed to use pkgs.mkShell { buildInputs = [ghc] }
<{^_^}> [nixpkgs] @dotlambda opened pull request #116510 โ†’ prs: 0.2.3 -> 0.2.4 โ†’ https://github.com/NixOS/nixpkgs/pull/116510
Chiliparrot has joined #nixos
<ploupiboulba[m]> Rovanion: check the wiki, there is a page that explains how to do it IIRC
m0rphism has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/36e15cd6e7d (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116454 โ†’ electron_12: 12.0.0 -> 12.0.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116454
thc202 has joined #nixos
<Rovanion> ploupiboulba[m]: It suggests running `nix repl nixos/tests/prometheus-exporters.nix` which fails due to an unrelated prometheus (bitcoin) exporters test being broken :/
<Rovanion> But if I remove it I get to what seems like a nix repl.
andoriyu has quit [Ping timeout: 276 seconds]
<Rovanion> Ah, each test in prometheus-exporters has their own driver. So the attribute path becomes slurm.driver.outPath instead of driver.outPath
bekkvann[m] has joined #nixos
orivej has joined #nixos
griff_ has quit [Quit: griff_]
andoriyu has joined #nixos
dbmikus has joined #nixos
__monty__ has joined #nixos
<p01ar> aaa
BlessJah_ is now known as BlessJah
dbmikus has quit [Ping timeout: 245 seconds]
CMCDragonkai has quit [Ping timeout: 245 seconds]
philr_ has quit [Ping timeout: 245 seconds]
CMCDragonkai has joined #nixos
philr_ has joined #nixos
WeblordPepe is now known as weblord_ru
neiluj has quit [Remote host closed the connection]
neiluj_ has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzzโ€ฆ]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116438 โ†’ pythonPackages.tzlocal: use pythonImportsCheck โ†’ https://github.com/NixOS/nixpkgs/pull/116438
zupo has joined #nixos
<{^_^}> [nixpkgs] @afreakk closed pull request #93706 โ†’ gnvim: icon support (GDK_PIXBUF_MODULE_FILE) โ†’ https://github.com/NixOS/nixpkgs/pull/93706
be42 is now known as b42
neiluj has joined #nixos
neiluj has quit [Changing host]
neiluj has joined #nixos
werner292 has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
madcat28651 has quit [Ping timeout: 260 seconds]
aforemny is now known as aforemny_
aforemny_ is now known as aforemny
domogled has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
Dr8128 has joined #nixos
zakame has quit [Ping timeout: 260 seconds]
claudiii has quit [Quit: Connection closed for inactivity]
zakame has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/266dc8c3d05 (from 27 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
patagonicus6 has joined #nixos
patagonicus has quit [Ping timeout: 246 seconds]
patagonicus6 is now known as patagonicus
<{^_^}> [nixpkgs] @primeos pushed to master ยซ inxi: 3.3.01-1 -> 3.3.02-1 ยป: https://git.io/JqA5H
teto has quit [Ping timeout: 272 seconds]
caro has joined #nixos
patagonicus6 has joined #nixos
everythingTaken has joined #nixos
patagonicus has quit [Ping timeout: 245 seconds]
zupo has quit [Ping timeout: 260 seconds]
zupo has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115627 โ†’ pdfslicer: init at 1.8.8 โ†’ https://github.com/NixOS/nixpkgs/pull/115627
teto has joined #nixos
patagonicus69 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116265 โ†’ python3Packages.websocket_client: 0.57.0 -> 0.58.0, python3Packages.devolo-home-control-api: 0.16.0 -> 0.17.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116265
bahamas has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116462 โ†’ python3Packages.mpv: 0.4.7 -> 0.5.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116462
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116464 โ†’ nnn: 3.5 โ†’ 3.6 โ†’ https://github.com/NixOS/nixpkgs/pull/116464
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116507 โ†’ kubectl-doctor: init at 0.3.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116507
patagonicus6 has quit [Ping timeout: 264 seconds]
patagonicus69 is now known as patagonicus6
domogled has quit [Quit: domogled]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116494 โ†’ flexget: 3.1.103 -> 3.1.106 โ†’ https://github.com/NixOS/nixpkgs/pull/116494
werner292 has joined #nixos
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f1e8b1e500f (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/36e15cd6e7d (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/2996d6df1de (from 22 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Gohla has quit [Quit: Bye.]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115756 โ†’ treewide (darwin): fix or enable darwin build for many packages (4) โ†’ https://github.com/NixOS/nixpkgs/pull/115756
<supersandro2000> the channels are quite often advancing lately ๐Ÿค”
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116506 โ†’ python3Packages.slack-sdk: 3.4.0 -> 3.4.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116506
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116509 โ†’ python3Packages.imap-tools: 0.38.1 -> 0.39.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116509
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116510 โ†’ prs: 0.2.3 -> 0.2.4 โ†’ https://github.com/NixOS/nixpkgs/pull/116510
Gohla has joined #nixos
jybs- has joined #nixos
jybs has quit [Ping timeout: 276 seconds]
nhs_ has joined #nixos
bahamas has joined #nixos
madcat28651 has joined #nixos
Chiliparrot has quit [Ping timeout: 272 seconds]
Chiliparrot has joined #nixos
<s1341_> hey.
madcat28651 has quit [Max SendQ exceeded]
<s1341_> is it possible to specify autoPatchelfHook on a runCommand? it doesn't seem to work just putting it in nativeBuildInputs...
nhs has quit [Ping timeout: 265 seconds]
madcat28651 has joined #nixos
civodul has quit [Ping timeout: 272 seconds]
madcat28651 has quit [Max SendQ exceeded]
madcat28651 has joined #nixos
<sterni> s1341_: I think runCommand doesn't automatically source setupHooks
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116441 โ†’ czkawka: init at 3.0.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116441
<sterni> s1341_: there's a workaround having something like source ${autoPatchelfHook}/nix-support/setup-hook in your command
<s1341_> sterni: so how can I run autopatchelfhook?
madcat28651 has quit [Max SendQ exceeded]
<sterni> not sure if it is the prettiest solution, but it works
<s1341_> let me try.
wolfshappen_ has quit [Quit: later]
madcat28651 has joined #nixos
madcat28651 has quit [Max SendQ exceeded]
madcat28651 has joined #nixos
wolfshappen has joined #nixos
<s1341_> I'm getting: /nix/store/nadvgnwzdnq6pgj1888s7agymdkv4d56-stdenv-linux/setup: line 321: [@]: bad substitution
za1b1tsu has quit [Quit: Leaving]
madcat28651 has quit [Max SendQ exceeded]
<s1341_> @sterni
madcat28651 has joined #nixos
madcat28651 has quit [Max SendQ exceeded]
madcat28651 has joined #nixos
sangoma has quit [Ping timeout: 245 seconds]
madcat28651 has quit [Max SendQ exceeded]
madcat28651 has joined #nixos
mayhew has joined #nixos
madcat28651 has quit [Client Quit]
<{^_^}> [nixpkgs] @fabaff opened pull request #116511 โ†’ python3Packages.gradient-utils: fix build, python3Packages.gradient: allow later websocket-client releases โ†’ https://github.com/NixOS/nixpkgs/pull/116511
patagonicus6 is now known as patagonicus
patagonicus has quit [Quit: The Lounge - https://thelounge.chat]
patagonicus has joined #nixos
n-osborne has joined #nixos
<sterni> s1341_: huh not sure what that's about, guess you'll have to dig through the shell script
<sterni> s1341_: you can always use stdenv.mkDerivation where autoPatchelfHook should work
<{^_^}> [nixpkgs] @vbgl merged pull request #116486 โ†’ ocamlPackages.git: 3.3.0 -> 3.3.2; decompress: 1.2.0 -> 1.3.0; duff: 0.3 -> 0.4; and related updates โ†’ https://github.com/NixOS/nixpkgs/pull/116486
lsix has quit [Ping timeout: 272 seconds]
vidbina has quit [Ping timeout: 246 seconds]
n-osborne has quit [Remote host closed the connection]
<s1341_> sterni: let me try...
vidbina has joined #nixos
dbmikus has joined #nixos
avaq_ has quit [Ping timeout: 260 seconds]
<ece> Anyone know how to rebuild nix-darwin without using the darwin-rebuild command?
<{^_^}> [nixpkgs] @samuela opened pull request #116513 โ†’ vscodium: 1.53.2 -> 1.54.3 โ†’ https://github.com/NixOS/nixpkgs/pull/116513
<ece> I have this so far: nix --experimental-features 'nix-command flakes' build ~/.dotfiles/.nix#mbair , but it doesn't work
<ece> I'm also looking at the nix-darwin script, as far as I can tell its just that with --no-out-link appended, but it doesn't work. I'm using flakes
dbmikus has quit [Ping timeout: 245 seconds]
<ece> Actually, I found it
<ece> nix --experimental-features 'nix-command flakes' build ~/.dotfiles/.nix#darwinConfigurations.mbair.system
<ece> and then I run the active script in ./result as root
Mateon2 has joined #nixos
Mateon1 has quit [Ping timeout: 265 seconds]
Mateon2 is now known as Mateon1
sangoma has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #116332 โ†’ imagemagick: 7.0.10-61 -> 7.0.11-3 โ†’ https://github.com/NixOS/nixpkgs/pull/116332
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #116514 โ†’ plexamp: 3.4.3 -> 3.4.4 โ†’ https://github.com/NixOS/nixpkgs/pull/116514
codygman` has joined #nixos
dbmikus has joined #nixos
zebrag has joined #nixos
Qwerky has quit [Remote host closed the connection]
respawn_ has joined #nixos
<s1341_> hrm. ldd prints garbage for some of my Elfs...
dbmikus has quit [Ping timeout: 276 seconds]
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
civodul has joined #nixos
werner292 has joined #nixos
dev_mohe has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
Qwerky has joined #nixos
f00860 has joined #nixos
berberman has joined #nixos
<f00860> Is there an ETA for go 1.6 ?
berberman_ has quit [Ping timeout: 272 seconds]
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @kvtb opened pull request #116516 โ†’ pkgs.self -> pkgs.self-lang โ†’ https://github.com/NixOS/nixpkgs/pull/116516
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #116517 โ†’ freecad: unstable-2020-12-08 -> 0.19.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116517
BlessJah has quit [Ping timeout: 256 seconds]
<f00860> Did not find any breaking bugs in the issue tracker, so I don't see any reason to hold version 1.6 back. Do I miss something?
acarrico has joined #nixos
Qwerky has quit [Ping timeout: 246 seconds]
zakame has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #116423 โ†’ sudo: 1.9.5p2 -> 1.9.6 โ†’ https://github.com/NixOS/nixpkgs/pull/116423
BlessJah has joined #nixos
<{^_^}> [nixpkgs] @siraben opened pull request #116518 โ†’ mmv: 1.01b -> 2.0rc3 โ†’ https://github.com/NixOS/nixpkgs/pull/116518
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #116426 โ†’ awscli: 1.19.25 -> 1.19.27 โ†’ https://github.com/NixOS/nixpkgs/pull/116426
davidv7 has quit [Ping timeout: 245 seconds]
avaq_ has joined #nixos
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @saschagrunert opened pull request #116519 โ†’ ginkgo: 1.15.1 -> 1.15.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116519
mkaito has quit [Quit: WeeChat 3.1]
avaq_ has quit [Remote host closed the connection]
<sterni> f00860: what channel are you on?
<sterni> > go.version
<{^_^}> "1.15.7"
<f00860> 20.09
strobelight has quit [Remote host closed the connection]
<sterni> 20.09 won't see a 1.16 backport, but unstable has 1.16
avaq has joined #nixos
<f00860> unstable is even more behind (1.15.7)
<f00860> (according to search.nixos.org/packages)
<sterni> that is outdated it seems, I have 1.16 and am on unstable
<f00860> okay, good to know. I will give it a try
<f00860> thanks
respawn_ has quit [Quit: Leaving]
lsix has joined #nixos
<everythingTaken> hey guys, considering trying nixos (former arch user), current voidlinux user. What other selling points other than atomic upgrades, declarative config (which are main two for me)? I am happy with Void, but NixOs seems more robust, maybe more packages? I guess I will have to try it at the end
<everythingTaken> bigger community too I think
<gchristensen> those are definitely some big points there
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116253 โ†’ squeekboard: init at unstable-2021-03-09 โ†’ https://github.com/NixOS/nixpkgs/pull/116253
f00860 has quit [Quit: Connection closed]
<supersandro2000> you can't break your system while testing
<supersandro2000> *that easily
<everythingTaken> nice, thanks!
<hplar> supersandro2000 thank you ... will check back later
caro is now known as akhesacaro
nschoe has joined #nixos
contrun has joined #nixos
NeoCron has joined #nixos
<{^_^}> [nixpkgs] @thefloweringash opened pull request #116520 โ†’ libdeflate: fix dylib install name โ†’ https://github.com/NixOS/nixpkgs/pull/116520
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Izorkin has joined #nixos
weblord_ru is now known as Milf_37F
Izorkin has quit [Client Quit]
misuzu has quit [Remote host closed the connection]
Izorkin has joined #nixos
misuzu has joined #nixos
costrouc has quit [Quit: costrouc]
gustavderdrache has joined #nixos
thc202 has quit [Ping timeout: 240 seconds]
thc202 has joined #nixos
bahamas has quit [Quit: leaving]
Qwerky has joined #nixos
rj_ has joined #nixos
dev_mohe has quit [Quit: dev_mohe]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116521 โ†’ ocamlPackages.cohttp*: 2.5.4 -> 2.5.5 โ†’ https://github.com/NixOS/nixpkgs/pull/116521
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116522 โ†’ openmpt123: 0.5.5 -> 0.5.6 โ†’ https://github.com/NixOS/nixpkgs/pull/116522
civodul` has joined #nixos
werner292 has joined #nixos
hiro98 has joined #nixos
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
civodul has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #116520 โ†’ libdeflate: fix dylib install name โ†’ https://github.com/NixOS/nixpkgs/pull/116520
rj_ has quit [Ping timeout: 268 seconds]
hiro98 has quit [Quit: hiro98]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzzโ€ฆ]
rj_ has joined #nixos
<{^_^}> [hydra] @grahamc opened pull request #891 โ†’ Fixup #717 "Add the project name to declarative inputs" โ†’ https://github.com/NixOS/hydra/pull/891
<gchristensen> das_j: https://github.com/NixOS/hydra/pull/891 rfr?
Jd007 has joined #nixos
<{^_^}> hydra#891 (by grahamc, 1 minute ago, open): Fixup #717 "Add the project name to declarative inputs"
<s1341_> is it possible to have a nix-shell derivation which includes both an fhs (for the host) and crossSystem (for cross-compiling)?
<gchristensen> thanks das_j!
cole-h has joined #nixos
<gchristensen> I'd really like to see a test case for declarative jobsets
<{^_^}> [hydra] @grahamc merged pull request #891 โ†’ Fixup #717 "Add the project name to declarative inputs" โ†’ https://github.com/NixOS/hydra/pull/891
Mateon2 has joined #nixos
Mateon1 has quit [Ping timeout: 264 seconds]
Mateon2 is now known as Mateon1
superherointj has joined #nixos
<das_j> gchristensen: oops only seeing that PR now
<das_j> yeah but I have no idea how to test this :/
<gchristensen> you approved it though :P
<das_j> But I'd also be glad to see the chances of somebody accidentially breaking decl jobsets go down
strobelight has joined #nixos
Milf_37F is now known as CyberKnetsMom
CyberKnetsMom is now known as WeblordPepesMom
WeblordPepesMom is now known as TSnowsMom
FossGuy[m] has joined #nixos
<m0rphism> I just saw weird behavior in my shell.nix caused by python39.withPackages: All hashes in /nix/store are called `eeeeeeeeeeeeeeeeeeeeeeeeeee`. Is this known/expected?
thc202 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #116523 โ†’ yapf: init at 0.31.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116523
<m0rphism> it seems to be specific to cpython, other hashes still look as random as expected
<Taneb> I've discovered that installing hlint through nix is missing some hints, which is visible if you run hlint --generate-summary
mallox has quit [Quit: WeeChat 3.1]
<supersandro2000> m0rphism: replaced references look like this
<supersandro2000> that is expected on Darwin and on NixOS
<m0rphism> supersandro2000: thanks, then I'm relieved :)
<m0rphism> didn't know about replaced references :)
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #116524 โ†’ sudo: 1.9.6 -> 1.9.6p1 โ†’ https://github.com/NixOS/nixpkgs/pull/116524
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #116525 โ†’ awscli: 1.19.27 -> 1.19.28 โ†’ https://github.com/NixOS/nixpkgs/pull/116525
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #116526 โ†’ oh-my-zsh: 2021-03-13 โ†’ 2021-03-15 โ†’ https://github.com/NixOS/nixpkgs/pull/116526
meh` has joined #nixos
<supersandro2000> m0rphism: it is not called replaced reference. Can't remember the right name right now.
<supersandro2000> but something with reference I think
jonringer has joined #nixos
dbmikus has joined #nixos
rj_ has quit [Ping timeout: 268 seconds]
<m0rphism> looks like magic to me :3
zakame has joined #nixos
rj_ has joined #nixos
dbmikus has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #116521 โ†’ ocamlPackages.cohttp*: 2.5.4 -> 2.5.5 โ†’ https://github.com/NixOS/nixpkgs/pull/116521
<{^_^}> [nixpkgs] @06kellyjac opened pull request #116527 โ†’ terragrunt: 0.28.12 -> 0.28.13 โ†’ https://github.com/NixOS/nixpkgs/pull/116527
werner292 has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
sss2 has joined #nixos
thc202 has joined #nixos
everythingTaken has quit [Quit: everythingTaken]
moorg_ has joined #nixos
<SomeoneSerge> Ughhh, I don't yet have time for a minimal example, but it seems that if I add pkgs.cmake to nativeBuildInputs in buildBazelPackage, then configurePhase tries to run it (and fails because there's no CMakeLists.txt)
Dr8128 has quit [Ping timeout: 264 seconds]
<bennofs> is there any workaround for "argument list too long" errors when adding many python packages to a shell.nix env?
<bennofs> ah maybe I should try python withPackages
crenfrow has joined #nixos
ddellacosta has quit [Remote host closed the connection]
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
avaq has quit [Ping timeout: 264 seconds]
oxalica has quit [Quit: oxalica]
justanotheruser has joined #nixos
civodul` has quit [Ping timeout: 260 seconds]
oxalica has joined #nixos
teasea has quit [Quit: teasea]
<{^_^}> [nixpkgs] @thefloweringash opened pull request #116528 โ†’ qtwebengine: use pure sandbox lib โ†’ https://github.com/NixOS/nixpkgs/pull/116528
_Qubasa has quit [Ping timeout: 245 seconds]
moorg_ has left #nixos ["Using Circe, the loveliest of all IRC clients"]
Qwerky has quit [Remote host closed the connection]
teasea has joined #nixos
_Qubasa has joined #nixos
TSnowsMom is now known as WeblordPepe
saschagrunert has quit [Remote host closed the connection]
rj_ has quit [Ping timeout: 268 seconds]
vldn has joined #nixos
<vldn> does someone use SPSS on NixOS?
rj_ has joined #nixos
<vldn> i got "JRE libraries are missing or not compatible...."
<vldn> at running the .bin file
<vldn> maybe it needs ibm java or sth
hke has quit [Read error: Connection reset by peer]
hke has joined #nixos
xO1 has quit [Quit: leaving]
<simpson> I don't know about your app in particular, but you'll probably need `nix-shell -p jre` or similar in order to get a JRE.
oxalica has quit [Quit: oxalica]
<afics> how do I integrate file-roller into the nemo file-manager? On other distros installing both provides the "compression" file context menu in nemo
<s1341_> sterni: i swapped the runCommand with a stdenv.mkderivation... but that doesn't return the attributes or something? what are the return values of runCommand and mkDerivation
xO1 has joined #nixos
<sterni> s1341_: what do you mean? both return a derivation
<sterni> s1341_: runCommand is actually a wrapper around stdenv.mkDerivation
<s1341_> hrm...
<s1341_> ok.
<{^_^}> [nixpkgs] @adisbladis opened pull request #116530 โ†’ poetry2nix: 1.16.0 -> 1.16.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116530
<s1341_> sterni: but it doesn't seem like an attribute I set in the mkDerivation is there afterwards when I use the result (as cc in a wrapCCWith...)
<s1341_> whereas this worked for runCommand.
<sterni> what are you doing exactly, can you maybe paste it? I'm not sure what you are getting at
<s1341_> sure.. onc second.
<{^_^}> [nixpkgs] @ajs124 merged pull request #115655 โ†’ nginxMainline: 1.19.7 -> 1.19.8 โ†’ https://github.com/NixOS/nixpkgs/pull/115655
johnnyfive has quit [Quit: I quit now.]
<{^_^}> [nixpkgs] @ajs124 merged pull request #115224 โ†’ lrzip: 0.640 -> 0.641 โ†’ https://github.com/NixOS/nixpkgs/pull/115224
johnnyfive has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #116531 โ†’ Remove packages which are no longer required after #116317 in packages that use grpc โ†’ https://github.com/NixOS/nixpkgs/pull/116531
<s1341_> sterni: on second thought I don't think it has anything to do with the runcommand..
erasmas has joined #nixos
amistillgraciesv is now known as venom17[m]
avalan is now known as dweller
<{^_^}> [nixpkgs] @ShamrockLee closed pull request #91683 โ†’ [WIP] lossless-cut: Init at version 3.23.7 โ†’ https://github.com/NixOS/nixpkgs/pull/91683
<s1341_> I'll wait for Ericson2314
gustavderdrache has quit [Quit: Leaving.]
stevenxl has joined #nixos
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/Jqpcm
<{^_^}> [nixpkgs] @adisbladis merged pull request #116530 โ†’ poetry2nix: 1.16.0 -> 1.16.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116530
<{^_^}> [nixpkgs] @onsails opened pull request #116532 โ†’ vimPlugins: fix update script, fix embark-vim branch, add nvim-nonicons โ†’ https://github.com/NixOS/nixpkgs/pull/116532
werner292 has joined #nixos
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
graf_blutwurst has quit [Remote host closed the connection]
jmeredith has joined #nixos
jjakob has quit [Quit: Either I'm rebooting or Quassel died again.]
<{^_^}> [nix] @edolstra pushed to master ยซ --override-input: Imply --no-write-lock-file ยป: https://git.io/Jqp8T
jjakob has joined #nixos
leex has joined #nixos
berberman has quit [Ping timeout: 264 seconds]
rj_ has quit [Ping timeout: 268 seconds]
<leex> I am trying to setup nixos on my x1 nano and I am getting X errors: No devices detexted and no screens found, I am using videoDrivers = ["intel"]; and I am on the 20.09 channel, any idea what's going on here? happy to post both my config and the x.log
rj_ has joined #nixos
thc202 has quit [Ping timeout: 240 seconds]
thc202 has joined #nixos
<leex> https://gist.github.com/klautcomputing/f79fa096e3d8d3bd5bc5ccb0b34f59da contain my current config and the X.log, if you have any idea that would be great!
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116534 โ†’ ocamlPackages.ocaml_extlib: add support for OCaml 4.12 โ†’ https://github.com/NixOS/nixpkgs/pull/116534
bitmapper has joined #nixos
Chiliparrot has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #116406 โ†’ emplace: 1.2.1 -> 1.2.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116406
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #116417 โ†’ lazygit: 0.26 -> 0.26.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116417
hyper_ch2 has quit [Read error: Connection reset by peer]
Chiliparrot has joined #nixos
blahblah441 has joined #nixos
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #115598 โ†’ sozu: 0.11.50 -> 0.11.56 โ†’ https://github.com/NixOS/nixpkgs/pull/115598
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #116535 โ†’ Fix collection27: remove ? nulls;pythonPackages.backports_ssl_match_hostname: disable for python >= 3.7;some mark broken โ†’ https://github.com/NixOS/nixpkgs/pull/116535
lunik1 has quit [Read error: Connection reset by peer]
lunik1 has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #115599 โ†’ skrooge: 2.23.0 -> 2.24.6 โ†’ https://github.com/NixOS/nixpkgs/pull/115599
<{^_^}> [nix] @edolstra pushed to master ยซ Merge 'nix flake {info,list-inputs}' into 'nix flake metadata' ยป: https://git.io/Jqp2Y
<exarkun> what's a good way to boot a nixos system into ... single user mode, I guess? for root password reset. if I have access to the console via ipmi (eg I can edit the boot command line w/ the grub interface)
codygman` has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #116536 โ†’ python3Packages.aioesphomeapi: 2.6.5 -> 2.6.6 โ†’ https://github.com/NixOS/nixpkgs/pull/116536
<colemickens> might as well just reinstall in place
vidbina has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @onsails opened pull request #116537 โ†’ rust-analyzer: fix build on darwin โ†’ https://github.com/NixOS/nixpkgs/pull/116537
<exarkun> that conclusion is not obvious to me
dbmikus has joined #nixos
davidv7 has quit [Quit: Konversation terminated!]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/36e15cd6e7d (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
Dr8128 has joined #nixos
davidv7 has joined #nixos
h0m1 has quit [Quit: WeeChat 3.1]
<colemickens> exarkun: if you boot install media, mount things, sudo nixos-enter, and then sudo nixos-install --root /, then it's a no-op that will just re-establish the root password for the system.
<colemickens> maybe we should have a recovery section of the manual or a page on the wiki or some such
g-w1 has joined #nixos
wnklmnn has joined #nixos
h0m1 has joined #nixos
<gchristensen> anyone have vscode's C/C++ for Visual Studio Code plugin working?
<exarkun> I added "boot.debug1mounts" to the command line and ran passwd and reset the shell
<exarkun> then exited, boot continued, and I can log on as root now
<colemickens> nice
<exarkun> definitely much easier than supplying the install media via SMB to a private LAN :)
<colemickens> aha
g-w1 has left #nixos ["bye"]
<leex> I tried "modesetting" as a driver and that doesn't help either.
<leex> ah not true :D after a reboot modesetting did it
<leex> just didn't work in place
alexherbo2 has joined #nixos
growpotkin has joined #nixos
Chiliparrot has quit [Ping timeout: 260 seconds]
HedgeMage_ has quit [Quit: ZNC - https://znc.in]
Hedgework has joined #nixos
zopieux has quit [Ping timeout: 260 seconds]
Chiliparrot has joined #nixos
rj_ has quit [Ping timeout: 268 seconds]
zopieux has joined #nixos
oxalica has joined #nixos
<{^_^}> [nixpkgs] @ajs124 opened pull request #116538 โ†’ sogo: python2 -> python3 โ†’ https://github.com/NixOS/nixpkgs/pull/116538
cr4y1 has quit [Quit: WeeChat 3.1]
rj_ has joined #nixos
werner292 has joined #nixos
werner291 has quit [Ping timeout: 264 seconds]
werner292 is now known as werner291
<gchristensen> I'm extremely novice at C++. I'm trying to have vscode be able to debug my project. I've added a bunch of paths to the vscode config to find symbols, but it can't find things that are in the C++ stdlib like atomic, math.h, ciso646. I calculated the include path via: (echo $buildInputs; echo $NIX_CFLAGS_COMPILE; echo $NIX_LDFLAGS) | tr ' ' "\n" | grep -v -- "-rpath" | sed -e 's/^-L//' | sort | uniq |
<gchristensen> jq -R '. + "/**" ' | jq --slurp (I know this is terrible.) What am I missing?
<{^_^}> [nixpkgs] @ajs124 opened pull request #116539 โ†’ libayatana-appindicator: drop unneeded python dependency โ†’ https://github.com/NixOS/nixpkgs/pull/116539
philr_ has quit [Ping timeout: 245 seconds]
stree has quit [Quit: Caught exception]
stree has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #116540 โ†’ python3Packages.ConfigArgParse: 1.3 -> 1.4 โ†’ https://github.com/NixOS/nixpkgs/pull/116540
polxy has joined #nixos
polxy has quit [Excess Flood]
polxy has joined #nixos
alexherbo2 has quit [Read error: Connection reset by peer]
ahmedelgabri has quit [Ping timeout: 260 seconds]
<sparogy> eurkhntvdttgbdhi
alexherbo2 has joined #nixos
leex has quit [Quit: Lost terminal]
polxy has quit [Client Quit]
gustavderdrache has joined #nixos
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
evanjs has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #116536 โ†’ python3Packages.aioesphomeapi: 2.6.5 -> 2.6.6 โ†’ https://github.com/NixOS/nixpkgs/pull/116536
stree has quit [Quit: Caught exception]
stree has joined #nixos
nhs_ has quit [Read error: Connection reset by peer]
cfricke has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @fabaff opened pull request #116541 โ†’ python3Packages.httpx: 0.17.0 -> 0.17.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116541
mkaito has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @ajs124 opened pull request #116542 โ†’ rdkafka: python2 -> python3 โ†’ https://github.com/NixOS/nixpkgs/pull/116542
rj_ has quit [Ping timeout: 268 seconds]
rj_ has joined #nixos
griff_ has joined #nixos
<{^_^}> [nixpkgs] @ajs124 opened pull request #116543 โ†’ heimdal: python2 -> python3 โ†’ https://github.com/NixOS/nixpkgs/pull/116543
ahmedelgabri has joined #nixos
<shla> i'm currently using networking.interfaces.<interface>.useDHCP = true; is there a way to setup custom DNS servers with dhcp client being on?
<shla> will networking.nameservers override nameservers received from dhcp server?
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #116544 โ†’ sway: 1.15 -> 1.16 โ†’ https://github.com/NixOS/nixpkgs/pull/116544
<matthewcroughan_> notgne2[m]: what do you think about a daemon running on the device, instead of a client that gets into devices like deploy-rs?
ahmedelgabri has quit [Ping timeout: 264 seconds]
<matthewcroughan_> the daemon would just watch a git repo for changes, rather than the other way around
ravndal has quit [Quit: WeeChat 3.0]
alexherbo21 has joined #nixos
ravndal has joined #nixos
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo21 is now known as alexherbo2
Chiliparrot has quit [Ping timeout: 258 seconds]
<shla> i think i found answer to my question, it's not possible.
Chiliparrot has joined #nixos
Dr8128 has quit [Ping timeout: 256 seconds]
<matthewcroughan_> notgne2[m]: Actually, maybe I can just run deploy-rs on a systemd timer and deploy to localhost.
evanjs has quit [Quit: ZNC 1.8.2 - https://znc.in]
mallox has joined #nixos
mallox has quit [Client Quit]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #116505 โ†’ python3Packages.brother: 0.2.1 -> 0.2.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116505
evanjs has joined #nixos
<matthewcroughan_> supersandro2000: In https://github.com/NixOS/nixpkgs/pull/115885 you said "> Please squash the package related commits."
<{^_^}> #115885 (by MatthewCroughan, 5 days ago, open): fioctl: init at v0.14.1
<matthewcroughan_> There is only one package related commit. How come I need to squash things btw?
<shla> actually, it is possible :D
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/c00c67653a5 (from 22 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
werner292 has joined #nixos
<simpson> matthewcroughan_: There's four. Today might be a good day for investing in learning how to `git rebase -i`.
werner291 has quit [Ping timeout: 265 seconds]
werner292 is now known as werner291
<matthewcroughan_> simpson: Oh is that what's meant by a squash? I've rebased a lot.
civodul has joined #nixos
<matthewcroughan_> I didn't think the modification of maintainers would be a "package related" commit.
ahmedelgabri has quit [Ping timeout: 264 seconds]
<matthewcroughan_> Oh, they're not. I think those "Update pkgs/tools/admin/fioctl/default.nix" commits came from the Github Suggestions feature.
<simpson> Sure. Please squash them anyway, so that it'll be quicker and easier to bisect in the future.
<matthewcroughan_> simpson: sure, I just didn't realise they were there hah
zebrag has quit [Quit: Konversation terminated!]
stevenxl has quit [Quit: Connection closed for inactivity]
zebrag has joined #nixos
figgyc has quit [Read error: Connection reset by peer]
<matthewcroughan_> simpson: done, I guess I did it right, never used squash before.
<matthewcroughan_> I love the Nixos PR procedure so much.
<simpson> Yep, well one.
<simpson> *well done, even.
<matthewcroughan_> Thanks for the help.
rajivr has quit [Quit: Connection closed for inactivity]
ahmedelgabri has joined #nixos
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos
ahmedelgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #116534 โ†’ ocamlPackages.ocaml_extlib: add support for OCaml 4.12 โ†’ https://github.com/NixOS/nixpkgs/pull/116534
griff_ has quit [Quit: griff_]
pushqrdx has joined #nixos
rj_ has quit [Ping timeout: 268 seconds]
Chiliparrot has quit [Ping timeout: 260 seconds]
nisstyre has quit [Ping timeout: 260 seconds]
Chiliparrot has joined #nixos
nisstyre has joined #nixos
rj_ has joined #nixos
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
avaq has joined #nixos
<matthewcroughan_> Where are the docs on making nixos modules/services/options? simpson
<simpson> matthewcroughan_: Dunno, I'd start with https://nixos.org/nixos/manual/
<matthewcroughan_> simpson: I wanna make node-red into a system service, know anything that would kill my dreams?
<{^_^}> [nix] @Ma27 opened pull request #4646 โ†’ Fix Nix to properly work with stores using a scoped IPv6 address โ†’ https://github.com/NixOS/nix/pull/4646
<shapr> What's the nix equivalent of "dpkg -S locate" ?
<shapr> I want to update my nix-locate listings, but I don't remember the command.
<{^_^}> [nixpkgs] @Emantor opened pull request #116545 โ†’ libseat: init at 0.5.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116545
ahmedelgabri has joined #nixos
shibboleth has joined #nixos
waleee-cl has joined #nixos
ahmedelgabri has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116546 โ†’ operator-sdk: 1.4.2 -> 1.5.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116546
sangoma has quit [Read error: Connection reset by peer]
stevenxl has joined #nixos
blahblah441 has left #nixos ["WeeChat 3.1"]
lordcirth has joined #nixos
Chiliparrot has quit [Ping timeout: 264 seconds]
lordcirth_ has quit [Ping timeout: 264 seconds]
<ar> shapr: nix-index?
neiluj has quit [Remote host closed the connection]
<shapr> ar: that's what I needed, but I still wish I knew how to figure out the name of the package, and from there, find the included executables
<ar> shapr: oh, you mean for installed stuff?
<shapr> yup
<ar> i go with "readlink -f $(which known_binary)" out of habit, but i'm pretty sure there's gotta be a better way
<vancoding[m]> <matthewcroughan_ "Where are the docs on making nix"> Have you turned your node app into a nix derivation already?
Chiliparrot has joined #nixos
cfricke has joined #nixos
<matthewcroughan_> so theoretically all I need to do is make a systemd service and some options, as is the case already with cryptpad.nix
cfricke has quit [Client Quit]
<matthewcroughan_> sorry, second link is more relevant, you see how it just makes a systemd service/
<supersandro2000> matthewcroughan_: the suggestions where applied in 6 commits. not sure why github deleted that from the history
<matthewcroughan_> supersandro2000: Did I squash it correctly?
meh` has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jlesquembre opened pull request #116547 โ†’ tree-sitter: Add withPlugins โ†’ https://github.com/NixOS/nixpkgs/pull/116547
werner292 has joined #nixos
endformationage has joined #nixos
ahmedelgabri has joined #nixos
Chiliparrot has quit [Quit: Textual IRC Client: www.textualapp.com]
werner291 has quit [Ping timeout: 265 seconds]
werner292 is now known as werner291
bb_ has joined #nixos
hodapp has joined #nixos
<bb_> Hi, so I am experimenting with the nix.shell
<bb_> I have shell.nix file and inside I have shell hook with an alias
<bb_> the alias does not work when I load the env with direnv
<bb_> I cannot understand why, can someone explain?
zebrag has quit [Quit: Konversation terminated!]
<abathur> bb_: what does `shopt expand_aliases` say?
zebrag has joined #nixos
ahmedelgabri has quit [Ping timeout: 265 seconds]
<bb_> abathur, expand_aliases on
<bb_> so they shoudl work?
<abathur> do you see the definition if you type `alias`?
<bb_> no
<abathur> hmm, it's been an age since I tried direnv but I would try putting an echo in the shellHook to see if it is running?
corpix has quit [Remote host closed the connection]
corpix has joined #nixos
<bb_> abathur, it does
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116539 โ†’ libayatana-appindicator: drop unneeded python dependency โ†’ https://github.com/NixOS/nixpkgs/pull/116539
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116541 โ†’ python3Packages.httpx: 0.17.0 -> 0.17.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116541
<bb_> abathur, so it's direnv at fault
<bb_> because if I load the nix file directy the alias show up
<bb_> weird
bitmapper has quit [Quit: Connection closed for inactivity]
<abathur> I'm not really sure; I guess--if you don't have the alias, and expansion is enabled, and the shell hook definitely runs via direnv, and the alias is available via nix-shell--it might be running in a subshell or a different shell/process for some reason
<abathur> someone more familiar with direnv may be able to say something smarter :)
<shapr> How do I track down the problem when I get "marked as broken, refusing to evaluate" ?
<abathur> bb_: the author says "direnv only deals in env vars; the .envrc is loaded in a bash sub-shell and then direnv dumps and diffs the env, and re-exports it to the target shell"
ManiacOfMadness has joined #nixos
codygman` has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #116448 โ†’ rust-cbindgen: 0.17.0 -> 0.18.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116448
alexherbo24 has joined #nixos
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo24 is now known as alexherbo2
ris has joined #nixos
crenfrow- has joined #nixos
mumuluxi has quit [Quit: ZNC 1.7.5 - https://znc.in]
wucke13 has quit [Quit: ZNC 1.7.5 - https://znc.in]
alexherbo2 has quit [Client Quit]
Kennan[m] has joined #nixos
evils has joined #nixos
Kennan[m] is now known as Kennan[m]1
kiwi23 has joined #nixos
<abathur> shapr the derivation is marked as broken, you can see https://nixos.org/manual/nixpkgs/stable/#sec-allow-broken for more on allowing broken packages to build; the build log, assuming it breaks, should make it clearer where the break is
bb_ has quit [Ping timeout: 265 seconds]
<shapr> It seems the tests fail for a bunch of haskell packages, though I don't know why.
ahmedelgabri has joined #nixos
<kiwi23> hello :)
<kiwi23> I'm a total beginnr and i want to make a rust package, but it fails when it wants to use `openssl` in the build
<kiwi23> i tried adding it to the buildInputs, but that didn't suffice.
<kiwi23> Could anyone guide me in the right direction?
btdmaster[m] has joined #nixos
crenfrow- has left #nixos ["Using Circe, the loveliest of all IRC clients"]
Dr8128 has joined #nixos
justanotheruser has quit [Quit: WeeChat 2.9]
mumuluxi has joined #nixos
<shapr> kiwi23: a quick glance at https://nixos.wiki/wiki/Rust implies you need to add pkg-config as well?
cosimone has joined #nixos
<shapr> But that's only if you're using openssl-sys ?
wucke13 has joined #nixos
<cepheus> the default is to use openssl-sys unless specifically asked to use a vendored alternative
<cepheus> (for the openssl crate)
cosimone has quit [Remote host closed the connection]
<cepheus> I imagine you're more likely to want to use the openssl provided by nixpkgs anyway
supercoven has joined #nixos
<cepheus> you may potentially want to investigate cargo2nix if you haven't already
<kiwi23> i have, i didn't really like 800 line long files, for something that's as simple as otherwise a 25 long file..
<kiwi23> but maybe I'm not understanding something
<kiwi23> yes, it is the openssl-sys crate that's failing, but adding `pkg-config` didn't help
zupo has joined #nixos
gustavderdrache has left #nixos [#nixos]
gustavderdrache has joined #nixos
<cepheus> i think i have a shell.nix where this works somewhere
<cepheus> need to fire up my desktop
<kiwi23> with crate2nix?
weechat3 has quit [Ping timeout: 240 seconds]
<cepheus> just where i am able to compile rust crates relying on openssl
<cepheus> even with crate2nix you'd need to fix this anyway I think
<fresheyeball> I would like to publish a cli tool with nix
<fresheyeball> I am thinking I can host a nix expression in a git repo
<fresheyeball> and write the cli in bash
<fresheyeball> then it can be installed with nix-env -f myrepo -i cli
konubinix has joined #nixos
<fresheyeball> how would I structure that? Can I use installPhase to add my script to the user's PATH?
<fresheyeball> how do nix packages install things to the PATH? at all?
<fresheyeball> when I do `nix-env -i firefox` how does it get onto the path?
<fresheyeball> I am not finding docs on this, or just not understanding so far.
ManiacOfMadness has quit [Ping timeout: 265 seconds]
weechat3 has joined #nixos
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @samueldr opened pull request #116549 โ†’ kwin: Unwrap executable name for desktop file search โ†’ https://github.com/NixOS/nixpkgs/pull/116549
<fresheyeball> does nix add to the path whatever is in $out/bin?
<tazjin> fresheyeball: yes, if people install it into their environment
<fresheyeball> so what would I need to do? Just put an executable script in $out/bin and I am done?
novotny_ is now known as novotny
<tazjin> yes
<fresheyeball> is using writeScriptBin enough then?
<sterni> fresheyeball: yes
<fresheyeball> well this makes things easy
ptrcmd_ has quit [Ping timeout: 256 seconds]
ptrcmd has joined #nixos
werner292 has joined #nixos
werner291 has quit [Ping timeout: 265 seconds]
werner292 is now known as werner291
kiwi23 has quit [Quit: Connection closed]
ATuin has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #116550 โ†’ python3Packages.msldap: 0.3.27 -> 0.3.28 โ†’ https://github.com/NixOS/nixpkgs/pull/116550
<kraem> did the flag `--update-input` to `nix flake` change name? i can't find anything in git history / nix's source
justanotheruser has joined #nixos
ddellacosta has joined #nixos
proofofkeags has joined #nixos
MarcWeber has joined #nixos
<{^_^}> [hydra] @grahamc opened pull request #892 โ†’ hydra-queue-runner: --build-one: correctly handle a cached build โ†’ https://github.com/NixOS/hydra/pull/892
lsix has quit [Ping timeout: 260 seconds]
fuiltilt has joined #nixos
<srhb> kraem: It's in nix flake lock now
oreoking[m] has joined #nixos
<cransom> i don't see any arm nixos AMIs published on ec2. i assume that's because it's not a one liner, is it?
<oreoking[m]> Hello
<oreoking[m]> I am having a problem with nixos-rebuild switch
<oreoking[m]> When I rebuild I get this error:
ddellacosta has quit [Remote host closed the connection]
<oreoking[m]> wait no
<oreoking[m]> Its this for wayfire
<oreoking[m]> meson.build:1:0: ERROR: Meson version is 0.55.1 but project requires >=0.56.0
<kraem> srhb: thanks
<shla> I think I installed traceroute from inetutils some time ago using nix-env, now when i'm installing it via environment.systemPackages it says something about the collision, how can I troubleshoot this problem? according to nix-env --query there are no packages installed.
vidbina has joined #nixos
justanotheruser has quit [Quit: WeeChat 2.9]
<{^_^}> [hydra] @edolstra merged pull request #892 โ†’ hydra-queue-runner: --build-one: correctly handle a cached build โ†’ https://github.com/NixOS/hydra/pull/892
<oreoking[m]> I am on nixpkgs-wayland
<oreoking[m]> does this have to do with the fact that I am not on nixos unstable?
<oreoking[m]> Wait that is the reason
<Miyu-saki> cransom: Pure speculation, but I'd say that the majority of the AMIs use-case is NixOps, and there aren't that much hosts running ARM.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116543 โ†’ heimdal: python2 -> python3 โ†’ https://github.com/NixOS/nixpkgs/pull/116543
<Miyu-saki> s/hosts/builds/
Baughn has joined #nixos
BaughnLogBot has quit [Ping timeout: 246 seconds]
<Miyu-saki> Something something, you cuold always build it yourself though.
<sterni> oreoking[m]: yeah, nixpkgs-wayland expects you to use nixos-unstable
<sterni> oreoking[m]: meson on stable is to old from the looks of the error
<matthewcroughan_> How does Nix calculate the OutPath hash from the inputs?
davidv7 has quit [Remote host closed the connection]
<matthewcroughan_> how much compilation needs to occur?
<Miyu-saki> What do you mean by the latter?
justanotheruser has joined #nixos
<matthewcroughan_> If I nix eval, with no cache, it doesn't need to compile anything and can somehow magically create the necessary hashes/paths
<matthewcroughan_> it knows what the output hash in the /nix/store is going to be
<matthewcroughan_> how?
Baughn has quit [Client Quit]
Baughn has joined #nixos
davidv7 has joined #nixos
<Miyu-saki> I'm not familiar with the very technicals, but `nix eval` may actually still need to compile. Nixpkgs disallows IFD, so that's not the case though.
<matthewcroughan_> no compilation needs to occur
<Miyu-saki> There are 2 parts in a nix build, one is instantiation -- to produce a derivations, the next is building -- to produce build artifacts. When you `nix eval` you're doing the latter, and it's basically a hashed dependency tree. I don't know how they calculate the hash specifically though.
<matthewcroughan_> Miyu-saki: Latter would mean that you are building something, are you sure about that?
<matthewcroughan_> Former would mean you are producing derivations.
<Miyu-saki> s/the next is building/the next is realisation/
<Miyu-saki> You'll see these terms in Nix 1.0 tools.
<matthewcroughan_> when I nix eval, I am not compiling/building anything.
<matthewcroughan_> are you sure?
<Miyu-saki> `nix-instantiate` and `nix-store --realise`
<Miyu-saki> Yes, you're not compiling anything when you `nix eval` most of the time.
figgyc has joined #nixos
bakerboy has joined #nixos
<Miyu-saki> I forgot how to disable local builds.
bakerboy has quit [Remote host closed the connection]
<Miyu-saki> Eh, /shrug
<Miyu-saki> But for example, `nix eval '(with import <nixpkgs> {}; pkgs.callPackage (pkgs.fetchFromGitHub {owner = "adrianparvino"; repo = "ASCIIVN"; rev = "master"; sha256 = "17lf0ajkl32l5lf37rddsmkc6cll9k0pc6maac6wn0q2yqwhgw5h";}) {})'`
<Miyu-saki> Will actually build locally, because it does IFD.
<Miyu-saki> (import from derivation)
<figgyc> In flakes how do you specify the branch of a git+ssh url where main is the default branch? I tried repo:main, repo#main, repo/main, and repo?branch=main and none of them work
<{^_^}> [nixpkgs] @erictapen pushed 2 commits to release-20.09: https://git.io/JqhQe
<Miyu-saki> I just realized something, seems like IFD cannot be controlled by `max-jobs`?
<lovesegfault> ,locate libstdc++.so.6
<{^_^}> Found in packages: libgccjit, robomongo, gcc-unwrapped.lib
bakerboy has joined #nixos
turlando has quit [Ping timeout: 260 seconds]
werner292 has joined #nixos
<{^_^}> [nixpkgs] @globin pushed to structured-attrs ยซ treewide: structured-attrs eval fixes ยป: https://git.io/Jqh74
thc202 has quit [Ping timeout: 260 seconds]
werner291 has quit [Ping timeout: 265 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @fabaff opened pull request #116551 โ†’ nuclei: 2.2.0 -> 2.3.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116551
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/e9f42f11e5c (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/b49e47309d0 (from 19 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
stevenxl has quit [Quit: Connection closed for inactivity]
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [cabal2nix] @Thra11 opened pull request #485 โ†’ Add support for the aarch64-linux platform โ†’ https://github.com/NixOS/cabal2nix/pull/485
avaq has quit [Ping timeout: 265 seconds]
<judson> Anyone know where gtk-update-icon-cache is in nixpkgs?
<lovesegfault> ,locate gtk-update-icon-cache
<{^_^}> Found in packages: gtk3-x11, gnome2.gtk, gtk3-x11.debug
<lovesegfault> judson: ^
bakerboy has quit [Remote host closed the connection]
<judson> lovesegfault++
<{^_^}> lovesegfault's karma got increased to 47
mcornick has joined #nixos
<lovesegfault> When in doubt, ask the bot :)
<judson> Now if I can just figure out why my `nix run` bash is so wacked
<lovesegfault> you can do it locally too; add `nix-index` to your systemPackages and then do `nix-index` once, and `nix-locate` to find stuff
<judson> The ++ was for the bot command!
<{^_^}> [nixpkgs] @storvik opened pull request #116552 โ†’ libplctag: init at v2.3.5 โ†’ https://github.com/NixOS/nixpkgs/pull/116552
<judson> No, that doesn't help either. :(
<judson> I updated, and now Meld is giving me "Icon 'folder' not present in theme hicolor" errors.
<judson> I figured this out years ago, but I don't remember what it was.
<{^_^}> [nixpkgs] @flokli opened pull request #116553 โ†’ vscode*: add libxshmfence to buildInputs โ†’ https://github.com/NixOS/nixpkgs/pull/116553
seku has joined #nixos
lsix has joined #nixos
riksteri has quit [Quit: riksteri]
<{^_^}> [nixpkgs] @erictapen opened pull request #116554 โ†’ [20.09] electron_{9,10,11}: backport latest updates โ†’ https://github.com/NixOS/nixpkgs/pull/116554
Lord_of_Life has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115606 โ†’ renoise: Add desktop item โ†’ https://github.com/NixOS/nixpkgs/pull/115606
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @fabaff to master ยซ python3Packages.pyatv: 0.7.6 -> 0.7.7 (#116267) ยป: https://git.io/JqhNr
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116267 โ†’ python3Packages.pyatv: 0.7.6 -> 0.7.7 โ†’ https://github.com/NixOS/nixpkgs/pull/116267
<drozdziak1> Do music production plugins (LV2, VST et al.) set any environment variables? I mean, I can probably just make a shell.nix for this, but perhaps it would make sense for them to be enumerable OOTB
ATuin has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116553 โ†’ vscode*: add libxshmfence to buildInputs โ†’ https://github.com/NixOS/nixpkgs/pull/116553
<Yaniel> there are env variables for locating those plugins
<Yaniel> but AFAIK they don't set any by themselves
<colemickens> Can NixOS kernel modules live outside of nixpkgs?
<colemickens> It seems like the ones in nixpkgs exist in a way that can be affected by linuxPackagesFor, and I don't know how to do that out-of-nixpkgs.
<colemickens> The package naively takes "kernel" which I assume is what linuxPackagesFor is used to fill.
mcornick has quit [Remote host closed the connection]
mkaito has joined #nixos
mkaito has joined #nixos
<Miyu-saki> colemickens: FWIW, if you're developing this for NixOS, can't you do `callPackage ./foo.nix { kernel = boot.kernelPackages.kernel; }` or something?
<colemickens> maybe!
<yaymukun1> I've included a systemd unit using systemd.packages = [ mycustompkg ];. I can see the file where it's supposed to be, but how do I enable it?
<Miyu-saki> You could use systemd.services.foo.wantedBy = ["multi-user.target"] IIRC
<Miyu-saki> (If you're not using systemd template)
<yaymukun1> It is already WantedBy graphical-session.target, which is `active`, yet `foo.service` is inactive.
<yaymukun1> ooo, importantly, it's a user service
<Miyu-saki> Oh
<fresheyeball> how can I escape '' in a bash script?
<lordcirth> What's the best way to add 3rd party font files? I tried to set fonts.fonts = [ /home/lordcirth/fonts ]; but it's not allowed.
<fresheyeball> I have it in a multiline string with ''
werner292 has joined #nixos
<fresheyeball> I did this ${"''"}
<fresheyeball> but it feels dumb
werner291 has quit [Ping timeout: 265 seconds]
werner292 is now known as werner291
<dutchie> ,escape ''
<{^_^}> Escape this in '' strings with: '''
<{^_^}> Escape this in " strings with: ''
<Miyu-saki> yaymukun1: [myrl@myrl-thinkpad:~]$ systemctl get-default
<Miyu-saki> graphical.target
<Miyu-saki> [myrl@myrl-thinkpad:~]$ systemctl --user get-default
<Miyu-saki> default.target
<Miyu-saki> Try wantedBy default.target?
<dutchie> lordcirth: i just made a derivation that puts them into $out/share/fonts/{true,open}type
<dutchie> and installed that as a package
<{^_^}> [nixpkgs] @flokli merged pull request #115549 โ†’ systemd: Handle template overrides โ†’ https://github.com/NixOS/nixpkgs/pull/115549
philr_ has joined #nixos
<dutchie> (hey, that's where that warning about deprecated stdenv.lib was coming from every time i rebuilt)
fendor has quit [Remote host closed the connection]
nschoe has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116556 โ†’ portfolio: 0.51.1 -> 0.51.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116556
berberman has joined #nixos
<{^_^}> [nixpkgs] @viq opened pull request #116557 โ†’ Reflect Salt rebranding โ†’ https://github.com/NixOS/nixpkgs/pull/116557
erasmas has quit [Quit: leaving]
superherointj has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @erictapen pushed 4 commits to release-20.09: https://git.io/Jqjvo
Thra11 has joined #nixos
mcornick has joined #nixos
<yaymukun1> Miyu-saki: I ended up just redefining the file in nix instead of using systemd.packages to copy it over :s
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/f1e8b1e500f (from 15 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<Miyu-saki> Oh
<yaymukun1> thank you for the suggestion though. I couldn't have used default.target because it's redshift (gammastep) whihc requires graphical-session.target
<{^_^}> [nixpkgs] @fabaff opened pull request #116558 โ†’ python3Packages.openwrt-luci-rpc: 1.1.7 -> 1.1.8 โ†’ https://github.com/NixOS/nixpkgs/pull/116558
<Miyu-saki> I'm glad it worked out for you in the end! I'm not too familiar with systemd.
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JqjJX
<yaymukun1> i don't especially like it to be honest but not sure what else to use
patagonicus9 has joined #nixos
ronthecookie_ has joined #nixos
ronthecookie_ has quit [Excess Flood]
johnnyfi- has joined #nixos
ronthecookie_ has joined #nixos
ronthecookie_ has quit [Excess Flood]
hke_ has joined #nixos
growpotk- has joined #nixos
BlessJah_ has joined #nixos
c0ffee152 has joined #nixos
cole-h_ has joined #nixos
weechat_4 has joined #nixos
acarrico has quit [Ping timeout: 245 seconds]
wolfshappen_ has joined #nixos
zupo_ has joined #nixos
mkaito has quit [*.net *.split]
ptrcmd has quit [*.net *.split]
weechat3 has quit [*.net *.split]
zupo has quit [*.net *.split]
Dr8128 has quit [*.net *.split]
growpotkin has quit [*.net *.split]
johnnyfive has quit [*.net *.split]
hke has quit [*.net *.split]
cole-h has quit [*.net *.split]
BlessJah has quit [*.net *.split]
patagonicus has quit [*.net *.split]
wolfshappen has quit [*.net *.split]
ronthecookie has quit [*.net *.split]
m0rphism has quit [*.net *.split]
lohfu has quit [*.net *.split]
patagonicus9 is now known as patagonicus
<{^_^}> [nixpkgs] @fabaff opened pull request #116559 โ†’ python3Packages.aiorun: 2020.6.1 -> 2020.12.1 โ†’ https://github.com/NixOS/nixpkgs/pull/116559
crenfrow has quit [Ping timeout: 246 seconds]
mcornick has quit [Quit: bbl]
ptrcmd has joined #nixos
m0rphism has joined #nixos
<lordcirth> dutchie, thanks!
<{^_^}> [nixpkgs] @globin pushed 1000 commits to structured-attrs: https://git.io/Jqjkz
supercoven has quit [Ping timeout: 265 seconds]
gustavderdrache has joined #nixos
lohfu has joined #nixos
f0x has quit [Quit: Bridge terminating on SIGTERM]
joepie91 has quit [Quit: Bridge terminating on SIGTERM]
kinroy1 has quit [Quit: Bridge terminating on SIGTERM]
f0x has joined #nixos
BlessJah_ is now known as BlessJah
kinroy has joined #nixos
Guest639 has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116560 โ†’ haskellPackages.spacecookie: enable extra tests, install man pages โ†’ https://github.com/NixOS/nixpkgs/pull/116560
vldn has quit [Remote host closed the connection]
yaymukun1 has quit [Quit: leaving]
yaymukund has joined #nixos
Dr8128 has joined #nixos
kinroy has quit [Changing host]
kinroy has joined #nixos
Guest639 has joined #nixos
Guest639 has quit [Changing host]
Guest639 has joined #nixos
Guest639 has quit [Changing host]
Guest639 is now known as joepie91
<{^_^}> [nixpkgs] @fabaff opened pull request #116561 โ†’ python3Packages.googlemaps: 4.4.2 -> 4.4.5 โ†’ https://github.com/NixOS/nixpkgs/pull/116561
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
werner292 has joined #nixos
rj_ has quit [Ping timeout: 268 seconds]
werner291 has quit [Ping timeout: 265 seconds]
werner292 is now known as werner291
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @fabaff opened pull request #116562 โ†’ snapcast: 2.1.1 -> 2.1.2 โ†’ https://github.com/NixOS/nixpkgs/pull/116562
Thra11 has quit [Quit: WeeChat 3.1]
simba1 has quit [Ping timeout: 246 seconds]
<colemickens> ,locate bc
<{^_^}> Found in packages: bc, git, atom, codimd, meteor, moodle, busybox, sonic-pi, atom-beta, jdk.debug, plan9port, gitMinimal, python3.debug, vimPlugins.caw, gitAndTools.gitSVN, gitAndTools.gitFull, glibc_memusage.debug, jdk14_headless.debug, python3Minimal.debug, linuxPackages_4_14.perf.debug
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116563 โ†’ python38Packages.azure-mgmt-datafactory: 1.0.0 -> 1.1.0 โ†’ https://github.com/NixOS/nixpkgs/pull/116563
<colemickens> do dkms modules have a standard convention for how they're built?
<colemickens> I'm trying to figure out the last bits of getting this built for my system: https://github.com/morrownr/88x2bu/blob/5.8.7.4/install-driver.sh
zupo_ has quit [Ping timeout: 265 seconds]
lsix has quit [Ping timeout: 244 seconds]
<colemickens> supersandro2000: maybe, yeah, I'll try to copy more frm that.
<{^_^}> [nixpkgs] @samuelgrf opened pull request #116564 โ†’ treewide: don't reference aliases in packages โ†’ https://github.com/NixOS/nixpkgs/pull/116564
Dr8128 has quit [Ping timeout: 246 seconds]
<colemickens> this is what I'd cobbled together so far: https://github.com/colemickens/nixcfg/blob/main/modules/rtl88x2bu.nix
* ris is tempted to backport golang 1.16 to 20.09
emacsomancer has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @fabaff opened pull request #116565 โ†’ python3Packages.pyshark: 0.4.2.11 -> 0.4.3 โ†’ https://github.com/NixOS/nixpkgs/pull/116565
emacsomancer has joined #nixos
seku has quit [Quit: Connection closed]
griff_ has joined #nixos
<{^_^}> [nixpkgs] @ajs124 merged pull request #116538 โ†’ sogo: python2 -> python3 โ†’ https://github.com/NixOS/nixpkgs/pull/116538
dbmikus has quit [Ping timeout: 260 seconds]
vidbina has quit [Ping timeout: 265 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos