<{^_^}>
jonreeve[m]: If a Nix file foo.nix starts with something like `{ stdenv, cmake }:`, you can build it with `nix-build -E '(import <nixpkgs> {}).callPackage ./foo.nix {}'`
<jonreeve[m]>
<{^_^} "jonreeve: If a Nix file foo.nix "> Great, thanks. Is there a way to put that in the .nix file itself?
<clever>
jonreeve[m]: everything inside the quotes for -E can also just be put into a nix file
<clever>
jonreeve[m]: 99% of the time, you dont want to change builder.sh, the default one works fine
orivej has joined #nixos
<jonreeve[m]>
clever: Ah. I guess what I'm really trying to do is to download some metadata files, and unzip them, and then have those files available on the system somewhere
<jonreeve[m]>
Then I can refer to those files with another nix package, I think
pie__ has joined #nixos
<clever>
jonreeve[m]: the default unpackPhase will untar it for you, so just src src= on something and you can then use it
<clever>
jonreeve[m]: and the poorly named fetchzip will both download and untar for you, you could replace that entire thing with just a fetchzip call
<jonreeve[m]>
clever: Oh sweet.
stepcut has quit [Ping timeout: 248 seconds]
day|flip has joined #nixos
m0rphism has quit [Ping timeout: 258 seconds]
<jonreeve[m]>
clever: That seems to work. But then it complains about there being no makefile.
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fjitB
<clever>
jonreeve[m]: what are you trying to do with the files after you unpack them?
<jonreeve[m]>
clever: I'm trying to write a nix setup to load these files into Fuseki (a triplestore database), and then serve them using Fuseki
<jonreeve[m]>
Maybe I'm going about it the wrong way
<clever>
jonreeve[m]: you probably want to store the result of fetchzip in a variable in a let block `let foo = fetchzip {...}; in ..`, then create a systemd service to load the data, `script = ''do-something-with ${foo}'';`
<jonreeve[m]>
Aha, cool. I'll try that. Thanks!
hamishmack has quit [Ping timeout: 245 seconds]
day|flip has quit [Remote host closed the connection]
johnnyfive has quit [Quit: I quit now.]
<{^_^}>
[nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/fjita
<arcnmx>
given a .drvPath is there a builtin or some way to parse that in a nix expression? something kind of like nix-store --query but without needing to call out to a process
<clever>
arcnmx: run import on the drv
shabius has quit [Ping timeout: 252 seconds]
<arcnmx>
oh huh yeah that's exactly what I needed, thanks!
<gchristensen>
clever: wat? what does importing a drv do?
<arcnmx>
apparently gives you a derivation
<gchristensen>
I shouldn't have asked
<gchristensen>
I didn't want to know!
<arcnmx>
:p
<{^_^}>
[nixpkgs] @edef1c pushed to master « nixos/networking: filter out empty entries »: https://git.io/fjito
johnnyfive has joined #nixos
day|flip has joined #nixos
johnnyfive has quit [Client Quit]
ris has quit [Ping timeout: 252 seconds]
johnnyfive has joined #nixos
<{^_^}>
[nixpkgs] @dasJ opened pull request #64407 → nixos/icingaweb: Fix module path; Add test → https://git.io/fjit5
is_null has quit [Quit: Lost terminal]
superbaloo has joined #nixos
<gyroninja___>
ryantm: infinisil I see you are listed as maintainers of the minecraft package. I currently have nix expressions for the current launcher and for a minecraft pe launcher. Would you guys be interested in having the nix expressions for those and potentially upstream them?
amakthel has joined #nixos
<infinisil>
gyroninja___: pe = pocket edition?
<gyroninja___>
Yes, it runs the x86 build of pocket edition
<gyroninja___>
well the bedrock version for andriod x86
<infinisil>
Huh, no idea why anybody would want that on NixOS but if it works
<gyroninja___>
Well you can't get the W10 version to run
Okinan has joined #nixos
<gyroninja___>
so this is the next best option
<infinisil>
gyroninja___: And by the current launcher you mean the new one, not the old java-based one?
<{^_^}>
[nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/fjiqJ
<{^_^}>
[nixpkgs] @worldofpeace merged pull request #63824 → nixos/zoneminder: Fix package and service build → https://git.io/fjrFo
<gyroninja___>
correct
<gyroninja___>
the electron(?) based one
zacts has joined #nixos
<infinisil>
I thought it was something C++, but not sure
xcthulhu has quit [Quit: xcthulhu]
<infinisil>
Well you must know since you packaged it :)
<gyroninja___>
yeah I'm not sure
<infinisil>
So yeah I wouldn't mind having those in nixpkgs
<gyroninja___>
okay I'll upload the 4 packages in a tarball and send you a link
<gyroninja___>
note that they do need some work to be done, but they do actually build and run the game (at least the last time I tested it)
mexisme_ has quit [Ping timeout: 252 seconds]
<gyroninja___>
like the download link for minecraft isn't a download link which isn't specific to the version of the launcher so it will break when they upgrade it on their end
jluttine has joined #nixos
mexisme_ has joined #nixos
xcthulhu has joined #nixos
<gyroninja___>
infinisil: https://0x0.st/zLAg.gz minecraft: Java Edition, minecraft-pe: A game launcher for PE (this handles stuff like logging in and downloading the apk for what version you want), mcpelauncher: This is what's responsible for actually running the game, msa: A daemon for logging into microsoft accounts (you are going to need this for multiplayer)
<gyroninja___>
Technically you can also make a package for a server for the pe / bedrock version, but I had no need for it
Netsu44 has joined #nixos
pie__ has quit [Read error: Connection reset by peer]
pie__ has joined #nixos
Netsu44 has quit [Remote host closed the connection]
<switchy>
aha! nixpkgs=... was the missing link. thanks clever
r0bby has joined #nixos
<clever>
switchy: its mostly like gcc -I
<clever>
so -I /foo will make it look for <nixpkgs> at /foo/nixpkgs
<switchy>
ah, so `-I ~' would do the same thing?
<switchy>
(seems to work, anyway)
mexisme_ has joined #nixos
<clever>
switchy: yep
mexisme_ has quit [Read error: Connection reset by peer]
gyroninja___ has quit [Ping timeout: 258 seconds]
gyroninja___ has joined #nixos
zacts has joined #nixos
codedmart has quit [Ping timeout: 244 seconds]
grenade has quit [Ping timeout: 264 seconds]
codedmart has joined #nixos
sindrip has quit [Remote host closed the connection]
grenade has joined #nixos
amakthel has quit [Ping timeout: 252 seconds]
is_null has joined #nixos
rvenyze has quit [Ping timeout: 272 seconds]
marcusr has quit [Ping timeout: 244 seconds]
rvenyze has joined #nixos
marcusr has joined #nixos
marcusr has joined #nixos
marcusr has quit [Changing host]
zacts has quit [Quit: WeeChat 2.4]
stepcut has quit [Remote host closed the connection]
drewr has joined #nixos
Riley has joined #nixos
phreedom_ has quit [Quit: No Ping reply in 180 seconds.]
_e has quit [Quit: WeeChat 2.4]
<Riley>
Hello all! I'm trying to install NixOS on my laptop but facing a bit of an issue... it's a model that only has an nvme drive (which comes up as /dev/nvme0n1) but the installer usb seems to be looking for /dev/sda
_e has joined #nixos
cantstanya has quit [Ping timeout: 260 seconds]
<Riley>
I just get "open failed: no medium found" a bunch, then a prompt to reboot or try again
phreedom has joined #nixos
<day|flip>
are you mounting in /mnt?
<Riley>
Mounting? This is during the stage 1 initialization, at this point there's not even a command line
cantstanya has joined #nixos
_e has quit [Client Quit]
_e has joined #nixos
stepcut has joined #nixos
<day|flip>
ok your installing the iso to your usb?
<Riley>
Yep, just installed it in dd mode... I tried with the minimal and then the graphical iso and got the same results
<day|flip>
ok. so your trying to make your partition?
<Riley>
No, the iso won't boot
<Riley>
I haven't gotten to partitioning yet
<day|flip>
uefi laptop? if you try turning off fast boot and maybe secure boot?
<Riley>
Both done
<day|flip>
s/if/have
<Riley>
The issue is it's trying to use /dev/sda when it needs to be using /dev/nvme0n1
<lordcirth__>
Riley, the installer USB doesn't need to find your disk in stage 1, it needs to find itself
<Riley>
Oh really? In that case I think the installer drive is mounting on /dev/sdb
<Riley>
It's always been that way for some reason, I've never had a /dev/sda on this computer
<Riley>
Is there some kind of kernel parameter I can use to override the drive it looks for?
<lordcirth__>
Riley, root=
<Riley>
That makes sense! I'll have to log out to go try it but hopefully that will work
<Riley>
Thanks for the help :)
<lordcirth__>
np
Riley has left #nixos [#nixos]
Riley has joined #nixos
<Riley>
lordcirth__ Trying that gave me a kernel panic :|
<lordcirth__>
Riley, that was with 'root=/dev/sda'?
<Riley>
root=/dev/sda or sda1 gave me the same results as before, root=/dev/sdb1 panicked
ddellacosta has quit [Ping timeout: 258 seconds]
<day|flip>
Riley: question. do you used dd bs= option?
<lordcirth__>
why would that matter, except for copy speed?
stepcut has quit [Remote host closed the connection]
<Riley>
I think I used 4M but I'm not sure how that would impact anything
<day|flip>
4M is still find
shabius has joined #nixos
stepcut has joined #nixos
<day|flip>
lordcirth__: im thinking like a old fard back when you need to go slow on both cd and dvd. not taking about usb.
<lordcirth__>
Ah :)
shabius_ has quit [Ping timeout: 245 seconds]
<Riley>
Does the installer have a debug terminal of some kind? That would make debugging easier
<Riley>
Otherwise I'm not sure how I'd ever figure out what's going on here
<lordcirth__>
Well, I know there's a kernel boot command to stop at the initramfs shell... I just can't remember what it is
stepcut has quit [Ping timeout: 244 seconds]
<day|flip>
you could try booting with nomodeset
<Riley>
That doesn't have anything to do with the problem .-.
dansho has joined #nixos
<siraben>
How do folks with iOS devices manage them with NixOS?
<siraben>
Run iTunes via Wine?
vxzero[m] has joined #nixos
Myhlamaeus1 has quit [Remote host closed the connection]
<Riley>
A friend suggested the init=/bin/sh flag, I'll try that
dansho has quit [Ping timeout: 272 seconds]
Riley has left #nixos [#nixos]
Eru[m] is now known as Shem[m]
deech has quit [Ping timeout: 248 seconds]
leothrix has joined #nixos
aexoxea has quit [Quit: Goodbye!]
Supersonic has quit [Ping timeout: 252 seconds]
Supersonic has joined #nixos
<yunratobe>
is there a way to force nixos to use source instead binary package? just curious tho
<clever>
yunratobe: why do you want to force it to use src?
<yunratobe>
clever: nah, I'm just curious
<clever>
yunratobe: most of the time, its not nessesary, since the builds are so pure
<clever>
yunratobe: and if you do change the source with an override, nix will automatically know it needs to be rebuilt
mexisme_ has joined #nixos
___laika has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
___laika has quit [Ping timeout: 244 seconds]
<DigitalKiwi>
siraben: i keep a different os around for ios >.>
<DigitalKiwi>
sometimes use the icloud website, and documents by readdle is useful. i use it to import books and other files
<DigitalKiwi>
(it has sftp or slt )
<siraben>
DigitalKiwi: What about backup and such?
<DigitalKiwi>
icloud
<DigitalKiwi>
(itunes might work under wine idk i've never tried)
<clever>
i would expect the usb drivers to not work under wine
dansho has joined #nixos
madhukar93 has joined #nixos
<madhukar93>
Hi. How do I get bash completions to work with zsh? There is a compatibility layer built into zsh, but it doesn't work out of the box in nixos
init_6 has joined #nixos
b has quit [Ping timeout: 246 seconds]
pie___ has joined #nixos
tmaekawa has joined #nixos
pie___ has quit [Remote host closed the connection]
pie___ has joined #nixos
xcthulhu has quit [Quit: xcthulhu]
xcthulhu has joined #nixos
pie__ has quit [Ping timeout: 252 seconds]
xcthulhu has quit [Client Quit]
xcthulhu has joined #nixos
xcthulhu has quit [Client Quit]
xcthulhu has joined #nixos
xcthulhu has quit [Client Quit]
xcthulhu has joined #nixos
xcthulhu has quit [Client Quit]
xcthulhu has joined #nixos
xcthulhu has quit [Client Quit]
<{^_^}>
[nixpkgs] @scubed2 opened pull request #64408 → nxengine: init at 1.0.0.6 → https://git.io/fjimP
palo1 has joined #nixos
<hyper_ch>
why not just use bash?
palo has quit [Ping timeout: 245 seconds]
palo1 is now known as palo
<infinisil>
hyper_ch: Because bash isn't zsh?
<hyper_ch>
infinisil: but that begs the question why then use bash completion :)
<hyper_ch>
infinisil: good that you're here :) now you can look at my super important PR :)
<infinisil>
I'd assume he'd want to have completions for packages that only provides ones for bash
<infinisil>
It's a valid question, and saying "just use bash" doesn't help at all
<day|flip>
bash is ok for most user that don't care to move or try something different for the heck of it
<hyper_ch>
:)
<day|flip>
zsh is good once you find a good script for it. like 'oh my zsh'
<day|flip>
but for my taste. i like using mksh
<infinisil>
Aw, was hoping mksh would be some shell you could compile into an executable with all the config you need
<Riley>
lordcirth__ success! Turns out I was at fault all along - side effects of how I was starting NixOS over refind
recj has joined #nixos
orivej has quit [Ping timeout: 245 seconds]
<Riley>
The kernel parameters weren't even necessary once I bypassed refind and used the included boot menu
day|flip has quit [Remote host closed the connection]
Diagon has joined #nixos
<betaboon>
Riley: you're using nixos with refind ?
<bsima>
is the nix manual available in the terminal?
<bsima>
theres 'nixos-help', but thats the nixos manual, not the nix manual
<bsima>
i guess i'll just use w3m
<betaboon>
infinisil: regarding https://github.com/NixOS/nixpkgs/pull/58121 should i fix the assertion in systemd-boot as well? (yeah i know it's an old PR, but i didnt find the time till today :( )
<Riley>
betaboon my existing install was using refind, so I was trying to launch the bzimage from there
madhukar93 has quit [Ping timeout: 260 seconds]
<Riley>
I've never tried to use refind with NixOS directly
<betaboon>
Riley: are you using a dual-boot? I'm just asking because of the afore-mentioned PR, which i would be glad if someone would be able to test it :)
Supersonic has quit [*.net *.split]
r0bby has quit [*.net *.split]
fusion809 has quit [*.net *.split]
emptyflask has quit [*.net *.split]
yunratobe has quit [*.net *.split]
Okinan has quit [*.net *.split]
dftxbs3e has quit [*.net *.split]
saykhan has quit [*.net *.split]
zimbatm has quit [*.net *.split]
Lisanna[m] has quit [*.net *.split]
witchof0x20 has quit [*.net *.split]
mingc has quit [*.net *.split]
meck has quit [*.net *.split]
Cale has quit [*.net *.split]
jeregrine has quit [*.net *.split]
Dagger has quit [*.net *.split]
rajivr___ has quit [*.net *.split]
jkachmar has quit [*.net *.split]
Yakulu[m] has quit [*.net *.split]
Ashy has quit [*.net *.split]
shlevy has quit [*.net *.split]
TaoHansen[m] has quit [*.net *.split]
kjuvi[m] has quit [*.net *.split]
kimboking[m] has quit [*.net *.split]
gudea[m] has quit [*.net *.split]
Josh[m]1 has quit [*.net *.split]
balsoft[m] has quit [*.net *.split]
fasd has quit [*.net *.split]
AntonSchirg[m] has quit [*.net *.split]
Woland[m] has quit [*.net *.split]
jasonk000[m] has quit [*.net *.split]
matthewbauer has quit [*.net *.split]
das-g[m] has quit [*.net *.split]
icetan has quit [*.net *.split]
alexoundos[m] has quit [*.net *.split]
Obscurity[m] has quit [*.net *.split]
haslersn[m] has quit [*.net *.split]
uvnikita[m] has quit [*.net *.split]
alj[m] has quit [*.net *.split]
saikrishi1109[m] has quit [*.net *.split]
derangednerd[m] has quit [*.net *.split]
craigevil[m] has quit [*.net *.split]
DanP[m] has quit [*.net *.split]
TravisRt2botio[m has quit [*.net *.split]
bbigras has quit [*.net *.split]
schmittlauch[m] has quit [*.net *.split]
worldofpeace has quit [*.net *.split]
nilsirl[m] has quit [*.net *.split]
atopuzov[m] has quit [*.net *.split]
rdes[m] has quit [*.net *.split]
alienpirate5 has quit [*.net *.split]
Dandellion[m] has quit [*.net *.split]
bennofs[m] has quit [*.net *.split]
simbergm has quit [*.net *.split]
domenkozar[m] has quit [*.net *.split]
colemickens has quit [*.net *.split]
nwspk has quit [*.net *.split]
hexa- has quit [*.net *.split]
AstroBadger has quit [*.net *.split]
sorear has quit [*.net *.split]
codezero has quit [*.net *.split]
lpsmith has quit [*.net *.split]
grumble has quit [*.net *.split]
mq32 has quit [*.net *.split]
rj1 has quit [*.net *.split]
nh2 has quit [*.net *.split]
akaWolf has quit [*.net *.split]
Fulgen has quit [*.net *.split]
srhb has quit [*.net *.split]
jfroche has quit [*.net *.split]
makefu has quit [*.net *.split]
shad has quit [*.net *.split]
srhb has joined #nixos
<Riley>
betaboon no dual boot on this machine, but I am trying it on my desktop... I might be able to help out
Riley has quit [Remote host closed the connection]
wavirc22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fendor has joined #nixos
dontdieych has joined #nixos
dozn_ has quit [Read error: Connection reset by peer]
jkachmar has quit [Quit: Connection closed for inactivity]
cornu has joined #nixos
Guest75852 has joined #nixos
bennofs[m] has joined #nixos
zurdo has joined #nixos
Ericson2314 has joined #nixos
dtz has joined #nixos
bb010g has joined #nixos
BinkyTheClown has joined #nixos
Dandellion[m] has joined #nixos
copy` has joined #nixos
clacke[m] has joined #nixos
abbafei[m] has joined #nixos
bbigras has joined #nixos
attente[m] has joined #nixos
domenkozar[m] has joined #nixos
alj[m] has joined #nixos
flip[m] has joined #nixos
M0ddba11[m] has joined #nixos
Noughtmare[m] has joined #nixos
aquarial has joined #nixos
v88m has quit [Read error: Connection reset by peer]
das-g[m] has joined #nixos
escaP[m] has joined #nixos
am3on[m] has joined #nixos
laas has joined #nixos
craige[m] has joined #nixos
alienpirate5 has joined #nixos
Brio[m] has joined #nixos
MiloIgnis[m] has joined #nixos
tet[m] has joined #nixos
ndarwincorn has joined #nixos
Minijackson[m] has joined #nixos
Florian[m] has joined #nixos
alexoundos[m] has joined #nixos
DanP[m] has joined #nixos
atopuzov[m] has joined #nixos
colemickens has joined #nixos
alexarice[m] has joined #nixos
clefru has joined #nixos
is0x3F has joined #nixos
bendlas has joined #nixos
bohan[m] has joined #nixos
EuAndreh[m] has joined #nixos
Deathmist[m] has joined #nixos
craigevil[m] has joined #nixos
byzoni[m] has joined #nixos
bdesham[m] has joined #nixos
altavista[m] has joined #nixos
derangednerd[m] has joined #nixos
danielrf[m] has joined #nixos
frederic_chopwn[ has joined #nixos
arthur[m]2 has joined #nixos
abbec has joined #nixos
haslersn[m] has joined #nixos
hiroshi[m] has joined #nixos
HappyEnt[m] has joined #nixos
greenerworld[m] has joined #nixos
harkenedraven has joined #nixos
rycee has joined #nixos
goibhniu has joined #nixos
nyanloutre[m] has joined #nixos
simbergm has joined #nixos
leons has joined #nixos
sphalerit has joined #nixos
philipp[m] has joined #nixos
olejorgenb[m] has joined #nixos
timokau[m] has joined #nixos
Ralith has joined #nixos
vaibhavsagar has joined #nixos
Vskilet has joined #nixos
kaychaks[m] has joined #nixos
ejpcmac has joined #nixos
ptotter[m] has joined #nixos
Seb[m] has joined #nixos
bkl[m] has joined #nixos
thequux[m] has joined #nixos
MerlinGttlinger[ has joined #nixos
jak[m] has joined #nixos
wak-work has joined #nixos
nh2[m] has joined #nixos
contrun[m] has joined #nixos
momack2[m] has joined #nixos
slabity has joined #nixos
bee[m]1 has joined #nixos
IslandUsurper has joined #nixos
uvnikita[m] has joined #nixos
isgy[m] has joined #nixos
thefloweringash has joined #nixos
worldofpeace has joined #nixos
codyopel has joined #nixos
rdes[m] has joined #nixos
nocent has joined #nixos
badmutex[m] has joined #nixos
macerbi[m] has joined #nixos
neonfuz2 has joined #nixos
ninjatrappeur[m] has joined #nixos
weebull[m] has joined #nixos
musicmatze has joined #nixos
bricewge has joined #nixos
icetan has joined #nixos
malteof[m] has joined #nixos
submoo[m] has joined #nixos
bkchr has joined #nixos
hackeryarn[m] has joined #nixos
Thinkofname[m] has joined #nixos
sylvie[m] has joined #nixos
jschievink[m] has joined #nixos
Tony[m] has joined #nixos
jonge[m] has joined #nixos
luftmensch[m] has joined #nixos
EB[m] has joined #nixos
siraben has joined #nixos
MarkOtaris has joined #nixos
pinage404[m] has joined #nixos
JaakkoLuttinen[m has joined #nixos
NickHu has joined #nixos
manveru[m] has joined #nixos
spacekitteh[m] has joined #nixos
roberth has joined #nixos
Sabbat[m] has joined #nixos
ayyjayess[m] has joined #nixos
rizary has joined #nixos
timclassic has joined #nixos
pingveno[m] has joined #nixos
rihardsk[m] has joined #nixos
jasongrossman[m] has joined #nixos
alan[m] has joined #nixos
fabianhjr[m] has joined #nixos
kuznero[m] has joined #nixos
roadt[m] has joined #nixos
freddie_freeload has joined #nixos
amorosa1984[m] has joined #nixos
apx[m] has joined #nixos
aterius has joined #nixos
saikrishi1109[m] has joined #nixos
regnat[m] has joined #nixos
MayeulC_backup has joined #nixos
Torus[m] has joined #nixos
otini has joined #nixos
Smith[m] has joined #nixos
joepie91[m] has joined #nixos
Shem[m] has joined #nixos
gudea[m] has joined #nixos
grahamc[m] has joined #nixos
iceychris[m] has joined #nixos
nrdxpmatrixorg[m has joined #nixos
TravisRt2botio[m has joined #nixos
li_matrix has joined #nixos
ArtemVorotnikov[ has joined #nixos
sonercirit[m] has joined #nixos
GerdFlaig[m] has joined #nixos
corpix[m] has joined #nixos
schmittlauch[m] has joined #nixos
Obscurity[m] has joined #nixos
Notkea[m] has joined #nixos
nbardiuk has joined #nixos
nilsirl[m] has joined #nixos
Pneumaticat has joined #nixos
bpye has joined #nixos
Dan[m]6 has joined #nixos
ma27[m] has joined #nixos
Moredread[m] has joined #nixos
SebastianHasler[ has joined #nixos
cgm[m] has joined #nixos
tokudan[m] has joined #nixos
matthewbauer has joined #nixos
balsoft[m] has joined #nixos
marius851000[m] has joined #nixos
zaphar_ps[m] has joined #nixos
fasd has joined #nixos
yangm97 has joined #nixos
YanMinari[c][m] has joined #nixos
smolboye[m] has joined #nixos
blitzclone[m] has joined #nixos
rnhmjoj has joined #nixos
Josh[m]1 has joined #nixos
jonreeve[m] has joined #nixos
jasonk000[m] has joined #nixos
retrry[m] has joined #nixos
marko[m]1 has joined #nixos
sputny[m] has joined #nixos
orospakr[m] has joined #nixos
hbunke[m] has joined #nixos
Woland[m] has joined #nixos
makaveli[m] has joined #nixos
riottest000[m] has joined #nixos
mariusz-kowalski has joined #nixos
TaoHansen[m] has joined #nixos
lel[m] has joined #nixos
v0id72[m] has joined #nixos
kimboking[m] has joined #nixos
kjuvi[m] has joined #nixos
Nover[m] has joined #nixos
Manish[m] has joined #nixos
peterhoeg[m] has joined #nixos
MichalLaskus[m] has joined #nixos
ploupiboulba[m] has joined #nixos
seese[m] has joined #nixos
pop[m]1 has joined #nixos
kevincox[m] has joined #nixos
roitme[m] has joined #nixos
vxzero[m] has joined #nixos
Lev[m] has joined #nixos
xenofungus[m] has joined #nixos
jsquared71[m] has joined #nixos
KarelWDingeldey[ has joined #nixos
wuji[m] has joined #nixos
tomberekn[m] has joined #nixos
zik[m] has joined #nixos
AntonSchirg[m] has joined #nixos
Gopal[m] has joined #nixos
jgosset[m] has joined #nixos
tilpner[m] has joined #nixos
o1lo01ol1o has joined #nixos
Yakulu[m] has joined #nixos
calbrecht[mb] has quit [Remote host closed the connection]
calbrecht[mb] has joined #nixos
alp has quit [Ping timeout: 252 seconds]
<colemickens>
How does flatpak interact with nixpkgs? It'd be nice to be able to use some of the isolation/portals technology, while still retaining the single-source-of-pkgs and rebuildability offered by nixpkgs.
v88m has joined #nixos
v88m has quit [Ping timeout: 245 seconds]
<yorick>
colemickens: they would need the host permission
<yorick>
or even --filesystem=/nix:ro
ilmu has quit [Ping timeout: 258 seconds]
Ariakenom has joined #nixos
adamantium has joined #nixos
lpil has joined #nixos
v88m has joined #nixos
dansho has quit [Remote host closed the connection]
<manveru>
ivan: well, kinda
<Niall__>
colemickens: with appimage files (I've not had a lot of experience with them or flatpacks/snaps) I've found they may not always work because they're relying on the paths more traditional distros have but it's just a case of editing the file itself
phreedom has quit [Remote host closed the connection]
<Niall__>
but if you've used shell scripts that call '#!/usr/bin/bash' you've ran into similar issues before
<manveru>
> (builtins.unsafeGetAttrPos "a" {a=1;}).file
<{^_^}>
"(string)"
kraem has quit [Ping timeout: 246 seconds]
rfold has joined #nixos
pie___ has quit [Ping timeout: 252 seconds]
thc202 has joined #nixos
phreedom has joined #nixos
init_6 has joined #nixos
<betaboon>
infinisil: done
tobiasBora has quit [Read error: Connection reset by peer]
<ldlework>
Why is it trying to coerce the `src = {}` to a string...?
<yorick>
ldlework: src = fetchurl {
<ldlework>
oh thanks
ilmu has joined #nixos
<m1cr0man>
Ugh dep2nix is so outdated I can't even update its dependencies to include https://github.com/golang/dep/pull/2176 because the whole dep/gps API has changed.
grumble has quit [Quit: inside their machines there is one empty file]
<ivan>
manveru: interesting! Thanks
gurmble has joined #nixos
gurmble is now known as grumble
<yorick>
m1cr0man: just convert to go mod :P
alp has joined #nixos
<m1cr0man>
yorick, ...I was about to point out that im trying to build chronograf but then I just spotted they have a go.mod in their repo too
<m1cr0man>
time to try vgo2nix I guess
<kraem>
m1cr0man: sorry for the late reply about the timesyncd issue. I never solved it in any other way than removing the symlink and removing everything under `/var/lib/private/systemd/timesync`
<yorick>
m1cr0man: no, there's a new buildGoModule architecture
<m1cr0man>
kraem, Yeah I think I figured out why it existed in the end. I did a channel update + switch and I think there must've been a change in the location of /var/lib/private/systemd to just /var/lib/systemd and the symlink wasn't being removed during update
<yorick>
m1cr0man: it just hashes all the modules into a fixed-output modSha256
linarcx has quit [Read error: Connection reset by peer]
<m1cr0man>
woah that is one complex nix
<m1cr0man>
I'm REALLY hoping yarn2nix will save me a bit of hassle
linarcx has joined #nixos
<m1cr0man>
yorick, how do I generate the modSha256? is there a prefetcher?
<ldlework>
just type some fake sha
<m1cr0man>
ok grand
<yorick>
so I'm hacking on nix, and it looks like RemoteFSAccessor has an in-memory cache of all the nars it has seen
<yorick>
isn't that *huge*?
MmeQuignon has joined #nixos
<kraem>
m1cr0man: yeah that's how I understood as well - and the patch that was supposed to fix it only got applied to systems having systemVersion < 19.03
<m1cr0man>
kraem, Ah ok. I didn't go on the hunt for the changelog but that makes sense
ris has joined #nixos
zaeph has joined #nixos
linarcx has quit [Ping timeout: 272 seconds]
<m1cr0man>
This build is taking some amount of time, lol. There's a lot of node modules in here for what's really a go package.
<ldlework>
What is the general strategy in having two versions of something installed? I'd like to have the dotnet 2.2 and dotnet 3.0 previews installed at the sametime but nix complains about collisions
o1lo01ol1o has joined #nixos
<ldlework>
collision between `/nix/store/m07my15z68idhf8fap5zfshhnj9dcpf4-dotnet-sdk-2.2.203/bin/dotnet' and `/nix/store/q62566rxb4scvngr8g10n5ladvvgy1yi-dotnet-sdk-3.0.100-preview6/bin/dotnet'
Diagon has quit [Quit: Leaving]
<ldlework>
do I just have to override the install phase and use a different binary path?
<LnL>
yorick: it's only narinfo content, mine is 11mb over half a year
<ldlework>
hmm when i do that i get: collision between `/nix/store/m07my15z68idhf8fap5zfshhnj9dcpf4-dotnet-sdk-2.2.203/env-vars' and `/nix/store/53syvfb2i1bka7fm8ib2wqfgrn30dd45-dotnet-sdk-3.0.100-preview6/env-vars'
<ldlework>
but "env-vars" isn't mentioned in the nix expression
<yorick>
LnL: nars.emplace(storePath, narAccessor);, where narAccessor has a ref to std::string nar (which is the entire nar)
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage2nix: update list of broken Haskell builds »: https://git.io/fji3q
brett-soric has joined #nixos
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fji3m
<nervengift>
is there a provided function for stripping the nix store part from $out? e.g. /nix/store/<foo>/lib/ -> lib/
<immae>
nervengift: $out only contains /nix/store/<foo>, not the lib part
<nervengift>
ok, I had the question wrong: I want to remove the $out path from another path
<immae>
lib.strings.removePrefix out "your-other-path" ?
<nervengift>
immae: that sounds exactly like what I want, thanks!
<Miyu-chan>
nervengift: May I ask why you need to do that?
<immae>
nervengift: there is probably a better way to do what you want though, but I lack details of your siutation
<nervengift>
immae: yes, probably... I'm trying to build a package with plugins. The plugins get their expected install path via pkgconfig, but that path contains the base package's $out (e.g. /nix/store/<basepkg>/lib/plugins). But I need the plugin dir relative to the plugins $out
magnetophon has quit [Remote host closed the connection]
<nervengift>
(now that I think of it, your solution wouldn't work, because its another package's $out in the prefix)
<immae>
nervengift: And what do you want to do of that path?
<nervengift>
immae: use it so plugins will be in e.g. /nix/store/<plugin>/lib/plugins
<immae>
hmm
<immae>
It’s not clear sorry
<immae>
you already know that it is in lib/plugins, don’t you?
<bohan>
immae: what language is it developped in?
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<nervengift>
immae: yes, but I get that path via pkgconfig so I don't want to assume it's always lib/plugins
<immae>
ok
<bohan>
sorry, my question was to nervengift
<immae>
So suppose you have some /nix/store/abcd-foo/lib/someUnpredictablePath/foo.h file. you want to extract lib/someUnpredictablePath/foo.h, but what do you want to do then with that path?
<linarcx>
Guys, i want to set multiple fonts for multiple langues in my system. in arch just modifing : `/etc/fonts/local.conf` sufficient. HowEver in nixos i can't figure out how to do that.
<nervengift>
immae: I want to install my plugin to /nix/store/plugin-for-abcd-foo/lib/someUnpredictablePath/ so I can combine them later via buildEnv
<immae>
ok I see
<nervengift>
bohan: c and autotools (its rofi-blezz, plugin for rofi)
<immae>
Then I don’t have better than the removePrefix I suggested above, but you’ll have to figure out by yourself the /nix/store/abcd-foo part if it’s not "out"
<immae>
If you’re sure it’s only one level (lib/oneSubFolder/foo.h) then you can find something with dirname and such
<__monty__>
immae, nervengift: Can't you just strip up to the 4th /?
<nervengift>
__monty__: I think I'll have to count the levels in $out to be sure
<nervengift>
$out doesn't have to be exactly 3 levels of directories I guess
<__monty__>
$out always points to /nix/store/hash-name-version afaik?
<immae>
__monty__: not necessarily, you can chose another location (but it’s quite rare)
<nervengift>
still, I should support it
<yorick>
LnL: it looks like this function is never called, I'll just patch it out
<__monty__>
immae: TIL. I thought $out was a variable set by nix, so you didn't have control over it.
<immae>
It’s nice if you find a way to take that into account nervengift, but I think there are a lot of derivations in nixpkgs that will completely break if the store is not in /nix/store, so I think it’s not worth bothering too much.
<immae>
nervengift: I assume you have no way to know the /nix/store/abcd-foo part another way? Can you pass rofi to the rofi-blezz plugin arguments to get that path maybe?
<ldlework>
attribute 'overrideAttrs' missing, at /nixcfg/modules/home/linux/workstation/rider/default.nix:15:11
<clever>
m1cr0man: ive sometimes given up on using the upstream build framework, and just rewrote it in cmake, lol
<m1cr0man>
clever, I'm very close to doing that now (I'm not a cmake user though). Ugh it's like they've used every fancy little build system available on NPM in one package.
<m1cr0man>
I could rewrite it like I've done enough js/ts dev to know what to do but I don't have the time right now
<clever>
m1cr0man: just find whatever file defines main(), build that by itself, and then chase the link errors to find out what else you need
<m1cr0man>
clever, The problem is more on the javascript frontend side of things, which is compiled into the Go app. The Go side of it is actually fine
<clever>
ah
<m1cr0man>
I'm tackling them as two separate derivations and then symlinking one into the other. It would work in theory if the js project would build
<{^_^}>
[nixpkgs] @davidtwco opened pull request #64412 → nixos/lidarr: re-add home attribute → https://git.io/fji31
<laalf>
hello! i am trying to get the documentation to work in qtcreator. 'nix-shell -p qt5Full -p "(qtcreator.override {withDocumentation = true; })" --run qtcreator' looks like its what i want to do, yet the build stops with "ln: failed to create symbolic link '/share': Permission denied", which sounds like $NIX_QT5_TMP is not set in the build environment. can someone confirm? is there some way i can fix that?
linarcx has quit [Quit: WeeChat 2.4]
<clever>
laalf: last time i looked, you had to run one of the configure hools before starting qtcreator, and it was a pain to deal with
<rprije>
Is there a way to transfer a machine from one deployment to another in nixops?
<gchristensen>
how did you make the machine?
linarcx has joined #nixos
<rprije>
I deployed it using nixops. In particular, I'd like to transfer it to another nixops deployment without destroying/recreating the original machine if possible
<laalf>
clever: so ther answer is no? that sounds like it would just belong in postInstall
adamantium has quit [Ping timeout: 258 seconds]
<clever>
laalf: it was something like the configure hooks creating $out/share or something and adding it to a search path
<clever>
laalf: which makes nix-shell difficult to use without root
<laalf>
oh god
<clever>
laalf: it was also creating things in the current dir, and failing if they already existed
<clever>
so you had to wipe those temp files every time you reopen the shell
<laalf>
soooo
<laalf>
fhsenv of flatpak or something
<clever>
and there was a qmake wrapper (to support the other things in buildInputs), in /tmp/randompath/, which qtcreator needed
<clever>
so every time you reboot, you have to re-configure qtcreator to find the right qmake
<madhukar93>
Just that zsh isn't running completions like bash was. I found bash completions at ` /var/run/current-system/sw/share/bash-completion/completions/`, so at least I'll have the ones that were working earlier up again
<Thra11>
Why is my /etc/nixos/configuration.nix readonly? Should it be? (running nixos on a raspberry pi from sd-card: is it because computers like this don't follow the normal pattern of 1. Install NixOS on bootable media 2. Use media to install NixOS on internal storage)
<siraben>
say I can install a package by running nix-env -if <url to tar.gz file> , how would I specify this in my configuration.nix?
<clever>
Thra11: likely just a bug, it gets copied from /nix/store/ on the first boot
<lpil>
Hi friends. I have a git repository containing multiple projects, each test and build scripts. Would Nix be a good tool for running these test/build scripts so that on CI only the projects that have changed since the previous run are executed? It seems like I could use a private cache to avoid rebuilding if not needed. Thank you.
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 245 seconds]
vruh has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
linarcx has joined #nixos
linarcx has quit [Client Quit]
polman has quit [Ping timeout: 244 seconds]
linarcx has joined #nixos
<{^_^}>
[nixpkgs] @risicle opened pull request #64418 → cgit: add patch fixing remote DoS → https://git.io/fjiZM
_ris has quit []
_ris has joined #nixos
_ris is now known as ris
ris has quit [Client Quit]
ris has joined #nixos
Drakonis has joined #nixos
<vruh>
hello, i need help i just installed nixos with xfce and i'm trying to mount nextcloud webdav and i've enabled davfs services and install davfs2 i can mount davs to local folder via terminal but not in thunar i can't access davs location in it, is there something i'm missing? thanks
polman has joined #nixos
linarcx has quit [Quit: WeeChat 2.5]
<simpson>
lpil: Sure. Depends on the nature of your CI and how reproducible/stable your build process is.
OmnipotentEntity has quit [Ping timeout: 268 seconds]
<lpil>
It should all be stable and reproducible. Thank you :)
<{^_^}>
[nixpkgs] @gebner opened pull request #64419 → More OctoPrint plugins → https://git.io/fjiZ9
<lpil>
NixOps looks great though it seems that it doesn't have any functionality for doing things like blue-green or rolling deployments of networked services before a load balancer. I guess I'd need to use another tool alongside it?
Soo_Slow has joined #nixos
Soo_Slow has quit [Remote host closed the connection]
<__monty__>
lpil: Maybe look into disnix as well.
linarcx has joined #nixos
linarcx has quit [Client Quit]
rfold has quit [Ping timeout: 248 seconds]
Guest34945 has quit [Ping timeout: 272 seconds]
Guest34945 has joined #nixos
mexisme_ has joined #nixos
zacts has quit [Ping timeout: 250 seconds]
wfranzini has quit [Remote host closed the connection]
<chrisaw>
I'm building a package right now and it's insisting on installing a python dependency: "Installing /build/source/pygobject/XApp.py to /nix/store/j5bg4mmkf3hc2jnkmhwif0780dvd9c2f-python3.7-pygobject-3.32.1/lib/python3.7/site-packages/gi/overrides" - obviously this fails because it's trying to write to another package dir. Does anyone know how I can fix this one?
<zacts>
hi, can I run NixOS unstable alongside NixOS stable?
<zacts>
and switch between them reliably?
<zacts>
I have a use-case for this
ddellacosta has joined #nixos
<zacts>
Or maybe there is a better solution for my particular problem
<zacts>
I'm doing `nmcli dev wifi con WiFi-Hotspot`
<zacts>
when I go into the sign on with firefox, it doesn't complete the sign on
<zacts>
I noticed this with previous versions of Ubuntu, the LTS release
<zacts>
when I upgraded to a newer Ubuntu, the issue went away
<zacts>
so I'm wondering if I try out either unstable NixOS, or the unstable versions of the networking tools, I wonder if it might work
knupfer has quit [Remote host closed the connection]
<simpson>
lpil: Note that CI != CD. There are things like Hydra or Cachix which might form part of a CI solution, but figuring out (continuous) deployment is something else entirely.
<__monty__>
zacts: I'd add an overlay that gets just the network tools from unstable.
<simpson>
That said, nixops has a pretty reasonable deployment story. I'd rather use k8s, though, and I've played with kubenix a bit for doing Nix with k8s.
<zacts>
__monty__: ok
<zacts>
which network tools would this be for nmcli?
<zacts>
would it just be all of network manager?
<__monty__>
Yeah, though what you experienced may have been due to kernel patches, in which case you'd have to get a kernel from unstable.
deech has quit [Ping timeout: 248 seconds]
rfold has joined #nixos
lambda-11235 has joined #nixos
<zacts>
ok
<zacts>
thanks. I'll try the network-manager first and then I'll do the kernel if that doesn't work
simon_weber has quit [Quit: Connection closed for inactivity]
stepcut has quit [Remote host closed the connection]
<zacts>
Ok, I'm also about to try to package my first Nix package
<zacts>
so I'm reading the doc
<zacts>
I want to eventually add a pull request to maintain it
<zacts>
it's a ruby interpreter
Neo-- has joined #nixos
stepcut has joined #nixos
mkoenig_ has joined #nixos
stepcut has quit [Ping timeout: 245 seconds]
mkoenig has quit [Ping timeout: 272 seconds]
markasoftware_ is now known as markasoftware
<{^_^}>
[nix] @yorickvP opened pull request #2981 → replace in-memory nar caching with on-disk nar caching when >256MB → https://git.io/fjinS
stepcut has joined #nixos
Guest34945 has quit [Ping timeout: 248 seconds]
shibboleth has joined #nixos
Intensity has joined #nixos
Intensity has quit [Changing host]
Intensity has joined #nixos
stepcut has quit [Ping timeout: 248 seconds]
Guest34945 has joined #nixos
zacts has quit [Quit: WeeChat 2.4]
v0|d has quit [Read error: Connection reset by peer]
<aminechikhaoui>
hm ok looks like the only way is to currently do changes in modules/virtualisation/qemu-vm.nix by adding an option size=X to /nix/.rw-store
bakakuna has quit [Ping timeout: 268 seconds]
<marek>
so, I thought propagatedBuildInputs are runtime depdencies, am I wrong?
<symphorien>
when A has B as buildInput, adding C as propagatedbuildInputs of B is equivalent to adding C as buildInputs to A
<symphorien>
and B
endformationage has joined #nixos
<symphorien>
it has no effect outside of the build environment (or nix-shell)
<marek>
oh ok, so my package scripts requries autossh for example, how to make sure it will pull it up?
<symphorien>
patch the source to mention the full path
<marek>
I see, ok
<symphorien>
for example: sed -i /usr/bin/autossh ${pkgs.autossh}/bin/autossh $out/bin/foo.sh
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
alex`` has quit [Ping timeout: 248 seconds]
Riley has joined #nixos
<Riley>
If anyone else is using sway, I'm having a curious problem. Trying to use mako as a notification daemon gives me an error about not being able to connect to the user bus, and swaybar also gives this error in the log at launch
<Riley>
Running mako via `dbus-launch --autolaunch=$(dbus-uuidgen --get) mako` seems to make it work fine, but I'd rather figure out what's causing it then hack around the problem
<{^_^}>
[nixpkgs] @bjornfor pushed commit from @risicle to master « cgit: add patch fixing remote DoS »: https://git.io/fjicK
__monty__ has joined #nixos
<buckley310>
is it possible to do boot-on-zfs with an ecrypted zfs dataset? (on nixos-unstable)
<ar>
buckley310: no, grub2 doesn't support zfs encryption from ZoL/openzfs
stranger___ has quit [Quit: Connection closed for inactivity]
<ar>
buckley310: it is, however, able to read zfs from luks
<buckley310>
what if there is a separate /boot filesystem? i would be using EFI anyways
<gchristensen>
buckley310: should be fine
<buckley310>
neat, so the initrd knows to just ask for the password and everything i assume?
Riley has left #nixos [#nixos]
<buckley310>
i guess if it should be possible ill give it a try and see :P
<gchristensen>
yeah give it a go
__monty__ has quit [Quit: leaving]
<gchristensen>
the nixos.wiki might have something this though
<srhb>
Yeah, it works. You need to set the option to ask for the passphrase though.
<gchristensen>
nice
katyucha has joined #nixos
MmeQuignon has quit [Ping timeout: 272 seconds]
<ar>
gchristensen: nope
<gchristensen>
noL
<gchristensen>
?
<ar>
buckley310: grub2 will bail on trying to read zfs, because it'll see that there's a flag enabled (encryption) on the pool that it doesn't know about
<srhb>
ar: I think buckley310 meant they would be using a separate vfat /boot partition, not a zfs dataset.
<ar>
oh
<ar>
yeah, that'd work
MmeQuignon has joined #nixos
<buckley310>
yep
<buckley310>
hopefully ^_^
<gchristensen>
good luck :)
<ashkitten>
is there an x86 bootloader that's just linux yet
<buckley310>
you can use the kernel as an EFI stub, so theres that...
<ashkitten>
interesting
<gchristensen>
power9 has a linux based bootloader
bakakuna has joined #nixos
<ashkitten>
i know power9 does
<gchristensen>
can probably make it work for x86
simukis_ has joined #nixos
__monty__ has joined #nixos
<buckley310>
a long time ago on an arch machine i tried setting it up without a bootloader, just the EFI firmware directly loading the kernel, but its slightly annoying because you have to configure the kernel command line in flash. a bit more involved than just editing a text file
<ashkitten>
yeah
<gchristensen>
I think that is what my secureboot branch does actually: creting the kernel as a EFI stub, chain-loaded by systemd
<gchristensen>
-boot
Netsu has quit [Remote host closed the connection]
<laalf>
hello! has anyone built a package for devilutionx yet?
<srhb>
laalf: grep -ri devilution says no.
<{^_^}>
[nixpkgs] @rycee opened pull request #64421 → trivial-builders: support '/' in writeTextDir → https://git.io/fjicx
<{^_^}>
[nixpkgs] @bhipple opened pull request #64422 → pythonPackages.myfitnesspal: init at 1.13.3 → https://git.io/fjicp
o1lo01ol1o has quit [Remote host closed the connection]
zaeph has quit [Ping timeout: 276 seconds]
<{^_^}>
[nixpkgs] @bjornfor pushed commit from @risicle to release-19.03 « cgit: add patch fixing remote DoS »: https://git.io/fjiCq
<{^_^}>
[nixpkgs] @risicle opened pull request #64423 → [r19.03] cgit: add patch fixing remote DoS → https://git.io/fjiCm
__monty__ has joined #nixos
<laalf>
in a nixos config file, is there some way i can specify commands to run before the system gets installed? like installing git or adding the unstable channel?
Riley has quit [Remote host closed the connection]
<selfsymmetric-mu>
For the record, downgrading to steam 19.03 from unstable and rebooting made Witcher 3 start again for me.
xcthulhu has quit [Quit: xcthulhu]
xcthulhu has joined #nixos
Guest34945 has quit [Quit: WeeChat 2.4]
domogled has quit [Quit: domogled]
domogled has joined #nixos
mexisme_ has quit [Ping timeout: 248 seconds]
linarcx has quit [Quit: WeeChat 2.5]
turbo_MaCk has quit [Ping timeout: 250 seconds]
rprije has joined #nixos
<zacts>
I figured out the issue
<zacts>
within nix-shell
<zacts>
it's looking for llvm-config
rfold has quit [Ping timeout: 272 seconds]
mexisme_ has joined #nixos
fusion809 has joined #nixos
ZaraChimera has left #nixos ["WeeChat 2.5"]
<clever>
,tofy
<{^_^}>
clever: Did you mean 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.
azdle has quit [Remote host closed the connection]
<avn>
clever: would be nice to have "template" hash full of zeros somewhere in doc/ ;)
<clever>
avn: or just modify fetchurl to map "" to that
azdle has joined #nixos
azdle has quit [Remote host closed the connection]
<avn>
clever: good idea btw ;)
<qyliss>
There's lib.fakeSha256
winem__ has quit [Ping timeout: 250 seconds]
<clever>
qyliss: ah!
xcthulhu has quit [Quit: xcthulhu]
Netsu has joined #nixos
<Cale>
It would be even nicer if just using an empty string or other gibberish worked as well as an all-zero hash at getting you the expected hash ;)
<Cale>
ah, clever already pretty much suggested that
azdle has joined #nixos
__monty__ has quit [Quit: leaving]
__monty__ has joined #nixos
__monty__ has quit [Client Quit]
xcthulhu has joined #nixos
Soo_Slow has joined #nixos
mbrgm_ has joined #nixos
<zacts>
odd, I seem to be able to build this package in nix-shell but not via nix-build -A
FRidh has quit [Quit: Konversation terminated!]
mbrgm has quit [Ping timeout: 244 seconds]
mbrgm_ is now known as mbrgm
o1lo01ol1o has quit [Remote host closed the connection]
stepcut has quit [Remote host closed the connection]
<zacts>
nix-build -A still throws the /usr/bin/env error
<zacts>
patchShebangs . in nix-shell-$ worked for me there
qqii has joined #nixos
<clever>
zacts: /usr/bin/env exists when using nix-shell, so thats not a valid test
averell has quit [Ping timeout: 272 seconds]
OmnipotentEntity has joined #nixos
<zacts>
oh, good to know
<OmnipotentEntity>
How does one run citrix receiver? I'm getting an error regarding missing libstdc++.so.6. And I wanted to make sure I wasn't doing it wrong.
<OmnipotentEntity>
clever, I have a somewhat stupid question. It looks like something was pushed back in October specifically to prevent the .so files in this package from being patched using patchelf.
<OmnipotentEntity>
What the fuck? is my question I suppose
<clever>
yeah, id ask on that PR or poke that user
<OmnipotentEntity>
sorry, last June, not last October.
<clever>
and try an older nixpkgs
<OmnipotentEntity>
obadz, actually you're here
<OmnipotentEntity>
what the fuck? *gestures incoherently*
<OmnipotentEntity>
It's less of a "what the fuck you are so stupid don't you understand?" It's more of a "what the fuck I don't understand any of this please help me I'm stupid. :("