00:00
aaabbbbbbbbbb has quit [Ping timeout: 240 seconds]
00:02
jumper149 has quit [Quit: WeeChat 3.1]
00:07
ddellaco_ has joined #nixos
00:07
snowflake has quit [Ping timeout: 240 seconds]
00:08
liuyb has joined #nixos
00:09
snowflake has joined #nixos
00:09
kaction has quit [Ping timeout: 240 seconds]
00:11
codygman__ has joined #nixos
00:11
<
concept2 >
Hi folks! How do one set up a systemd service using Nix on Ubuntu?
00:12
<
ajs124 >
concept2: system or user service?
00:13
<
tpw_rules >
i concluded a while ago that it wasn't really possible. i would love to be proven wrong
00:13
liuyb has quit [Ping timeout: 265 seconds]
00:13
<
cole-h >
You can do that using home-manager.
00:13
<
cole-h >
but it's not really something Nix itself cand o
00:13
<
ajs124 >
what cole-h said, yes
00:14
<
concept2 >
Thanks, I'll take a look into home-manager (I'm using it currently)
00:18
ddellaco_ has quit []
00:21
codygman__ has quit [Remote host closed the connection]
00:23
griff__ has joined #nixos
00:25
<
matthewcroughan >
Does anybody know if NixOS containers have their own unique /nix/store or if it's shared?
00:25
<
matthewcroughan >
And if so, can you make a unique /nix/store inside of a container? Because I'd like to.
00:33
ddellaco_ has joined #nixos
00:34
troydm has joined #nixos
00:37
<
lunik19 >
I believe containers have their own store
00:37
lunik19 has quit [Quit: :x]
00:37
lunik19 has joined #nixos
00:37
lunik19 has quit [Client Quit]
00:38
lunik1 has joined #nixos
00:39
ddellaco_ has quit [Remote host closed the connection]
00:39
ddellaco_ has joined #nixos
00:40
<
rsynnest >
hi all, I'm writing a NixOS module and the systemd service has an execStart which I'd like to wrap with makeWrapper to provide some extra things in the PATH . What's the best way to wrap the systemd service's ExecStart?
00:41
<
rsynnest >
do i need to create a new derivation where I makeWrapper, then call that derivation from execStart?
00:43
ddellaco_ has quit [Ping timeout: 240 seconds]
00:51
<
aanderse >
Izorkin: i looked at the peertube module. if you want to make a PR i can post some suggestions if you like.
00:52
zebrag has quit [Quit: Konversation terminated!]
00:52
zebrag has joined #nixos
00:58
<
cole-h >
rsynnest: You can set `systemd.services.<name>.path` instead
01:00
vidbina has quit [Ping timeout: 260 seconds]
01:09
zakame has quit [Read error: Connection reset by peer]
01:10
ddellacosta has joined #nixos
01:15
ddellacosta has quit [Ping timeout: 240 seconds]
01:16
Dr8128 has joined #nixos
01:20
jneto has joined #nixos
01:21
Emantor has joined #nixos
01:27
<
rsynnest >
cole-h: thank you! Funny, I had already done that and forgot it was an option...
01:29
Jackneill has quit [Ping timeout: 260 seconds]
01:31
eacameron has quit [Quit: Connection closed for inactivity]
01:38
Synthetica has quit [Quit: Connection closed for inactivity]
01:41
h0m2 has quit [Ping timeout: 260 seconds]
01:41
Jackneill has joined #nixos
01:42
h0m2 has joined #nixos
01:49
ml| has quit [Ping timeout: 240 seconds]
01:50
ddellaco_ has joined #nixos
01:51
gustavderdrache has joined #nixos
01:51
ddellaco_ has quit [Remote host closed the connection]
01:52
ddellacosta has joined #nixos
01:56
liuyb has joined #nixos
01:56
ddellacosta has quit [Ping timeout: 265 seconds]
01:58
zebrag has quit [Quit: Konversation terminated!]
02:00
liuyb has quit [Ping timeout: 240 seconds]
02:01
n-osborne has joined #nixos
02:03
ml| has joined #nixos
02:06
sss2 has quit [Quit: Leaving]
02:11
ml| has quit [Ping timeout: 268 seconds]
02:20
griff__ has quit [Quit: griff__]
02:22
SrPx has quit [Ping timeout: 245 seconds]
02:23
bradparker has quit [Ping timeout: 248 seconds]
02:23
ryjm has quit [Ping timeout: 248 seconds]
02:23
davetapley has quit [Ping timeout: 248 seconds]
02:24
JadoJodo has quit [Ping timeout: 246 seconds]
02:24
zeta_0 has joined #nixos
02:24
ml| has joined #nixos
02:25
r0bby has quit [Ping timeout: 252 seconds]
02:26
<
{^_^} >
alpmestan/ghc.nix#74 (by zeta-00, 45 weeks ago, open): getting ghc.nix to work with lorri setup, for isolated nix environments?
02:26
bradparker has joined #nixos
02:27
<
zeta_0 >
I think i'm close to figuring this out, and getting ghc/ghcide to build in my direnv+nix-direnv+emacs-direnv setup.
02:27
davetapley has joined #nixos
02:27
s1341_ has quit [Ping timeout: 246 seconds]
02:27
ctp has quit [Ping timeout: 260 seconds]
02:29
JadoJodo has joined #nixos
02:29
<
zeta_0 >
in my issue sgraf812, says that he just links shell.nix to nix/default.nix in the ghc/ root directory.
02:30
ryjm has joined #nixos
02:30
ctp has joined #nixos
02:30
alexherbo2 has quit [Ping timeout: 240 seconds]
02:30
s1341_ has joined #nixos
02:30
r0bby has joined #nixos
02:30
SrPx has joined #nixos
02:31
<
zeta_0 >
by link does he mean just calling nix/default.nix in shell.nix, or running the link command in terminal: ln, i've never used that link command before so I don't know if I need it in this use-case?
02:31
mmmattyx has quit [Quit: Connection closed for inactivity]
02:33
<
zeta_0 >
I think that I'm close to getting this working, sgraf812 says that it's super simple, but he's using vscode instead of emacs, so hopefully that does not matter.
02:34
feepo has quit [Ping timeout: 245 seconds]
02:35
feepo has joined #nixos
02:36
<
zeta_0 >
ok, i'm going to take a 15 minute break, i'll come back to see if anyone has responded, thanks again for the help!
02:37
ml| has quit [Quit: WeeChat 3.0.1]
02:40
S0rin has quit [Ping timeout: 240 seconds]
02:42
<
ProofTechnique >
zeta_0: Looks like they mean `ln`. It seems like you're mean to link
https://github.com/alpmestan/ghc.nix/blob/master/default.nix to `shell.nix`. So if your checkout of `ghc.nix` is in a directory called `nix` next to some GHC checkouts in a root directory, you'd `ln -sv ./nix/default.nix ./shell.nix`in that root directory
02:42
S0rin has joined #nixos
02:43
<
ProofTechnique >
You could just as easily run `nix-shell ./nix` from the root directory for the same effect. Symlinking the `shell.nix` is just to save typing when invoking `nix-shell`
02:44
aw has quit [Quit: Quitting.]
02:44
spacefrogg has quit [Quit: Gone.]
02:44
aw has joined #nixos
02:45
spacefrogg has joined #nixos
02:52
dycan has joined #nixos
02:56
photonshift[m] has left #nixos ["User left"]
02:57
gustavderdrache has quit [Quit: Leaving.]
02:57
<
zeta_0 >
ProofTechnique: thanks, for the explanation, it makes a little bit more sense now, i'm using (direnv+nix-direnv+emacs-direnv), so after setting up shell.nix and .envrc in the root of ghc, I then run direnv allow, to build the isolated environment, so i'll go with the ln command that you recommended.
02:58
<
ProofTechnique >
Yeah, as long as you have a shell.nix or a default.nix, lorri/direnv+use_nix should pick up changes to them and rebuild the env. I use a similar setup
02:59
<
ProofTechnique >
I haven't tried nix-direnv, yet, but I've been meaning to
03:00
<
ProofTechnique >
Oh, wait, I actually have been using it without even realizing :D I forgot I turned on `enableNixDirenvIntegration`
03:01
AlpineLlama has joined #nixos
03:04
<
zeta_0 >
ProofTechnique: cool, I'm going to read a little bit of documentation on the ln command before I try it out, and ya, I switch from lorri to nix-direnv, and I like it so far, it's stable, light-weight, and caches builds nicely, so that I don't have to be constantly waiting on rebuilds.
03:07
<
zeta_0 >
ProofTechnique: for my use-case do I need to make any changes to my shell.nix file, I pasted my shell.nix file in the bottom of the github issue that I pasted earlier.
03:09
Luis38 has joined #nixos
03:10
Luis38 has quit [Client Quit]
03:11
<
ProofTechnique >
zeta_0: I think you can just delete it, supposing you want behavior like they're describing. The `default.nix` from `ghc.nix` is meant to be your shell configuration
03:11
astylian has quit [Ping timeout: 240 seconds]
03:17
<
zeta_0 >
ProofTechnique: well, when in the /ghc root directory I can just run nix-shell /ghc.nix/default.nix, but when I try this with my nix-direnv setup, hadrian is not detected because the default.nix file is a level down from the root directory, so I placed a shell.nix and .envrc in the root /ghc directory so hadrian and the other stuff gets correctly detected by the path, i'm assuming that's why sgraf812 is doing the sa
03:19
ahmedelgabri has quit [Ping timeout: 258 seconds]
03:20
<
ProofTechnique >
Symlinking `./nix/default.nix` to `./shell.nix` should fix that, I would think. Based on what they're saying, they've made some minor default tweaks to the `default.nix`, but they don't have a separate shell file
03:20
<
ProofTechnique >
It's just a symlink
03:21
<
ProofTechnique >
So what happens if you delete your `shell.nix` and then `ln -sv ./nix/default.nix ./shell.nix` and then `nix-shell`?
03:23
<
ProofTechnique >
Running `nix-shell `./ghc.nix/default.nix` will give you issues because it imports its own `./nix/sources.nix` by relative path. If you run the file directly, it'll try to resolve that under your root directory, and you renamed it `nix` so it'll look there and fail to find `sources.nix`
03:25
<
ProofTechnique >
(or rather, direnv will try all that and get very displeased)
03:26
<
ProofTechnique >
(So ignore that ill-formatted junk, because I got myself turned around)
03:26
remline has left #nixos [#nixos]
03:27
<
ProofTechnique >
Symlinking the ./nix/default.nix to ./shell.nix will give nix-direnv the same behavior as if you yourself ran `nix-shell ./nix/default.nix` (i.e., hadrian in scope, etc.)
03:31
<
zeta_0 >
ProofTechnique: oh that's cool! i'll definitely give that a try, thanks for the explanation, It's starting to make more sense!
03:44
liuyb has joined #nixos
03:46
ahmedelgabri has joined #nixos
03:49
<
zeta_0 >
ProofTechnique: i'm going to sleep now, i'll try linking that stuff tommorrow morning when I'm more refreshed, thanks again for the help, you clarified a lot of stuff that was confusing me!
03:49
<
zeta_0 >
ProofTechnique++
03:49
<
{^_^} >
ProofTechnique's karma got increased to 1
03:49
liuyb has quit [Ping timeout: 265 seconds]
03:51
ahmedelgabri has quit [Ping timeout: 260 seconds]
03:51
<
zeta_0 >
alright, later everyone!
03:52
Supersonic112 has joined #nixos
03:53
Supersonic has quit [Ping timeout: 260 seconds]
03:53
Supersonic112 is now known as Supersonic
03:56
n-osborne has quit [Remote host closed the connection]
03:56
marusich has joined #nixos
04:00
zeta_0 has quit [Quit: rcirc on GNU Emacs 27.1]
04:02
Dr8128 has quit [Ping timeout: 265 seconds]
04:11
sangoma has joined #nixos
04:15
emp has joined #nixos
04:16
mpot has joined #nixos
04:16
mpot has quit [Client Quit]
04:17
aw has quit [*.net *.split]
04:17
r0bby has quit [*.net *.split]
04:17
h0m2 has quit [*.net *.split]
04:17
Emantor has quit [*.net *.split]
04:17
mbrgm has quit [*.net *.split]
04:17
blakeellis[m] has quit [*.net *.split]
04:17
tdeo has quit [*.net *.split]
04:17
diamondburned has quit [*.net *.split]
04:17
NinjaTrappeur has quit [*.net *.split]
04:17
rsynnest has quit [*.net *.split]
04:17
bitmapper has quit [*.net *.split]
04:17
andi- has quit [*.net *.split]
04:17
legendofmiracles has quit [*.net *.split]
04:17
lukegb has quit [*.net *.split]
04:17
CustosLimen has quit [*.net *.split]
04:17
gluegadget has quit [*.net *.split]
04:17
wildsebastian has quit [*.net *.split]
04:17
wallacer has quit [*.net *.split]
04:17
b42 has quit [*.net *.split]
04:17
illustris has quit [*.net *.split]
04:17
mgsk has quit [*.net *.split]
04:17
GoGi has quit [*.net *.split]
04:17
heatm1s3r has quit [*.net *.split]
04:17
sneakweb__ has quit [*.net *.split]
04:17
mewra has quit [*.net *.split]
04:17
kaychaks has quit [*.net *.split]
04:17
sam_w has quit [*.net *.split]
04:17
emilazy has quit [*.net *.split]
04:17
eri451 has quit [*.net *.split]
04:17
manveru has quit [*.net *.split]
04:17
flokli has quit [*.net *.split]
04:17
c_wraith has quit [*.net *.split]
04:17
helpusobi has quit [*.net *.split]
04:17
esotericnonsense has quit [*.net *.split]
04:17
reactormonk1 has quit [*.net *.split]
04:17
fps has quit [*.net *.split]
04:17
solene has quit [*.net *.split]
04:17
greaka has quit [*.net *.split]
04:17
acowley has quit [*.net *.split]
04:17
CcxWrk has quit [*.net *.split]
04:17
HedgeMage_ has quit [*.net *.split]
04:17
jiribenes has quit [*.net *.split]
04:17
yorick has quit [*.net *.split]
04:17
teehemkay has quit [*.net *.split]
04:17
mpickering has quit [*.net *.split]
04:17
tnks has quit [*.net *.split]
04:17
nick_h has quit [*.net *.split]
04:17
rotaerk has quit [*.net *.split]
04:17
leah2 has quit [*.net *.split]
04:17
scoates has quit [*.net *.split]
04:17
hellrazo1 has quit [*.net *.split]
04:17
packer has quit [*.net *.split]
04:17
dsrt^ has quit [*.net *.split]
04:17
brettgilio has quit [*.net *.split]
04:17
Serus_ has quit [*.net *.split]
04:17
nek0 has quit [*.net *.split]
04:17
stevenroose has quit [*.net *.split]
04:17
vuko has quit [*.net *.split]
04:17
spudly has quit [*.net *.split]
04:17
yjftsjthsd has quit [*.net *.split]
04:17
kaivai has quit [*.net *.split]
04:17
bdju has quit [*.net *.split]
04:17
mniip has quit [*.net *.split]
04:17
andymandias has quit [*.net *.split]
04:17
Squarism has quit [*.net *.split]
04:17
djanatyn1 has quit [*.net *.split]
04:17
Dagger has quit [*.net *.split]
04:17
endformationage has quit [*.net *.split]
04:17
veegee has quit [*.net *.split]
04:17
greizgh has quit [*.net *.split]
04:17
himmAllRight17 has quit [*.net *.split]
04:17
jtcs_ has quit [*.net *.split]
04:17
pareidolia has quit [*.net *.split]
04:17
mjrosenb has quit [*.net *.split]
04:17
chipb has quit [*.net *.split]
04:17
julm has quit [*.net *.split]
04:17
aml has quit [*.net *.split]
04:17
microcolonel has quit [*.net *.split]
04:17
amfl has quit [*.net *.split]
04:17
flx has quit [*.net *.split]
04:17
matthewcroughan has quit [*.net *.split]
04:17
jaeckel has quit [*.net *.split]
04:17
FireFly has quit [*.net *.split]
04:17
bougyman has quit [*.net *.split]
04:17
tams[m] has quit [*.net *.split]
04:17
GideonOgbonna[m] has quit [*.net *.split]
04:17
landed-pending[m has quit [*.net *.split]
04:17
coloneljohnby[m] has quit [*.net *.split]
04:17
sobet[m] has quit [*.net *.split]
04:17
peterstorm[m] has quit [*.net *.split]
04:17
pheoxy has quit [*.net *.split]
04:17
novenary has quit [*.net *.split]
04:17
styledash has quit [*.net *.split]
04:17
LnL has quit [*.net *.split]
04:17
tv has quit [*.net *.split]
04:17
Satyasheel[m] has quit [*.net *.split]
04:17
aiden[m] has quit [*.net *.split]
04:17
alexisnotme[m] has quit [*.net *.split]
04:17
therajsun[m] has quit [*.net *.split]
04:17
JrgKtemeier[m] has quit [*.net *.split]
04:17
anton[m] has quit [*.net *.split]
04:17
ktosiek has quit [*.net *.split]
04:17
a12l has quit [*.net *.split]
04:17
leon[m] has quit [*.net *.split]
04:17
ibizaman[m] has quit [*.net *.split]
04:17
Liam[m] has quit [*.net *.split]
04:17
daemon1024 has quit [*.net *.split]
04:17
aanderse has quit [*.net *.split]
04:17
M86ul[m] has quit [*.net *.split]
04:17
DevTurks[m] has quit [*.net *.split]
04:17
DamienCassou has quit [*.net *.split]
04:17
l-as has quit [*.net *.split]
04:17
chvp has quit [*.net *.split]
04:17
cwnovusordoseclo has quit [*.net *.split]
04:17
Minijackson has quit [*.net *.split]
04:17
cemguresci[m] has quit [*.net *.split]
04:17
hpfr has quit [*.net *.split]
04:17
bbigras has quit [*.net *.split]
04:17
alexrelis[m] has quit [*.net *.split]
04:17
siraben has quit [*.net *.split]
04:17
Ericson2314 has quit [*.net *.split]
04:17
colemickens has quit [*.net *.split]
04:17
domenkozar[m] has quit [*.net *.split]
04:17
ky0ko1 has quit [*.net *.split]
04:17
benley has quit [*.net *.split]
04:17
drvirgilio has quit [*.net *.split]
04:17
parseval has quit [*.net *.split]
04:17
adamse has quit [*.net *.split]
04:17
Gohla has quit [*.net *.split]
04:17
cptMikky has quit [*.net *.split]
04:17
dkibi has quit [*.net *.split]
04:17
pbogdan has quit [*.net *.split]
04:17
MasseR has quit [*.net *.split]
04:17
ajmcmiddlin has quit [*.net *.split]
04:17
prusnak has quit [*.net *.split]
04:17
NekomimiScience has quit [*.net *.split]
04:17
hamishmack has quit [*.net *.split]
04:17
chessai has quit [*.net *.split]
04:17
simpson has quit [*.net *.split]
04:17
komasa has quit [*.net *.split]
04:17
GlennS has quit [*.net *.split]
04:17
robmyers has quit [*.net *.split]
04:17
grfn has quit [*.net *.split]
04:17
acertain has quit [*.net *.split]
04:17
lightandlight has quit [*.net *.split]
04:17
janneke has quit [*.net *.split]
04:17
kiboneu has quit [*.net *.split]
04:17
comex has quit [*.net *.split]
04:17
ncl3 has quit [*.net *.split]
04:17
afics has quit [*.net *.split]
04:17
gchristensen has quit [*.net *.split]
04:17
shad has quit [*.net *.split]
04:17
Orbstheorem has quit [*.net *.split]
04:17
d3z has quit [*.net *.split]
04:17
nisstyre has quit [*.net *.split]
04:17
wesleyac has quit [*.net *.split]
04:17
bsima has quit [*.net *.split]
04:17
zgrep has quit [*.net *.split]
04:17
NaN-irc has quit [*.net *.split]
04:17
feepo has quit [*.net *.split]
04:17
ctp has quit [*.net *.split]
04:17
Supersonic has quit [*.net *.split]
04:17
copy_ has quit [*.net *.split]
04:17
develCuy_ has quit [*.net *.split]
04:17
Ultrasauce has quit [*.net *.split]
04:17
datakurre^ has quit [*.net *.split]
04:17
eon` has quit [*.net *.split]
04:17
pikajude has quit [*.net *.split]
04:17
berberman has quit [*.net *.split]
04:17
xAr86 has quit [*.net *.split]
04:17
jonringer has quit [*.net *.split]
04:17
justanotheruser has quit [*.net *.split]
04:17
waleee-cl has quit [*.net *.split]
04:17
fuiltilt has quit [*.net *.split]
04:17
grahamc[m] has quit [*.net *.split]
04:17
pdp8[m] has quit [*.net *.split]
04:17
ThomasTuegel[m] has quit [*.net *.split]
04:17
dotdotok[m] has quit [*.net *.split]
04:17
vasishath[m] has quit [*.net *.split]
04:17
RomanBall[m] has quit [*.net *.split]
04:17
lopsided98 has quit [*.net *.split]
04:17
zhaofeng1 has quit [*.net *.split]
04:17
joedevivo has quit [*.net *.split]
04:17
fnords has quit [*.net *.split]
04:17
D_ has quit [*.net *.split]
04:17
sorear has quit [*.net *.split]
04:17
johari has quit [*.net *.split]
04:17
isHavvyGhosting has quit [*.net *.split]
04:17
sphalerite has quit [*.net *.split]
04:17
ggp0647 has quit [*.net *.split]
04:17
zml has quit [*.net *.split]
04:17
tetdim has quit [*.net *.split]
04:17
zhaofeng_alt has quit [*.net *.split]
04:17
Mic92 has quit [*.net *.split]
04:17
rpgwaiter has quit [*.net *.split]
04:17
snajpa has quit [*.net *.split]
04:17
lvrp16 has quit [*.net *.split]
04:17
moredhel has quit [*.net *.split]
04:17
xacktm has quit [*.net *.split]
04:17
apo has quit [*.net *.split]
04:17
bl1nk has quit [*.net *.split]
04:17
PyroLagus has quit [*.net *.split]
04:17
kini has quit [*.net *.split]
04:17
gausby has quit [*.net *.split]
04:17
adisbladis has quit [*.net *.split]
04:17
swflint has quit [*.net *.split]
04:17
nand0p has quit [*.net *.split]
04:17
beaky has quit [*.net *.split]
04:17
ar has quit [*.net *.split]
04:17
mauli has quit [*.net *.split]
04:17
f0x2 has quit [*.net *.split]
04:17
samhza has quit [*.net *.split]
04:17
octe has quit [*.net *.split]
04:17
talyz has quit [*.net *.split]
04:17
ruptwelve has quit [*.net *.split]
04:17
betaboon has quit [*.net *.split]
04:17
davidcl has quit [*.net *.split]
04:17
pingiun has quit [*.net *.split]
04:17
lohfu1 has quit [*.net *.split]
04:17
Jackneill has quit [*.net *.split]
04:17
sangoma has quit [*.net *.split]
04:17
bpye has quit [*.net *.split]
04:17
stigo has quit [*.net *.split]
04:17
VideoGameEnjoyer has quit [*.net *.split]
04:17
codezero has quit [*.net *.split]
04:17
aminechikhaoui has quit [*.net *.split]
04:17
jared-w has quit [*.net *.split]
04:17
Kritnich has quit [*.net *.split]
04:17
barm93 has quit [*.net *.split]
04:17
Quick_Wango has quit [*.net *.split]
04:17
endvra has quit [*.net *.split]
04:17
edwtjo has quit [*.net *.split]
04:17
shiver has quit [*.net *.split]
04:17
bob_twinkles has quit [*.net *.split]
04:17
coderobe has quit [*.net *.split]
04:17
azahi has quit [*.net *.split]
04:17
ambroisie has quit [*.net *.split]
04:17
viric has quit [*.net *.split]
04:17
CMCDragonkai has quit [*.net *.split]
04:17
V has quit [*.net *.split]
04:17
smyds has quit [*.net *.split]
04:17
dottedmag has quit [*.net *.split]
04:17
kgz has quit [*.net *.split]
04:17
CodeWarrior has quit [*.net *.split]
04:17
anders^ has quit [*.net *.split]
04:17
MarcWeber has quit [*.net *.split]
04:17
zceejkr has quit [*.net *.split]
04:17
xe4 has quit [*.net *.split]
04:17
fre has quit [*.net *.split]
04:17
hplar has quit [*.net *.split]
04:17
marble_visions has quit [*.net *.split]
04:17
hl has quit [*.net *.split]
04:17
anonymouserobot[ has quit [*.net *.split]
04:17
timstott[m] has quit [*.net *.split]
04:17
suprime[m] has quit [*.net *.split]
04:17
MatthieuCoudron[ has quit [*.net *.split]
04:17
vancoding[m] has quit [*.net *.split]
04:17
Essence[m] has quit [*.net *.split]
04:17
jumper[m] has quit [*.net *.split]
04:17
tjammer[m] has quit [*.net *.split]
04:17
sshow[m] has quit [*.net *.split]
04:17
tomek[m] has quit [*.net *.split]
04:17
redcedar[m] has quit [*.net *.split]
04:17
ayyess[m] has quit [*.net *.split]
04:17
jdnixx[m] has quit [*.net *.split]
04:17
contrun has quit [*.net *.split]
04:17
phjlip[m] has quit [*.net *.split]
04:17
Linus[m]1 has quit [*.net *.split]
04:17
RageGamermatrixo has quit [*.net *.split]
04:17
steve[m] has quit [*.net *.split]
04:17
omasanori[m] has quit [*.net *.split]
04:17
juansucks[m] has quit [*.net *.split]
04:17
psibi[m] has quit [*.net *.split]
04:17
demostanis[m] has quit [*.net *.split]
04:17
rmcgibbo[m] has quit [*.net *.split]
04:17
rnhmjoj has quit [*.net *.split]
04:17
hyper_ch2 has quit [*.net *.split]
04:17
m1kr0[m] has quit [*.net *.split]
04:17
ydlr[m] has quit [*.net *.split]
04:17
Ke has quit [*.net *.split]
04:17
epitron[m] has quit [*.net *.split]
04:17
eddyb has quit [*.net *.split]
04:17
j0ni[m] has quit [*.net *.split]
04:17
konfou[m] has quit [*.net *.split]
04:17
enjoinedmot[m] has quit [*.net *.split]
04:17
lambdaclan has quit [*.net *.split]
04:17
toasty_avocado[m has quit [*.net *.split]
04:17
chreekat[m] has quit [*.net *.split]
04:17
ptotter[m] has quit [*.net *.split]
04:17
immae has quit [*.net *.split]
04:17
qbit[m] has quit [*.net *.split]
04:17
danielrf[m] has quit [*.net *.split]
04:17
JaakkoLuttinen[m has quit [*.net *.split]
04:17
rschulman has quit [*.net *.split]
04:17
Piece_Maker has quit [*.net *.split]
04:17
Yakulu[m] has quit [*.net *.split]
04:17
programming[m]1 has quit [*.net *.split]
04:17
kalbasit[m] has quit [*.net *.split]
04:17
emily has quit [*.net *.split]
04:17
fgaz has quit [*.net *.split]
04:17
cz3 has quit [*.net *.split]
04:17
eddyb[legacy] has quit [*.net *.split]
04:17
betawaffle has quit [*.net *.split]
04:17
SanchayanMaity has quit [*.net *.split]
04:17
pingveno has quit [*.net *.split]
04:17
rizary has quit [*.net *.split]
04:17
raboof has quit [*.net *.split]
04:17
dmj` has quit [*.net *.split]
04:17
nrr has quit [*.net *.split]
04:17
AlpineLlama has quit [*.net *.split]
04:17
p01ar has quit [*.net *.split]
04:17
litschi has quit [*.net *.split]
04:17
troydm has quit [*.net *.split]
04:17
concept2 has quit [*.net *.split]
04:17
riksteri has quit [*.net *.split]
04:17
Lord_of_Life has quit [*.net *.split]
04:17
m4ts has quit [*.net *.split]
04:17
yaymukund has quit [*.net *.split]
04:17
drewc has quit [*.net *.split]
04:17
numkem has quit [*.net *.split]
04:17
rickard9 has quit [*.net *.split]
04:17
h4ck3rm4n has quit [*.net *.split]
04:17
Crocodil1 has quit [*.net *.split]
04:17
cYmen has quit [*.net *.split]
04:17
rprospero has quit [*.net *.split]
04:17
Sigma has quit [*.net *.split]
04:17
hrnz has quit [*.net *.split]
04:17
charukiewicz has quit [*.net *.split]
04:17
boegel has quit [*.net *.split]
04:17
electrocat has quit [*.net *.split]
04:17
eyJhb has quit [*.net *.split]
04:17
goodwill has quit [*.net *.split]
04:17
emp has quit [*.net *.split]
04:17
JadoJodo has quit [*.net *.split]
04:17
davetapley has quit [*.net *.split]
04:17
bradparker has quit [*.net *.split]
04:17
iMatejC has quit [*.net *.split]
04:17
supersandro2000 has quit [*.net *.split]
04:17
lunik1 has quit [*.net *.split]
04:17
mzan has quit [*.net *.split]
04:17
LilleCarl has quit [*.net *.split]
04:17
hyper_ch5 has quit [*.net *.split]
04:17
novafacing has quit [*.net *.split]
04:17
kapil_ has quit [*.net *.split]
04:17
NieDzejkob has quit [*.net *.split]
04:17
sshow has quit [*.net *.split]
04:17
meck has quit [*.net *.split]
04:17
energizer has quit [*.net *.split]
04:17
17QAABU0Q has quit [*.net *.split]
04:17
arianvp has quit [*.net *.split]
04:17
Philonous has quit [*.net *.split]
04:17
kinozawa has quit [*.net *.split]
04:17
bukkitgerman8608 has quit [*.net *.split]
04:17
woffs has quit [*.net *.split]
04:18
orivej has joined #nixos
04:18
feepo has joined #nixos
04:18
aw has joined #nixos
04:18
AlpineLlama has joined #nixos
04:18
Supersonic has joined #nixos
04:18
troydm has joined #nixos
04:18
sangoma has joined #nixos
04:18
lunik1 has joined #nixos
04:18
pikajude has joined #nixos
04:18
bitmapper has joined #nixos
04:18
stigo has joined #nixos
04:18
siraben has joined #nixos
04:18
justanotheruser has joined #nixos
04:18
fuiltilt has joined #nixos
04:18
tdeo has joined #nixos
04:18
mzan has joined #nixos
04:18
LilleCarl has joined #nixos
04:18
coloneljohnby[m] has joined #nixos
04:18
ruptwelve has joined #nixos
04:18
Minijackson has joined #nixos
04:18
diamondburned has joined #nixos
04:18
waleee-cl has joined #nixos
04:18
xAr86 has joined #nixos
04:18
redcedar[m] has joined #nixos
04:18
psibi[m] has joined #nixos
04:18
omasanori[m] has joined #nixos
04:18
iMatejC has joined #nixos
04:18
andi- has joined #nixos
04:18
DamienCassou has joined #nixos
04:18
endformationage has joined #nixos
04:18
programming[m]1 has joined #nixos
04:18
vancoding[m] has joined #nixos
04:18
phjlip[m] has joined #nixos
04:18
dotdotok[m] has joined #nixos
04:18
j0ni[m] has joined #nixos
04:18
enjoinedmot[m] has joined #nixos
04:18
timstott[m] has joined #nixos
04:18
ydlr[m] has joined #nixos
04:18
Emantor has joined #nixos
04:18
r0bby has joined #nixos
04:18
jdnixx[m] has joined #nixos
04:18
Ericson2314 has joined #nixos
04:18
kalbasit[m] has joined #nixos
04:18
emp has joined #nixos
04:18
tomek[m] has joined #nixos
04:18
cemguresci[m] has joined #nixos
04:18
toasty_avocado[m has joined #nixos
04:18
GideonOgbonna[m] has joined #nixos
04:18
Lord_of_Life has joined #nixos
04:18
JrgKtemeier[m] has joined #nixos
04:18
l-as has joined #nixos
04:18
konfou[m] has joined #nixos
04:18
supersandro2000 has joined #nixos
04:18
suprime[m] has joined #nixos
04:18
qbit[m] has joined #nixos
04:18
ctp has joined #nixos
04:18
Essence[m] has joined #nixos
04:18
blakeellis[m] has joined #nixos
04:18
Yakulu[m] has joined #nixos
04:18
ibizaman[m] has joined #nixos
04:18
Jackneill has joined #nixos
04:18
tjammer[m] has joined #nixos
04:18
aiden[m] has joined #nixos
04:18
domenkozar[m] has joined #nixos
04:18
sshow[m] has joined #nixos
04:18
davetapley has joined #nixos
04:18
pdp8[m] has joined #nixos
04:18
berberman has joined #nixos
04:18
rnhmjoj has joined #nixos
04:18
contrun has joined #nixos
04:18
VideoGameEnjoyer has joined #nixos
04:18
rmcgibbo[m] has joined #nixos
04:18
danielrf[m] has joined #nixos
04:18
aanderse has joined #nixos
04:18
adisbladis has joined #nixos
04:18
greizgh has joined #nixos
04:18
rizary has joined #nixos
04:18
lightandlight has joined #nixos
04:18
mg has joined #nixos
04:18
swflint has joined #nixos
04:18
CodeWarrior has joined #nixos
04:18
NinjaTrappeur has joined #nixos
04:18
immae has joined #nixos
04:18
kini has joined #nixos
04:18
acertain has joined #nixos
04:18
tams[m] has joined #nixos
04:18
demostanis[m] has joined #nixos
04:18
M86ul[m] has joined #nixos
04:18
chvp has joined #nixos
04:18
hyper_ch2 has joined #nixos
04:18
vuko has joined #nixos
04:18
rattboi has joined #nixos
04:18
cybrian has joined #nixos
04:18
tomcur_ has joined #nixos
04:18
fl0_id has joined #nixos
04:18
XgF has joined #nixos
04:18
mrspec has joined #nixos
04:18
marnov has joined #nixos
04:18
trevorriles has joined #nixos
04:18
M86ul[m] has quit [Max SendQ exceeded]
04:18
Ericson2314 has quit [Max SendQ exceeded]
04:18
teej has quit [Max SendQ exceeded]
04:18
leibniz[m] has quit [Max SendQ exceeded]
04:18
hsiktas[m] has quit [Max SendQ exceeded]
04:18
lurkless has quit [Max SendQ exceeded]
04:18
pieguy128 has quit [Max SendQ exceeded]
04:18
nckx has quit [Max SendQ exceeded]
04:18
VideoGameEnjoyer has quit [Max SendQ exceeded]
04:18
lurkless has joined #nixos
04:18
dsrt^ has joined #nixos
04:19
siraben has quit [Max SendQ exceeded]
04:19
pieguy128 has joined #nixos
04:19
vulpine has joined #nixos
04:19
d1rewolf has quit [Ping timeout: 252 seconds]
04:19
omnigoat has quit [Ping timeout: 252 seconds]
04:19
mla has quit [Ping timeout: 259 seconds]
04:19
SrPx has quit [Ping timeout: 260 seconds]
04:19
neonfuz2 has quit [Ping timeout: 246 seconds]
04:19
M0x76[m] has quit [Ping timeout: 246 seconds]
04:19
dbirks[m] has quit [Ping timeout: 246 seconds]
04:19
sarcasticdream[m has quit [Ping timeout: 246 seconds]
04:19
duffelbag[m] has quit [Ping timeout: 246 seconds]
04:19
yurb has quit [Ping timeout: 246 seconds]
04:19
vexedblaze has quit [Ping timeout: 246 seconds]
04:19
NobbZ[m] has quit [Ping timeout: 246 seconds]
04:19
madonius[m] has quit [Ping timeout: 246 seconds]
04:19
nh2[m] has quit [Ping timeout: 246 seconds]
04:19
dmytrokurch[m] has quit [Ping timeout: 246 seconds]
04:19
AnAmigian[m] has quit [Ping timeout: 245 seconds]
04:19
ramses[m] has quit [Ping timeout: 245 seconds]
04:19
soiledit[m] has quit [Ping timeout: 245 seconds]
04:19
pacc[m] has quit [Ping timeout: 245 seconds]
04:19
mhj[m] has quit [Ping timeout: 245 seconds]
04:19
nwp[m] has quit [Ping timeout: 245 seconds]
04:19
tim92[m] has quit [Ping timeout: 245 seconds]
04:19
Brian[m]1 has quit [Ping timeout: 245 seconds]
04:19
atemu12[m] has quit [Ping timeout: 245 seconds]
04:19
xelaushi[m] has quit [Ping timeout: 245 seconds]
04:19
socialjusticewaf has quit [Ping timeout: 245 seconds]
04:19
ebbertd[m] has quit [Ping timeout: 245 seconds]
04:19
kclejeune[m] has quit [Ping timeout: 245 seconds]
04:19
ArtemPelenitsyn[ has quit [Ping timeout: 245 seconds]
04:19
BinkyTheClown has quit [Ping timeout: 245 seconds]
04:19
fendingshadows[m has quit [Ping timeout: 245 seconds]
04:19
jschievink has quit [Ping timeout: 245 seconds]
04:19
sebbadk[m] has quit [Ping timeout: 245 seconds]
04:19
zuh0 has quit [Ping timeout: 245 seconds]
04:19
ongy[m] has quit [Ping timeout: 245 seconds]
04:19
musicmatze has quit [Ping timeout: 245 seconds]
04:19
mica[m] has quit [Ping timeout: 245 seconds]
04:19
kevin[m]1 has quit [Ping timeout: 245 seconds]
04:19
manveru[m] has quit [Ping timeout: 245 seconds]
04:19
nikola[m] has quit [Ping timeout: 245 seconds]
04:19
eadwu has quit [Ping timeout: 245 seconds]
04:19
garbas[m] has quit [Ping timeout: 245 seconds]
04:19
ogroendal[m] has quit [Ping timeout: 245 seconds]
04:19
DarkTrancer[m] has quit [Ping timeout: 245 seconds]
04:19
jamesrains[m] has quit [Ping timeout: 245 seconds]
04:19
veryepicusername has quit [Ping timeout: 245 seconds]
04:19
Unempl0yed[m] has quit [Ping timeout: 245 seconds]
04:19
raccoon[m] has quit [Ping timeout: 245 seconds]
04:19
figsoda[m] has quit [Ping timeout: 245 seconds]
04:19
bendlas has quit [Ping timeout: 245 seconds]
04:19
odiug[m] has quit [Ping timeout: 245 seconds]
04:19
ero-sennin[m] has quit [Ping timeout: 245 seconds]
04:19
inferno_geek[m] has quit [Ping timeout: 245 seconds]
04:19
anser78[m] has quit [Ping timeout: 245 seconds]
04:19
waxlamp[m] has quit [Ping timeout: 245 seconds]
04:19
ploupiboulba[m] has quit [Ping timeout: 245 seconds]
04:19
marius_k[m]1 has quit [Ping timeout: 245 seconds]
04:19
john-appleseed[m has quit [Ping timeout: 245 seconds]
04:19
wvud[m] has quit [Ping timeout: 245 seconds]
04:19
DavHau[m] has quit [Ping timeout: 245 seconds]
04:19
pbcheesecake[m] has quit [Ping timeout: 245 seconds]
04:19
us3r[m] has quit [Ping timeout: 245 seconds]
04:19
thewarsawpakt[m] has quit [Ping timeout: 245 seconds]
04:19
Dandellion has quit [Ping timeout: 245 seconds]
04:19
ms[m] has quit [Ping timeout: 245 seconds]
04:19
q3k[m] has quit [Ping timeout: 245 seconds]
04:19
leonardp has quit [Ping timeout: 245 seconds]
04:19
ma27[m] has quit [Ping timeout: 245 seconds]
04:19
ppom[m] has quit [Ping timeout: 245 seconds]
04:19
sshow[m] has quit [Ping timeout: 244 seconds]
04:19
tomek[m] has quit [Ping timeout: 244 seconds]
04:19
redcedar[m] has quit [Ping timeout: 244 seconds]
04:19
Essence[m] has quit [Ping timeout: 244 seconds]
04:19
timstott[m] has quit [Ping timeout: 244 seconds]
04:19
vancoding[m] has quit [Ping timeout: 244 seconds]
04:19
suprime[m] has quit [Ping timeout: 244 seconds]
04:19
phjlip[m] has quit [Ping timeout: 244 seconds]
04:19
contrun has quit [Ping timeout: 244 seconds]
04:19
psibi[m] has quit [Ping timeout: 244 seconds]
04:19
jdnixx[m] has quit [Ping timeout: 244 seconds]
04:19
j0ni[m] has quit [Ping timeout: 244 seconds]
04:19
ydlr[m] has quit [Ping timeout: 244 seconds]
04:19
danielrf[m] has quit [Ping timeout: 244 seconds]
04:19
qbit[m] has quit [Ping timeout: 244 seconds]
04:19
Yakulu[m] has quit [Ping timeout: 244 seconds]
04:20
phirsch has quit [Ping timeout: 248 seconds]
04:20
disposabled[m] has quit [Ping timeout: 248 seconds]
04:20
babbaj[m] has quit [Ping timeout: 248 seconds]
04:20
cidkid[m] has quit [Ping timeout: 248 seconds]
04:20
bekkvann[m] has quit [Ping timeout: 248 seconds]
04:20
enno[m] has quit [Ping timeout: 248 seconds]
04:20
eliasp[m] has quit [Ping timeout: 248 seconds]
04:20
teutat3s[m]1 has quit [Ping timeout: 248 seconds]
04:20
Roos[m] has quit [Ping timeout: 248 seconds]
04:20
ipv6[m] has quit [Ping timeout: 252 seconds]
04:20
zipfelsack[m] has quit [Ping timeout: 252 seconds]
04:20
jhgarner[m] has quit [Ping timeout: 252 seconds]
04:20
marin[m] has quit [Ping timeout: 252 seconds]
04:20
gurkan[m] has quit [Ping timeout: 252 seconds]
04:20
princemachiavell has quit [Ping timeout: 252 seconds]
04:20
Edmund[m] has quit [Ping timeout: 252 seconds]
04:20
jbarthelmes[m] has quit [Ping timeout: 252 seconds]
04:20
e[m] has quit [Ping timeout: 252 seconds]
04:20
oh_lawd[m] has quit [Ping timeout: 252 seconds]
04:20
kgjfeduwieigt83e has quit [Ping timeout: 252 seconds]
04:20
arcnmx has quit [Ping timeout: 252 seconds]
04:20
hiking[m] has quit [Ping timeout: 252 seconds]
04:20
iv_nn[m] has quit [Ping timeout: 248 seconds]
04:20
kuel0[m] has quit [Ping timeout: 248 seconds]
04:20
fuzzypixelz[m] has quit [Ping timeout: 248 seconds]
04:20
blah1367[m] has quit [Ping timeout: 248 seconds]
04:20
awuji[m] has quit [Ping timeout: 248 seconds]
04:20
OJ[m] has quit [Ping timeout: 248 seconds]
04:20
t_unix[m] has quit [Ping timeout: 248 seconds]
04:20
regnat[m] has quit [Ping timeout: 248 seconds]
04:20
oreoking[m] has quit [Ping timeout: 248 seconds]
04:20
codebam_ has quit [Ping timeout: 248 seconds]
04:20
artturin has quit [Ping timeout: 248 seconds]
04:20
rycee has quit [Ping timeout: 248 seconds]
04:20
notgne2[m] has quit [Ping timeout: 248 seconds]
04:20
Kng[m] has quit [Ping timeout: 248 seconds]
04:20
l33[m] has quit [Ping timeout: 248 seconds]
04:20
thefloweringash has quit [Ping timeout: 248 seconds]
04:20
grin[m] has quit [Ping timeout: 248 seconds]
04:20
konfou[m] has quit [Max SendQ exceeded]
04:20
roberth has quit [Ping timeout: 248 seconds]
04:20
afontain_ has quit [Ping timeout: 248 seconds]
04:20
d10n-work has quit [Ping timeout: 276 seconds]
04:20
PorkySpine has quit [Ping timeout: 276 seconds]
04:20
nckx has joined #nixos
04:20
enblanco[m] has quit [Ping timeout: 246 seconds]
04:20
codyopel has quit [Ping timeout: 246 seconds]
04:20
Annika[m] has quit [Ping timeout: 246 seconds]
04:20
ptival[m] has quit [Ping timeout: 246 seconds]
04:20
mrketsuban[m] has quit [Ping timeout: 246 seconds]
04:20
idkrn[m] has quit [Ping timeout: 246 seconds]
04:20
AlesHuzik[m] has quit [Ping timeout: 246 seconds]
04:20
sk4l[m] has quit [Ping timeout: 246 seconds]
04:20
RyuKurisu[m] has quit [Ping timeout: 246 seconds]
04:20
kraem[m] has quit [Ping timeout: 246 seconds]
04:20
st3r4g[m] has quit [Ping timeout: 246 seconds]
04:20
onny[m] has quit [Ping timeout: 260 seconds]
04:20
akirill0v[m] has quit [Ping timeout: 260 seconds]
04:20
ThomasGummerer[m has quit [Ping timeout: 260 seconds]
04:20
andutu[m] has quit [Ping timeout: 260 seconds]
04:20
goibhniu has quit [Ping timeout: 260 seconds]
04:20
kenny[m]1 has quit [Ping timeout: 260 seconds]
04:20
nrr has joined #nixos
04:20
coloneljohnby[m] has quit [Ping timeout: 256 seconds]
04:20
GideonOgbonna[m] has quit [Ping timeout: 256 seconds]
04:20
tams[m] has quit [Ping timeout: 256 seconds]
04:20
JrgKtemeier[m] has quit [Ping timeout: 256 seconds]
04:20
chvp has quit [Ping timeout: 256 seconds]
04:20
domenkozar[m] has quit [Ping timeout: 256 seconds]
04:20
cepheus has quit [Ping timeout: 245 seconds]
04:20
rednaZ[m] has quit [Ping timeout: 245 seconds]
04:20
kloenk has quit [Ping timeout: 245 seconds]
04:20
aynish has quit [Ping timeout: 245 seconds]
04:20
mindtree[m] has quit [Ping timeout: 245 seconds]
04:20
edrex has quit [Ping timeout: 243 seconds]
04:20
puzzlewolf has quit [Ping timeout: 243 seconds]
04:20
cab404[m] has quit [Ping timeout: 243 seconds]
04:20
srid has quit [Ping timeout: 243 seconds]
04:20
rizary has quit [Ping timeout: 245 seconds]
04:20
livestradamus[m] has quit [Ping timeout: 252 seconds]
04:20
pager[m] has quit [Ping timeout: 252 seconds]
04:20
spinus[m] has quit [Ping timeout: 252 seconds]
04:20
kerru_an[m] has quit [Ping timeout: 252 seconds]
04:20
dev-kcw[m] has quit [Ping timeout: 252 seconds]
04:20
ili has quit [Ping timeout: 252 seconds]
04:20
crazazy[m] has quit [Ping timeout: 252 seconds]
04:20
r0bby has quit [Ping timeout: 250 seconds]
04:20
feepo has quit [Ping timeout: 257 seconds]
04:20
dotdotok[m] has quit [Ping timeout: 257 seconds]
04:20
pdp8[m] has quit [Ping timeout: 257 seconds]
04:20
wiszki[m] has quit [Max SendQ exceeded]
04:20
MichaelAmoani[m] has quit [Max SendQ exceeded]
04:20
juliendehos[m] has quit [Ping timeout: 244 seconds]
04:20
mith[m] has quit [Ping timeout: 244 seconds]
04:20
kevin_m02[m] has quit [Max SendQ exceeded]
04:20
sudocurse has quit [Ping timeout: 244 seconds]
04:20
awaxa has quit [Max SendQ exceeded]
04:20
spacetato has quit [Ping timeout: 248 seconds]
04:20
scheibenkleister has quit [Ping timeout: 248 seconds]
04:20
dunc4n has quit [Ping timeout: 248 seconds]
04:20
axx has quit [Ping timeout: 248 seconds]
04:20
aiden[m] has quit [Ping timeout: 258 seconds]
04:20
ibizaman[m] has quit [Ping timeout: 258 seconds]
04:20
DamienCassou has quit [Ping timeout: 258 seconds]
04:20
Zoom[m] has quit [Ping timeout: 245 seconds]
04:20
bachp has quit [Ping timeout: 245 seconds]
04:20
Miguel[m] has quit [Ping timeout: 245 seconds]
04:20
v0lde[m] has quit [Ping timeout: 245 seconds]
04:20
jtojnar has quit [Ping timeout: 245 seconds]
04:20
fiveseven[m] has quit [Ping timeout: 245 seconds]
04:20
gyzac[m] has quit [Ping timeout: 276 seconds]
04:20
shmakes[m] has quit [Ping timeout: 276 seconds]
04:20
throwaway740928[ has quit [Ping timeout: 276 seconds]
04:20
ekotik[m] has quit [Ping timeout: 276 seconds]
04:20
jojosch[m] has quit [Ping timeout: 276 seconds]
04:20
fliegendewurst[m has quit [Ping timeout: 276 seconds]
04:20
kunrooted[m] has quit [Ping timeout: 276 seconds]
04:20
wangoe[m] has quit [Ping timeout: 276 seconds]
04:20
pacc6[m] has quit [Ping timeout: 276 seconds]
04:20
figgyc[m] has quit [Ping timeout: 276 seconds]
04:20
jbal[m] has quit [Ping timeout: 276 seconds]
04:20
gh0st[m] has quit [Ping timeout: 276 seconds]
04:20
ricklafleur[m] has quit [Ping timeout: 276 seconds]
04:20
cogito271[m] has quit [Ping timeout: 276 seconds]
04:20
faya01[m] has quit [Ping timeout: 276 seconds]
04:20
jul1u5[m] has quit [Ping timeout: 276 seconds]
04:20
Lorenzoas3ii[m] has quit [Ping timeout: 276 seconds]
04:20
tristan[m] has quit [Ping timeout: 276 seconds]
04:20
slby[m] has quit [Ping timeout: 276 seconds]
04:20
alienpirate5 has quit [Ping timeout: 276 seconds]
04:20
viq[m] has quit [Ping timeout: 276 seconds]
04:20
nicolas[m] has quit [Ping timeout: 276 seconds]
04:20
Raphael[m] has quit [Ping timeout: 276 seconds]
04:20
davidak[m] has quit [Ping timeout: 276 seconds]
04:20
LuxExUmbra has quit [Ping timeout: 276 seconds]
04:20
diegov_ has quit [Ping timeout: 276 seconds]
04:20
lstanley has quit [Ping timeout: 276 seconds]
04:20
antholop[m] has quit [Max SendQ exceeded]
04:20
humancalico[m] has quit [Ping timeout: 245 seconds]
04:20
leons has quit [Ping timeout: 245 seconds]
04:20
ravecoin[m] has quit [Ping timeout: 252 seconds]
04:20
FreeVariable has quit [Ping timeout: 252 seconds]
04:20
FOSSGuy[m] has quit [Ping timeout: 252 seconds]
04:20
bitonic has quit [Ping timeout: 252 seconds]
04:20
Ox4A6F has quit [Ping timeout: 252 seconds]
04:20
CRTified[m] has quit [Ping timeout: 252 seconds]
04:20
Valodim[m] has quit [Ping timeout: 252 seconds]
04:20
unclechu has quit [Max SendQ exceeded]
04:20
higherorder__ has quit [Ping timeout: 252 seconds]
04:20
tjammer[m] has quit [Ping timeout: 245 seconds]
04:20
enjoinedmot[m] has quit [Ping timeout: 245 seconds]
04:20
demostanis[m] has quit [Ping timeout: 245 seconds]
04:20
toasty_avocado[m has quit [Ping timeout: 245 seconds]
04:20
rmcgibbo[m] has quit [Ping timeout: 245 seconds]
04:20
programming[m]1 has quit [Ping timeout: 245 seconds]
04:20
kalbasit[m] has quit [Ping timeout: 245 seconds]
04:20
immae has quit [Ping timeout: 245 seconds]
04:20
fossdd[m] has quit [Max SendQ exceeded]
04:20
Paul[m]5 has quit [Ping timeout: 246 seconds]
04:20
heyarne[m] has quit [Ping timeout: 246 seconds]
04:20
aaronjanse has quit [Ping timeout: 246 seconds]
04:21
aanderse has quit [Ping timeout: 258 seconds]
04:21
l-as has quit [Ping timeout: 258 seconds]
04:21
Minijackson has quit [Ping timeout: 258 seconds]
04:21
btdmaster[m] has quit [Ping timeout: 248 seconds]
04:21
alexfmpe has quit [Ping timeout: 248 seconds]
04:21
cstrahan has quit [Ping timeout: 248 seconds]
04:21
hazel[m] has quit [Ping timeout: 248 seconds]
04:21
diamondman has quit [Ping timeout: 248 seconds]
04:21
kevincox has quit [Ping timeout: 252 seconds]
04:21
elvishjerricco has quit [Ping timeout: 252 seconds]
04:21
ThaEwat has quit [Ping timeout: 252 seconds]
04:21
maralorn has quit [Ping timeout: 252 seconds]
04:21
fufexan[m] has quit [Ping timeout: 245 seconds]
04:21
HeN has quit [Ping timeout: 260 seconds]
04:21
mjlbach has quit [Ping timeout: 245 seconds]
04:21
hdjdjd[m] has quit [Ping timeout: 245 seconds]
04:21
veleiro has quit [Ping timeout: 245 seconds]
04:21
omasanori[m] has quit [Ping timeout: 245 seconds]
04:21
rnhmjoj has quit [Ping timeout: 245 seconds]
04:21
waleee-cl has quit [Ping timeout: 258 seconds]
04:21
blakeellis[m] has quit [Ping timeout: 250 seconds]
04:21
Lurkki[m] has quit [Ping timeout: 276 seconds]
04:21
JJJollyjim has quit [Ping timeout: 276 seconds]
04:21
michaelpj has quit [Ping timeout: 276 seconds]
04:21
ronny has quit [Ping timeout: 276 seconds]
04:21
beardhatcode has quit [Ping timeout: 276 seconds]
04:21
berberman[T] has quit [Ping timeout: 276 seconds]
04:21
SumnerEvans[m] has quit [Ping timeout: 276 seconds]
04:21
hoek has quit [Ping timeout: 276 seconds]
04:21
jgart[m] has quit [Max SendQ exceeded]
04:21
cemguresci[m] has quit [Ping timeout: 258 seconds]
04:21
sudocurse has joined #nixos
04:21
mt[m] has quit [Ping timeout: 252 seconds]
04:21
petrichor has quit [Ping timeout: 252 seconds]
04:21
Schicko has quit [Ping timeout: 252 seconds]
04:21
LinuxHackerman has quit [Ping timeout: 252 seconds]
04:21
wildsebastian has joined #nixos
04:21
nicbk has quit [Ping timeout: 245 seconds]
04:21
bourbon has quit [Ping timeout: 245 seconds]
04:21
beaky has joined #nixos
04:21
ejpcmac has quit [Ping timeout: 248 seconds]
04:21
ryantm has quit [Ping timeout: 248 seconds]
04:21
Serus_ has joined #nixos
04:21
Milanfallbackacc has quit [Ping timeout: 246 seconds]
04:22
tutitau[m] has quit [Ping timeout: 245 seconds]
04:22
kb[m] has quit [Ping timeout: 245 seconds]
04:22
korrr[m] has quit [Ping timeout: 245 seconds]
04:22
mvnetbiz_ has quit [Ping timeout: 245 seconds]
04:22
HeN has joined #nixos
04:22
NemesisD has joined #nixos
04:22
Robozman[m] has quit [Ping timeout: 276 seconds]
04:22
philipp[m] has quit [Ping timeout: 276 seconds]
04:22
hiroshi[m] has quit [Ping timeout: 276 seconds]
04:22
alarsyo[m] has quit [Ping timeout: 276 seconds]
04:22
higherorder__ has joined #nixos
04:22
cstrahan has joined #nixos
04:22
aml has joined #nixos
04:22
VideoGameEnjoyer has joined #nixos
04:22
alunduil has joined #nixos
04:23
pingveno has joined #nixos
04:23
jfhbrook has quit [Ping timeout: 245 seconds]
04:23
diamondman has joined #nixos
04:23
hypn0z[m] has quit [Ping timeout: 260 seconds]
04:23
d1rewolf has joined #nixos
04:23
Antoine01[m] has quit [Ping timeout: 252 seconds]
04:23
jfhbrook has joined #nixos
04:23
cz3 has joined #nixos
04:24
lemmie[m]1 has quit [Ping timeout: 252 seconds]
04:24
tad-lispy[m] has quit [Ping timeout: 252 seconds]
04:24
davidwhiting[m] has quit [Ping timeout: 252 seconds]
04:24
ahmedelgabri has joined #nixos
04:24
eddyb[legacy] has joined #nixos
04:24
SrPx has joined #nixos
04:24
rizary has joined #nixos
04:24
elvishjerricco has joined #nixos
04:24
PorkySpine has joined #nixos
04:24
SanchayanMaity has joined #nixos
04:24
veegee has joined #nixos
04:25
feepo has joined #nixos
04:25
waleee-cl has joined #nixos
04:25
omnigoat has joined #nixos
04:26
teej has joined #nixos
04:26
raboof has joined #nixos
04:26
betawaffle has joined #nixos
04:26
CustosLimen has joined #nixos
04:26
r0bby has joined #nixos
04:27
dmj` has joined #nixos
04:28
lopsided98 has joined #nixos
04:28
hoek has joined #nixos
04:28
ahmedelgabri has quit [Ping timeout: 245 seconds]
04:28
d10n-work has joined #nixos
04:29
lstanley has joined #nixos
04:36
nerdisapenguin has joined #nixos
04:38
liuyb has joined #nixos
04:39
nerdisapenguin has left #nixos [#nixos]
04:48
Trustee has joined #nixos
04:50
bqv has quit [Quit: WeeChat 3.0.1]
04:52
bqv has joined #nixos
04:53
pieguy128 has joined #nixos
04:57
jbarthelmes[m] has joined #nixos
04:57
dycan has quit [Remote host closed the connection]
04:57
<
matthewcroughan >
I'm encountering what feels like a bug right now with Nix.
04:58
<
matthewcroughan >
I have set services.xserver.displayManager.gdm.enable = true;, and removed my old displayManager.ly.enable = true;, yet the systemd service for display-manager.service is still taking the old values, as if I never did that.
05:02
marusich has quit [Ping timeout: 240 seconds]
05:07
endformationage has quit [Quit: WeeChat 2.9]
05:08
snowflake has quit [Remote host closed the connection]
05:08
snowflake has joined #nixos
05:10
snowflake has quit [Remote host closed the connection]
05:10
snowflake has joined #nixos
05:11
jophish__ has joined #nixos
05:18
marusich has joined #nixos
05:31
palo1 has joined #nixos
05:34
palo has quit [Ping timeout: 265 seconds]
05:34
palo1 is now known as palo
05:42
socialjusticewaf has joined #nixos
05:42
ptival[m] has joined #nixos
05:42
DamienCassou has joined #nixos
05:42
veleiro has joined #nixos
05:42
contrun has joined #nixos
05:42
jschievink has joined #nixos
05:42
ms[m] has joined #nixos
05:42
afontain_ has joined #nixos
05:42
Ke has joined #nixos
05:42
alarsyo[m] has joined #nixos
05:42
LuxExUmbra has joined #nixos
05:42
hsiktas[m] has joined #nixos
05:42
bourbon has joined #nixos
05:42
kevin_m02[m] has joined #nixos
05:42
immae has joined #nixos
05:42
toasty_avocado[m has joined #nixos
05:42
wiszki[m] has joined #nixos
05:42
oh_lawd[m] has joined #nixos
05:42
t_unix[m] has joined #nixos
05:42
nikola[m] has joined #nixos
05:42
michaelpj has joined #nixos
05:42
steve[m] has joined #nixos
05:42
hdjdjd[m] has joined #nixos
05:42
psibi[m] has joined #nixos
05:42
mindtree[m] has joined #nixos
05:42
MichaelAmoani[m] has joined #nixos
05:42
davidak[m] has joined #nixos
05:42
programming[m]1 has joined #nixos
05:42
jgart[m] has joined #nixos
05:42
vexedblaze has joined #nixos
05:42
tjammer[m] has joined #nixos
05:42
nh2[m] has joined #nixos
05:42
hiking[m] has joined #nixos
05:42
Liam[m] has joined #nixos
05:42
rycee has joined #nixos
05:42
BinkyTheClown has joined #nixos
05:42
kraem[m] has joined #nixos
05:42
JJJollyjim has joined #nixos
05:42
chvp has joined #nixos
05:42
btdmaster[m] has joined #nixos
05:42
leon[m] has joined #nixos
05:42
Ox4A6F has joined #nixos
05:42
pager[m] has joined #nixos
05:42
lambdaclan has joined #nixos
05:42
l33[m] has joined #nixos
05:42
l-as has joined #nixos
05:42
M0x76[m] has joined #nixos
05:42
manveru[m] has joined #nixos
05:42
fuzzypixelz[m] has joined #nixos
05:42
colemickens has joined #nixos
05:42
kclejeune[m] has joined #nixos
05:42
enjoinedmot[m] has joined #nixos
05:42
daemon1024 has joined #nixos
05:42
phjlip[m] has joined #nixos
05:42
Raphael[m] has joined #nixos
05:42
xelaushi[m] has joined #nixos
05:42
regnat[m] has joined #nixos
05:42
faya01[m] has joined #nixos
05:42
ravecoin[m] has joined #nixos
05:42
crazazy[m] has joined #nixos
05:42
john-appleseed[m has joined #nixos
05:42
hpfr has joined #nixos
05:42
nicolas[m] has joined #nixos
05:42
tams[m] has joined #nixos
05:42
kenny[m]1 has joined #nixos
05:42
jumper[m] has joined #nixos
05:42
babbaj[m] has joined #nixos
05:42
thefloweringash has joined #nixos
05:42
rednaZ[m] has joined #nixos
05:42
viq[m] has joined #nixos
05:42
alexrelis[m] has joined #nixos
05:42
ThaEwat has joined #nixos
05:42
Satyasheel[m] has joined #nixos
05:42
antholop[m] has joined #nixos
05:42
yurb has joined #nixos
05:42
sshow[m] has joined #nixos
05:42
FreeVariable has joined #nixos
05:42
oreoking[m] has joined #nixos
05:42
gyzac[m] has joined #nixos
05:42
sarcasticdream[m has joined #nixos
05:42
LinuxHackerman has joined #nixos
05:42
ongy[m] has joined #nixos
05:42
hazel[m] has joined #nixos
05:42
nwp[m] has joined #nixos
05:42
ibizaman[m] has joined #nixos
05:42
ejpcmac has joined #nixos
05:42
cab404[m] has joined #nixos
05:42
roberth has joined #nixos
05:42
DarkTrancer[m] has joined #nixos
05:42
petrichor has joined #nixos
05:42
Valodim[m] has joined #nixos
05:42
shmakes[m] has joined #nixos
05:42
Dandellion has joined #nixos
05:42
aanderse has joined #nixos
05:42
bachp has joined #nixos
05:42
therajsun[m] has joined #nixos
05:42
madonius[m] has joined #nixos
05:42
jdnixx[m] has joined #nixos
05:42
ronny has joined #nixos
05:42
andutu[m] has joined #nixos
05:42
Edmund[m] has joined #nixos
05:42
cemguresci[m] has joined #nixos
05:42
Robozman[m] has joined #nixos
05:42
artturin has joined #nixos
05:42
figsoda[m] has joined #nixos
05:42
kuel0[m] has joined #nixos
05:42
ryantm has joined #nixos
05:42
tomek[m] has joined #nixos
05:42
soiledit[m] has joined #nixos
05:42
peterstorm[m] has joined #nixos
05:42
wangoe[m] has joined #nixos
05:42
thewarsawpakt[m] has joined #nixos
05:42
spacetato has joined #nixos
05:42
arcnmx has joined #nixos
05:42
aynish has joined #nixos
05:42
anton[m] has joined #nixos
05:42
ArtemPelenitsyn[ has joined #nixos
05:42
grin[m] has joined #nixos
05:42
Piece_Maker has joined #nixos
05:42
awuji[m] has joined #nixos
05:42
jul1u5[m] has joined #nixos
05:42
eddyb has joined #nixos
05:42
bendlas has joined #nixos
05:42
fossdd[m] has joined #nixos
05:42
marin[m] has joined #nixos
05:42
codebam_ has joined #nixos
05:42
JaakkoLuttinen[m has joined #nixos
05:42
Ericson2314 has joined #nixos
05:42
scheibenkleister has joined #nixos
05:42
RomanBall[m] has joined #nixos
05:42
Lorenzoas3ii[m] has joined #nixos
05:42
throwaway740928[ has joined #nixos
05:42
anonymouserobot[ has joined #nixos
05:42
davidwhiting[m] has joined #nixos
05:42
NobbZ[m] has joined #nixos
05:42
Paul[m]3 has joined #nixos
05:42
mvnetbiz_ has joined #nixos
05:42
srid has joined #nixos
05:42
OJ[m] has joined #nixos
05:42
heyarne[m] has joined #nixos
05:42
ydlr[m] has joined #nixos
05:42
kunrooted[m] has joined #nixos
05:42
princemachiavell has joined #nixos
05:42
neonfuz2 has joined #nixos
05:42
st3r4g[m] has joined #nixos
05:42
cwnovusordoseclo has joined #nixos
05:42
pbcheesecake[m] has joined #nixos
05:42
domenkozar[m] has joined #nixos
05:42
mrketsuban[m] has joined #nixos
05:42
v0lde[m] has joined #nixos
05:42
edrex has joined #nixos
05:42
tim92[m] has joined #nixos
05:42
FOSSGuy[m] has joined #nixos
05:42
rschulman has joined #nixos
05:42
Yakulu[m] has joined #nixos
05:42
kloenk has joined #nixos
05:42
CRTified[m] has joined #nixos
05:42
SumnerEvans[m] has joined #nixos
05:42
atemu12[m] has joined #nixos
05:42
Miguel[m] has joined #nixos
05:42
akirill0v[m] has joined #nixos
05:42
dmytrokurch[m] has joined #nixos
05:42
Kng[m] has joined #nixos
05:42
unclechu has joined #nixos
05:42
ptotter[m] has joined #nixos
05:42
bbigras has joined #nixos
05:42
spinus[m] has joined #nixos
05:42
ipv6[m] has joined #nixos
05:42
sobet[m] has joined #nixos
05:42
alexisnotme[m] has joined #nixos
05:42
mica[m] has joined #nixos
05:42
legendofmiracles has joined #nixos
05:42
alexfmpe has joined #nixos
05:42
omasanori[m] has joined #nixos
05:42
idkrn[m] has joined #nixos
05:42
musicmatze has joined #nixos
05:42
Minijackson has joined #nixos
05:42
hiroshi[m] has joined #nixos
05:42
zuh0 has joined #nixos
05:42
ploupiboulba[m] has joined #nixos
05:42
q3k[m] has joined #nixos
05:42
bitonic has joined #nixos
05:42
enno[m] has joined #nixos
05:42
danielrf[m] has joined #nixos
05:42
inferno_geek[m] has joined #nixos
05:42
Roos[m] has joined #nixos
05:42
beardhatcode has joined #nixos
05:42
j0ni[m] has joined #nixos
05:42
rnhmjoj has joined #nixos
05:42
iv_nn[m] has joined #nixos
05:42
tristan[m] has joined #nixos
05:42
Annika[m] has joined #nixos
05:42
odiug[m] has joined #nixos
05:42
RyuKurisu[m] has joined #nixos
05:42
emily has joined #nixos
05:42
AlesHuzik[m] has joined #nixos
05:42
berberman[T] has joined #nixos
05:42
humancalico[m] has joined #nixos
05:42
figgyc[m] has joined #nixos
05:42
M86ul[m] has joined #nixos
05:42
ricklafleur[m] has joined #nixos
05:42
m1kr0[m] has joined #nixos
05:42
chreekat[m] has joined #nixos
05:42
Antoine01[m] has joined #nixos
05:42
jamesrains[m] has joined #nixos
05:42
AnAmigian[m] has joined #nixos
05:42
juansucks[m] has joined #nixos
05:42
siraben has joined #nixos
05:42
maralorn has joined #nixos
05:42
fufexan[m] has joined #nixos
05:42
wvud[m] has joined #nixos
05:42
fendingshadows[m has joined #nixos
05:42
diegov_ has joined #nixos
05:42
qbit[m] has joined #nixos
05:42
aiden[m] has joined #nixos
05:42
anser78[m] has joined #nixos
05:42
dunc4n has joined #nixos
05:42
landed-pending[m has joined #nixos
05:42
mjlbach has joined #nixos
05:42
marius_k[m]1 has joined #nixos
05:42
aaronjanse has joined #nixos
05:42
pheoxy has joined #nixos
05:42
eliasp[m] has joined #nixos
05:42
philipp[m] has joined #nixos
05:42
DevTurks[m] has joined #nixos
05:42
ili has joined #nixos
05:42
leibniz[m] has joined #nixos
05:42
jojosch[m] has joined #nixos
05:42
Unempl0yed[m] has joined #nixos
05:42
eadwu has joined #nixos
05:42
ogroendal[m] has joined #nixos
05:42
demostanis[m] has joined #nixos
05:42
fgaz has joined #nixos
05:42
ekotik[m] has joined #nixos
05:42
dbirks[m] has joined #nixos
05:42
vasishath[m] has joined #nixos
05:42
epitron[m] has joined #nixos
05:42
kevincox has joined #nixos
05:42
a12l has joined #nixos
05:42
JrgKtemeier[m] has joined #nixos
05:42
GideonOgbonna[m] has joined #nixos
05:42
ma27[m] has joined #nixos
05:42
leons has joined #nixos
05:42
pacc[m] has joined #nixos
05:42
cepheus has joined #nixos
05:42
kevin[m] has joined #nixos
05:42
duffelbag[m] has joined #nixos
05:42
garbas[m] has joined #nixos
05:42
konfou[m] has joined #nixos
05:42
Linus[m]1 has joined #nixos
05:42
teutat3s[m]1 has joined #nixos
05:42
kalbasit[m] has joined #nixos
05:42
Essence[m] has joined #nixos
05:42
mith[m] has joined #nixos
05:42
sebbadk[m] has joined #nixos
05:42
nicbk has joined #nixos
05:42
cogito271[m] has joined #nixos
05:42
rmcgibbo[m] has joined #nixos
05:42
suprime[m] has joined #nixos
05:42
phirsch has joined #nixos
05:42
sk4l[m] has joined #nixos
05:42
ThomasGummerer[m has joined #nixos
05:42
ero-sennin[m] has joined #nixos
05:42
dev-kcw[m] has joined #nixos
05:42
fliegendewurst[m has joined #nixos
05:42
RageGamermatrixo has joined #nixos
05:42
alienpirate5 has joined #nixos
05:42
vancoding[m] has joined #nixos
05:42
juliendehos[m] has joined #nixos
05:42
disposabled[m] has joined #nixos
05:42
gh0st[m] has joined #nixos
05:42
notgne2[m] has joined #nixos
05:42
mt[m] has joined #nixos
05:42
leonardp has joined #nixos
05:42
Zoom[m] has joined #nixos
05:42
enblanco[m] has joined #nixos
05:42
jhgarner[m] has joined #nixos
05:42
us3r[m] has joined #nixos
05:42
slby[m] has joined #nixos
05:42
tutitau[m] has joined #nixos
05:42
jtojnar has joined #nixos
05:42
tad-lispy[m] has joined #nixos
05:42
ppom[m] has joined #nixos
05:42
DavHau[m] has joined #nixos
05:42
fiveseven[m] has joined #nixos
05:42
lemmie[m]2 has joined #nixos
05:42
timstott[m] has joined #nixos
05:42
puzzlewolf has joined #nixos
05:42
kgjfeduwieigt83e has joined #nixos
05:42
pdp8[m] has joined #nixos
05:42
ayyess[m] has joined #nixos
05:42
awaxa has joined #nixos
05:42
Schicko has joined #nixos
05:42
axx has joined #nixos
05:42
e[m] has joined #nixos
05:42
Milanfallbackacc has joined #nixos
05:42
MatthieuCoudron[ has joined #nixos
05:42
blah1367[m] has joined #nixos
05:42
korrr[m] has joined #nixos
05:42
veryepicusername has joined #nixos
05:42
mhj[m] has joined #nixos
05:42
hypn0z[m] has joined #nixos
05:42
raccoon[m] has joined #nixos
05:42
codyopel has joined #nixos
05:42
waxlamp[m] has joined #nixos
05:42
blakeellis[m] has joined #nixos
05:42
pacc6[m] has joined #nixos
05:42
goibhniu has joined #nixos
05:42
gurkan[m] has joined #nixos
05:42
dotdotok[m] has joined #nixos
05:42
ThomasTuegel[m] has joined #nixos
05:42
bekkvann[m] has joined #nixos
05:42
ebbertd[m] has joined #nixos
05:42
grahamc[m] has joined #nixos
05:42
jbal[m] has joined #nixos
05:42
zipfelsack[m] has joined #nixos
05:42
kerru_an[m] has joined #nixos
05:42
kb[m] has joined #nixos
05:42
redcedar[m] has joined #nixos
05:42
cidkid[m] has joined #nixos
05:42
onny[m] has joined #nixos
05:42
coloneljohnby[m] has joined #nixos
05:42
ramses[m] has joined #nixos
05:43
Lurkki[m] has joined #nixos
05:43
livestradamus[m] has joined #nixos
05:43
Brian[m]6 has joined #nixos
05:47
lopsided98 has quit [Ping timeout: 245 seconds]
05:49
lopsided98 has joined #nixos
05:54
marusich has quit [Ping timeout: 245 seconds]
05:55
<
emily >
has anyone used the libclang Python bindings with nixpkgs python? I can't figure out how to get it working; `python39.withPackages (ps: [llvmPackages.libclang.python])` isn't right apparently
05:55
hyper_ch has joined #nixos
05:56
Siyo has quit [Quit: Bye]
05:56
Siyo has joined #nixos
05:57
muppeth has quit [Remote host closed the connection]
05:58
muppeth has joined #nixos
06:04
<
alienpirate5 >
getting this many many times for osu-lazer: `The author primary signature validity period has expired.`
06:04
<
alienpirate5 >
i'm on unstable-small
06:06
bakerboy has joined #nixos
06:07
dotdotok has quit [Ping timeout: 260 seconds]
06:11
<
Izorkin >
aanderse: I'm waiting for this PR - #106492 to be updated
06:14
marusich has joined #nixos
06:16
marusich has quit [Client Quit]
06:19
<
matthewcroughan >
How do you use someone else's nixosModules in your own config after adding them as an input to your flake?
06:19
<
matthewcroughan >
anyone know?
06:19
jpo has joined #nixos
06:22
bakerboy has quit [Quit: Leaving]
06:23
philr has quit [Ping timeout: 240 seconds]
06:24
astylian has joined #nixos
06:25
ahmedelgabri has joined #nixos
06:29
ahmedelgabri has quit [Ping timeout: 260 seconds]
06:36
<
Ke >
ok am I now technically here on #nixos?
06:40
cole-h has quit [Ping timeout: 240 seconds]
06:42
<
dutchie >
Ke: seems so to me
06:47
sangoma has quit [Ping timeout: 240 seconds]
06:47
bitmapper has quit [Quit: Connection closed for inactivity]
06:48
sangoma has joined #nixos
06:50
<
Ke >
jkarlson | apparently yes <Error sending message>
06:55
astylian has quit [Ping timeout: 252 seconds]
07:02
novafacing has joined #nixos
07:10
philr has joined #nixos
07:17
Diogo9301 has joined #nixos
07:18
Diogo930 has quit [Ping timeout: 260 seconds]
07:18
Diogo9301 is now known as Diogo930
07:26
rprije has joined #nixos
07:28
malook has joined #nixos
07:30
malook has quit [Client Quit]
07:30
malook has joined #nixos
07:38
h0m1 has joined #nixos
07:40
rubm_ has quit [Ping timeout: 265 seconds]
07:42
fendor has joined #nixos
07:45
malook has quit [Quit: malook]
07:47
rubm has joined #nixos
08:00
griff__ has joined #nixos
08:00
ahmedelgabri has joined #nixos
08:01
srk has joined #nixos
08:07
gxt has joined #nixos
08:09
tejing has quit [Quit: WeeChat 2.9]
08:17
novafacing has quit [Quit: novafacing]
08:17
novafacing has joined #nixos
08:24
astylian has joined #nixos
08:26
avaq has joined #nixos
08:31
avaq has quit [Ping timeout: 240 seconds]
08:34
astylian has quit [Ping timeout: 265 seconds]
08:35
cinimod has quit [Remote host closed the connection]
08:45
rajivr has joined #nixos
08:56
oxalica has joined #nixos
08:56
sangoma has quit [Read error: Connection reset by peer]
08:59
aaabbbbbbbbbb has joined #nixos
09:01
ml| has joined #nixos
09:02
teasea has quit [Ping timeout: 260 seconds]
09:02
ahmedelgabri has quit [Ping timeout: 260 seconds]
09:05
berberman_ has joined #nixos
09:06
oxalica1 has joined #nixos
09:06
berberman has quit [Ping timeout: 258 seconds]
09:10
oxalica has quit [Ping timeout: 276 seconds]
09:13
oxalica1 has quit [Ping timeout: 268 seconds]
09:15
teasea has joined #nixos
09:17
sangoma has joined #nixos
09:21
civodul has joined #nixos
09:23
ml| has quit [Ping timeout: 252 seconds]
09:29
ahmedelgabri has joined #nixos
09:36
ml| has joined #nixos
09:39
cptchaos83 has quit [Ping timeout: 240 seconds]
09:40
cptchaos83 has joined #nixos
09:42
fuiltilt has quit [Quit: WeeChat 2.9]
09:42
zebrag has joined #nixos
09:43
zupo has joined #nixos
09:44
supercoven has joined #nixos
09:50
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
09:54
zupo has joined #nixos
09:54
zupo has quit [Client Quit]
09:59
poscat has quit [Remote host closed the connection]
09:59
<
pinpox >
,locate file
10:00
<
{^_^} >
Found in packages: go, bro, ola, calc, file, biber, davix, dillo, jetty, smesh, zulu8, codimd, gauche, geant4, gitlab, heroku, meteor, moodle, mopidy, newman, racket, spyder, toybox, chipsec, cypress, go_1_14, srecord, vagrant, arcanist, brackets, cryptpad, gwyddion, sonic-pi, spacegun, wallabag, linux.dev, mediawiki, opendylan, plan9port, rustc.doc, wordpress, codeblocks, kibana-oss, leo-editor, code-server, graalvm8-ce, kibana7-oss, and 108 more
10:00
poscat has joined #nixos
10:00
<
pinpox >
Damn, what package do I need for the `file` command? This is about the worst thing to google
10:01
<
pinpox >
oh ok, it's just "file".. nevermind
10:08
rprije has quit [Ping timeout: 252 seconds]
10:11
endvra has joined #nixos
10:11
jophish has joined #nixos
10:11
<
jophish >
Does anyone know in which packages I might find hcitool and rfcomm?
10:12
<
jophish >
not in bluez
10:14
<
jophish >
oh, seem slike it's long deprecated
10:15
<
Ke >
,locate bin hcitool
10:15
<
{^_^} >
Couldn't find in any packages
10:16
<
hexa- >
jophish: you can use bluetoothctl instead
10:17
<
jophish >
hexa- (IRC): even for the rfcomm part?
10:18
<
jophish >
i.e. making a serial port out of a bluetooth connection
10:18
<
hexa- >
jophish: btmgmt maybe?
10:18
<
jophish >
I'll take a look, thanks
10:19
<
jophish >
hmm, doens't look like it a first glance
10:20
<
jophish >
I've been trying for 15 minutes just to avoid walking across the room :(
10:21
<
jophish >
much longer if you count the time it took to set up my matrix server to talk to #nixos on freenode
10:22
liuyb has quit [Ping timeout: 246 seconds]
10:26
arcnmx has left #nixos [#nixos]
10:27
arcnmx has joined #nixos
10:32
sangoma has quit [Ping timeout: 265 seconds]
10:34
sangoma has joined #nixos
10:52
zebrag has quit [Quit: Konversation terminated!]
10:52
zebrag has joined #nixos
10:53
_bin has joined #nixos
10:58
__monty__ has joined #nixos
11:02
lsix has joined #nixos
11:06
lsix has quit [Ping timeout: 252 seconds]
11:15
f4r has joined #nixos
11:18
sciamp has joined #nixos
11:19
alexherbo2 has joined #nixos
11:19
vidbina has joined #nixos
11:25
sciamp has quit [Ping timeout: 240 seconds]
11:28
respawn_ has joined #nixos
11:34
mallox has joined #nixos
11:37
kfiz has joined #nixos
11:42
mallox has quit [Quit: WeeChat 3.1]
11:53
vidbina has quit [Ping timeout: 260 seconds]
12:02
<
afontain_ >
I was wondering, since cache.nixos.org has things as old as 2013-07-10, how much hope there is that should I write a thesis with a reproducible shell.nix, it would work in 10 years?
12:02
<
afontain_ >
wowowow
12:03
ManiacOfMadness has joined #nixos
12:04
<
afontain_ >
(whoops, the log wasn't meant for this channel)
12:05
zeenk has joined #nixos
12:06
liuyb has joined #nixos
12:11
<
arianvp >
pie_: hmm
12:12
<
arianvp >
no particular reason RE NIX_REMOTE
12:12
liuyb has quit [Ping timeout: 276 seconds]
12:13
<
arianvp >
im trying to use vscode-with-extensions on nixos but it isn't working. anybody using this?
12:13
ManiacOfMadness has quit [Ping timeout: 260 seconds]
12:15
philr has quit [Ping timeout: 260 seconds]
12:18
garionion has joined #nixos
12:22
S0rin_ has joined #nixos
12:25
S0rin has quit [Ping timeout: 240 seconds]
12:26
kmein has joined #nixos
12:26
Dr8128 has joined #nixos
12:29
skandix has quit [Ping timeout: 245 seconds]
12:29
sangoma has quit [Ping timeout: 252 seconds]
12:30
chenin has joined #nixos
12:31
sangoma has joined #nixos
12:37
novafacing has quit [Quit: novafacing]
12:37
novafacing has joined #nixos
12:37
novafacing has quit [Client Quit]
12:38
sangoma has quit [Ping timeout: 252 seconds]
12:38
novafacing has joined #nixos
12:38
amk has joined #nixos
12:41
respawn_ has quit [Quit: Leaving]
12:44
VideoGameEnjoyer has quit [Ping timeout: 240 seconds]
12:45
VideoGameEnjoyer has joined #nixos
12:45
shibboleth has joined #nixos
12:48
chenin has left #nixos [#nixos]
12:53
VideoGameEnjoyer has quit [Quit: Konversation terminated!]
12:53
VideoGameEnjoyer has joined #nixos
12:54
VideoGameEnjoyer has quit [Remote host closed the connection]
12:55
chenin has joined #nixos
12:55
VideoGameEnjoyer has joined #nixos
12:57
juhe has joined #nixos
12:57
chenin has left #nixos [#nixos]
13:00
dev_mohe has joined #nixos
13:00
dev_mohe has quit [Client Quit]
13:12
novafacing has quit [Quit: novafacing]
13:12
novafacing has joined #nixos
13:14
cinimod has joined #nixos
13:17
ahmedelgabri has quit [Ping timeout: 250 seconds]
13:17
FRidh has joined #nixos
13:18
VideoGameEnjoyer has quit [Quit: Konversation terminated!]
13:20
mmmattyx has joined #nixos
13:20
azahi has joined #nixos
13:21
eacameron has joined #nixos
13:23
<
m1cr0man >
Hey folks qq, I am declaring a string in two different parts of my nix config and I want them to be merged (they are multi line strings). Is this possible? Currently I get the error "the option has conflicing definition values"
13:24
<
m1cr0man >
It's a custom option I've declared so if this isn't possible I'm going to make it a list of strings
13:24
<
infinisil >
m1cr0man: The option type determines how multiple values are merged
13:24
<
infinisil >
types.str forbids merging
13:25
<
infinisil >
But types.lines merges by concatenating with \n
13:25
<
m1cr0man >
infinisil: Ah! Ok that's great to know :) TIL
13:25
<
m1cr0man >
infinisil: ++
13:25
<
m1cr0man >
infinisil++
13:25
<
{^_^} >
infinisil's karma got increased to 416
13:29
malook has joined #nixos
13:29
malook has quit [Client Quit]
13:31
azahi has quit [Quit: F]
13:31
azahi has joined #nixos
13:32
ahmedelgabri has joined #nixos
13:34
orivej has quit [Ping timeout: 260 seconds]
13:35
alexherbo2 has quit [Ping timeout: 265 seconds]
13:36
alexherbo2 has joined #nixos
13:41
muppeth has quit [Remote host closed the connection]
13:41
muppeth has joined #nixos
13:52
zebrag has quit [Quit: Konversation terminated!]
13:52
zebrag has joined #nixos
13:54
liuyb has joined #nixos
13:58
proofofkeags has joined #nixos
13:59
liuyb has quit [Ping timeout: 240 seconds]
14:01
<
cwnovusordoseclo >
Does anybody have nixos booting reliably on raspi 3b? Mine boots maybe 1/20 times and hangs on "starting kernel" the rest of the time. and unlike what the wiki says, it doesn't secretly boot in the background.
14:10
philr has joined #nixos
14:23
<
Orbstheorem >
What's the raw storage used by cache.nixos.org?
14:23
<
hexa- >
something amazon s3
14:26
proofofkeags has quit [Ping timeout: 246 seconds]
14:34
kaction has joined #nixos
14:37
garionion has quit [Quit: garionion]
14:38
garionion has joined #nixos
14:39
neiluj has joined #nixos
14:39
neiluj has quit [Changing host]
14:39
neiluj has joined #nixos
14:39
lord| has quit [Ping timeout: 246 seconds]
14:43
est31 has quit [Remote host closed the connection]
14:44
S0rin_ has quit [Ping timeout: 268 seconds]
14:44
est31 has joined #nixos
14:45
tmciver has quit [Ping timeout: 246 seconds]
14:47
tmciver has joined #nixos
14:49
S0rin_ has joined #nixos
14:49
acarrico has joined #nixos
14:49
S0rin_ has quit [Client Quit]
14:49
S0rin has joined #nixos
14:52
zebrag has quit [Quit: Konversation terminated!]
14:52
acarrico has quit [Client Quit]
14:52
zebrag has joined #nixos
14:56
novafacing has quit [Quit: novafacing]
14:56
novafacing has joined #nixos
14:58
dotdotok has joined #nixos
14:59
<
sterni >
,locate xcodebuild
14:59
<
{^_^} >
Found in packages: xcbuild, xcodebuild6
15:00
mehormlatu has joined #nixos
15:09
<
pie_ >
lunik1: containers dont have their own store..? depending on what youre doing
15:09
<
pie_ >
its funny because i was looking at that post earlier and im a bit confused
15:10
<
pie_ >
if you use nixos-container at least, i think the store is mounted in the container, but nix itself is not full set up by default (unless I missed something), which is something I was working on yesterday
15:11
<
pie_ >
I don't know about docker though
15:12
<
pie_ >
on that note, arianvp do you know if anything weird happens with using nix in containers? (how) do gc roots work?
15:13
<
lunik1 >
I might be wrong. I usually use arion for container orchestration, which lets you choose whether the store is shared or not.
15:15
<
pie_ >
I should probably look at that...I saw it earlier
15:15
<
pie_ >
arianvp: specifically zimbatm says "Another tricky thing with sharing the /nix folder is: the container itself shouldn’t ship with Nix installed. Otherwise, it might have references to store paths that are not available in the bind-mounted store. This is something that you generally discover later after a garbage-collection, once things are in production :slight_smile:" and I don't quite follow
15:15
<
pie_ >
does he mean not having the daemon running in the container?
15:15
<
pie_ >
(that part makes sense if youre sharing the store with the host system say)
15:16
<
pie_ >
but i dont really understand why they arent just doing that
15:18
<
supersandro2000 >
at least for my nspawn container the store is mounted ro
15:19
ahmedelgabri has quit [Ping timeout: 258 seconds]
15:20
anderslu1dstedt has quit [Quit: leaving]
15:20
<
pie_ >
ok i did enable container.ephemeral so idk if thats why I have rw
15:21
<
pie_ >
ok so i have an ro store as well, but supersandro2000 isnt the store always mounted ro
15:21
<
pie_ >
the nix daemon handles changes
15:22
ryantrinkle has joined #nixos
15:23
<
{^_^} >
#118740 (by ryantrinkle, 2 days ago, open): virtualbox: add patch to enable building with linux kernel 5.11
15:23
jophish__ has quit [Ping timeout: 240 seconds]
15:24
sangoma has joined #nixos
15:25
<
supersandro2000 >
pie_: on non nixos you can just use sudo to write to the store
15:26
snowflake has quit [Remote host closed the connection]
15:26
<
pie_ >
on a mostly unrelated note, is there a way to get a fully independent nixos in a container with nixos-container?
15:26
snowflake has joined #nixos
15:27
novafacing has quit [Read error: Connection reset by peer]
15:28
<
pinpox >
I want to use the default where possible and only fall back to my own cache if the default misses
15:31
<
pie_ >
I dont quite understand; mkforce is only good for making sure those settings end up in your configuration
15:31
<
pie_ >
are they ending up in your configuration?
15:31
<
pie_ >
i.e. do they show up in /etc/nix/nix.conf?
15:32
tejing has joined #nixos
15:33
<
sterni >
pinpox: you want to use lib.mkAfter and lib.mkBefore probably
15:33
<
sterni >
they are tried in list order
15:33
<
puck >
pinpox: the nix-cache-info file can have a "Priority: 50" line as well; where lower means higher priority
15:34
superherointj has joined #nixos
15:34
workerdrone has joined #nixos
15:35
stigo has quit [Quit: stigo]
15:35
<
sterni >
pinpox: okay on second thought that should work actually
15:35
<
afontain_ >
hexa-: I think Orbstheorem's question was about how much disk space it takes
15:35
<
jkt >
hi there, what is the nix way of packaging something that requires `python setup.py install` followed by invoking meson + ninja?
15:36
<
pinpox >
sterni: puck sorry, I still don't really understand what to do about it. How do I go about fixing the priority?
15:37
<
afontain_ >
I bet cache.nixos.org must be huge, especially since NixOS rebuild everything even when soname didn't change
15:37
<
puck >
pinpox: what protocol do you use for your own cache?
15:38
<
hexa- >
afontain_: north of 200TB iirc
15:38
<
pinpox >
puck: I'm using nix-serve, so I guess https
15:39
<
pinpox >
puck: damn. I have no clue how to do that. Would SSH be easier?
15:40
<
pinpox >
can I not just change the default's cache prio to something higher?
15:41
<
sterni >
interesting must have hit a false positive when testing the cache priority list ordering
15:41
<
puck >
it's part of the store itself, so it isn't easy to change, and the nix-serve nixos module doesn't allow you to override the package..
15:42
lsix has joined #nixos
15:42
liuyb has joined #nixos
15:43
m3 has joined #nixos
15:43
m3 is now known as epta
15:44
<
puck >
pinpox: i believe SSH stores, if you added them, would be queried first... but i'm not entirely certain on that
15:45
ahmedelgabri has joined #nixos
15:45
<
pinpox >
puck: are there other options that allow to configure that besides nix-serve?
15:46
<
pie_ >
I think the issue tracker should have some issues about this
15:46
lsix has quit [Ping timeout: 250 seconds]
15:46
<
pinpox >
puck: Not sure how much configuration is needed to set it up via SSH, I'd like to keep it as simple as possible, just to share packages between hosts/friends
15:47
<
puck >
my standard suggestion here is to patch nix-serve, probably.. something along the lines of `self: super: { nix-serve = super.nix-serve.overrideAttrs (_: { patchPhase = "sed -i s/30/90/ nix-serve/nix-serve.psgi"; }); }` as an overlay i think? (untested, etc)
15:47
<
pie_ >
oh thats about nix-serve, sorry
15:47
liuyb has quit [Ping timeout: 240 seconds]
15:48
<
pie_ >
oh huh its just a perl file
15:48
<
afontain_ >
brb making a clone of cache.nixos.org on my laptop SSD
15:48
<
pie_ >
wait, the
_server_ sets the priority??
15:48
<
puck >
err, drop the "nix-serve/" in the sed
15:49
<
pinpox >
puck: That feels rather hackish though, is there no intended way of doing this? Feels like something that should be configurable if caches already have a priority associated with them
15:49
<
pinpox >
I mean, even if that works it could easily break if the code of nix-serve changes
15:49
ahmedelgabri has quit [Ping timeout: 250 seconds]
15:50
<
puck >
pinpox: yeah, i get that. i mostly just have a fork of nixpkgs i use, so patching things is pretty standard
15:52
<
pinpox >
puck: So you basically install that package form your fork?
15:53
<
pie_ >
noone is mentioning anything about being able to set priority from your client. which i find a bit odd but it seems you cant
15:54
<
pinpox >
pie_: That's definitely the option I would prefer. I don't want to be dependant of some misconfiguration that might happen on the cache server if possible
15:54
<
pinpox >
In this case, it's not very problematic since I also controle the cache server, but still it feels kinda wrong to let the server decide
15:55
lsix has joined #nixos
15:55
<
pie_ >
note graham says in that thread "btw it isnt a good idea to depend on priority as a security feature, since it doesn't provide meaningful control over what you get from what cache."
15:55
endformationage has joined #nixos
15:55
<
pinpox >
grahamc[m]:++
15:55
<
pinpox >
grahamc[m]: Is there a workaround for that?
15:55
<
{^_^} >
nix#3264 (by lheckemann, 1 year ago, closed): Allow overriding substituter priorities
15:56
<
pie_ >
pinpox: uh, that questions feels like the wrong question, you get from the cache what you query from it, youre asking for a "cache firewall" (and how would you do that)
15:56
<
pinpox >
pie_: Could you explain that fix? How do I use it?
15:57
<
pinpox >
The PR you linked seems to have added a way to override a priority, but how?
15:57
<
puck >
pinpox: add a ?priority=50 or so to your nix-serve cache url, i think
15:58
dotdotok has quit [Read error: Connection reset by peer]
15:58
<
pie_ >
its also mentioned in the other thread i linked
15:58
<
pinpox >
puck: higher number == lower priority?
15:58
respawn_ has joined #nixos
15:58
dotdotok has joined #nixos
15:58
<
puck >
pinpox: yeah. i didn't realise this was a feature, lol
15:58
<
pinpox >
puck: ok, lemme try.
15:59
<
pie_ >
i mean, its obscure as hell and seems undocumented, so :D
15:59
lsix has quit [Ping timeout: 240 seconds]
15:59
lordcirth has joined #nixos
16:00
<
pie_ >
is there anything that documents substituter url options...
16:00
<
pinpox >
Just this?
16:01
<
pinpox >
Or do I need that to nix.trustedBinaryCaches?
16:01
<
puck >
this should work, yes
16:01
<
sterni >
pinpox: man nix.conf doesn't mention prioritisation at al
16:02
<
pinpox >
puck: I added it, have to wait a bit for new updates to be avaialbe to see if it works now I guess.
16:02
<
pinpox >
At least it's not complaining about the change
16:02
<
pinpox >
sterni: Maybe it's missing in the docs?
16:03
vikanezrimaya has quit [Ping timeout: 240 seconds]
16:03
<
sterni >
pinpox: yeah exactly that's what I meant
16:04
<
pie_ >
did the discourse email capacity problem get solved
16:04
anderslundstedt has joined #nixos
16:06
mehormlatu has quit [Quit: leaving]
16:06
Dr8128 has quit [Ping timeout: 246 seconds]
16:06
<
sterni >
pie_: afaik we are on Standard+ plan now for discourse
16:06
<
sterni >
so I guess yes until we hit the next limit
16:07
<
sterni >
for an extended period of time
16:07
<
pie_ >
ok because im waiting for a password reset :p ...
16:10
<
sterni >
well if it doesn't arrive bother someone in #nixos-infra I guess :)
16:10
<
pie_ >
inb4 i used some other email
16:12
KoyMikajlo[m] has joined #nixos
16:12
<
azazel >
i'm trying to use builtins.fetchGit with nix updated to 2.4xxx and gives me an error on an url like "ssh://git@gitlab.com:etour/foo/plonetheme.tokyo.git"
16:12
<
azazel >
it tells me "it's not a valid url"
16:13
<
azazel >
if I use the url without the ssh:// scheme it tells me that "file://git@gitlab.com..." is not a valid url, why?
16:15
<
supersandro2000 >
use git://git@
16:17
cole-h has joined #nixos
16:17
<
azazel >
supersandro2000: it's not a valid url either
16:18
<
azazel >
trying with the nix 2.3
16:19
<
azazel >
... and 2.3 has no problems
16:20
growpotkin has joined #nixos
16:21
snowflake has quit [Remote host closed the connection]
16:21
<
cransom >
is it ssh://git@gitlab.com/etour/...?
16:21
<
pie_ >
sterni: ended up digging out my old password file instead :)
16:22
snowflake has joined #nixos
16:22
griff__ has quit [Quit: griff__]
16:23
<
{^_^} >
nix#3503 (by rbvermaa, 51 weeks ago, open): URL parsing when using fetchGit does not accept the SSH URL that Github suggests anymore
16:24
<
azazel >
cransom: ah, the / after the hostname, sorry
16:24
<
cole-h >
you probably want git+ssh://git@github.com/[username]/[repo].git
16:26
<
azazel >
it's a thing?
16:26
<
cole-h >
I wouldn't be suggesting it if it wasn't ;)
16:26
<
cole-h >
at the very least, it works with nixUnstable
16:28
respawn__ has joined #nixos
16:29
respawn__ has quit [Remote host closed the connection]
16:32
respawn_ has quit [Ping timeout: 252 seconds]
16:32
respawn__ has joined #nixos
16:35
vidbina has joined #nixos
16:36
<
supersandro2000 >
azazel: just git://github.com/NixOS/nix.git
16:38
<
azazel >
so many different schemes to mean the same thing!I'll stick with git+ssh://, it's the more explicit
16:38
<
azazel >
s/more/most/
16:38
respawn__ has quit [Read error: Connection reset by peer]
16:38
respawn__ has joined #nixos
16:39
bitmapper has joined #nixos
16:44
<
shapr >
I did a nix-collect-garbage and now firefox won't play DRM video content. What did I mess up?
16:45
gustavderdrache has joined #nixos
16:46
eacameron has quit [Quit: Connection closed for inactivity]
16:46
<
Ke >
are you 100% positive these things are related?
16:47
<
shapr >
Ke: no, but I'm mostly sure it's the only change
16:48
<
Ke >
like you haven't kept the system on 100 days and only just recently opened a new firefox session or something?
16:49
<
shapr >
I had an uptime of six days before this last reboot, that was 13 hours ago.
16:50
<
shapr >
So it's possible something else happened, but if it wasn't nix-collect-garbage I don't know what it could have been
16:50
<
shapr >
Mind you, it's also the first time I ran nix-collect-garbage in a year or so
16:51
fendor_ has joined #nixos
16:51
mayniklas has joined #nixos
16:51
berber has joined #nixos
16:52
kaction has quit [Ping timeout: 252 seconds]
16:52
pinpox has joined #nixos
16:53
<
tejing >
shapr: nix-collect-garbage REALLY shouldn't ever break anything. If it does, it's most likely a sign of deeper problems
16:53
<
shapr >
tejing: I'm certainly not a nixpert, how could I learn more?
16:54
fendor has quit [Ping timeout: 252 seconds]
16:54
<
pie_ >
shapr: oh hi o/
16:55
<
tejing >
the most likely reason nix-collect-garbage would break something is if you manually put a nix store path into something and that derivation got updated.
16:57
<
shapr >
It's possible I got firefox working via nix-env -i a year ago, and then broke that when I switched everything to /etc/nixos/configuration.nix but didn't notice until I ran nix-collect-garbage
16:58
Dr8128 has joined #nixos
17:03
kiki has joined #nixos
17:04
<
{^_^} >
Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
17:06
dev_mohe has joined #nixos
17:08
jonringer has joined #nixos
17:08
respawn_ has joined #nixos
17:08
respawn__ has quit [Remote host closed the connection]
17:09
<
kiki >
hi, stupid question
17:09
<
kiki >
would nixos for a verylarge pentesting environment be pointless/overkill/overdrive or am i thinking this the wrong way
17:12
<
simpson >
As the penetration/exploit host? It's not especially designed for that, but I don't see why not. What are your concerns?
17:12
<
kiki >
basically it would have tons of python stuff.. but i guess i can just..use pipenv for that right?
17:12
<
kiki >
my issue is that i want to be able to run/rerun it anywhere
17:13
<
kiki >
i could just use a vm with snapshots for that
17:13
<
kiki >
(apologies im new to this stuff)
17:13
<
simpson >
We have a serious number of Python packages in nixpkgs. You might be able to set up your Python environment entirely using nixpkgs tools.
17:13
leothrix has joined #nixos
17:14
philr has quit [Ping timeout: 268 seconds]
17:14
<
kiki >
installing each python etc package in a pipenv would make sure there's no depency hell.. so i guess nixos would be overkill for that..right?
17:24
<
simpson >
kiki: I don't know what overkill would be. You have size constraints?
17:24
kiki has quit [Ping timeout: 268 seconds]
17:26
respawn_ has quit [Read error: Connection reset by peer]
17:26
respawn_ has joined #nixos
17:30
<
afontain_ >
davidak: (I'm the one that made the PR) I wonder if that might be caused by a missing licence on the other mkDerivation?
17:30
mutantmell has quit [Quit: WeeChat 3.1]
17:30
<
afontain_ >
I must say I installed NixOS this week, so I'm new to all this :P
17:30
liuyb has joined #nixos
17:31
<
afontain_ >
coming from Alpine, I kinda get the impression Nix is a Rube Goldberg machine
17:31
<
davidak[m] >
i use nixos for 5+ years and have no clue :D
17:31
<
davidak[m] >
the errors are sometimes more misleading than helpful
17:32
<
simpson >
davidak[m]: --show-trace might help.
17:32
<
simpson >
And yeah, nixpkgs is quite complex. There's many different interacting subsystems.
17:33
<
davidak[m] >
afontain: can you try to build it with nix run -f channel:nixos-unstable nixpkgs-review -c nixpkgs-review wip
17:33
<
davidak[m] >
maybe you get the same error that way and can try to fix it
17:34
ryantrinkle has quit [Ping timeout: 240 seconds]
17:34
<
tejing >
afontain_ the thing is, nix itself is actually quite simple. all the complexity is in the code written in the nix language.
17:35
<
davidak[m] >
simpson: how to apply that to nixpkgs-review?
17:36
sangoma has quit [Read error: Connection reset by peer]
17:36
<
Yaniel >
does meta.license even allow arrays?
17:36
liuyb has quit [Ping timeout: 265 seconds]
17:37
<
cole-h >
> [ lib.licenses.mit lib.licenses.asl2 ]
17:37
<
{^_^} >
[ <CODE> <CODE> ]
17:37
<
cole-h >
(and you probably meant a list instead of an array)
17:37
<
Yaniel >
just checked and apprently ripgrep does it the same way: license = with licenses; [ unlicense /* or */ mit ];
17:38
<
cole-h >
some / most rust projects are like that
17:39
<
cole-h >
(except apache2 or MIT -- burntsushi uses unlicense instead of apache2)
17:39
stigo has joined #nixos
17:40
snowflake has quit [Remote host closed the connection]
17:40
<
davidak[m] >
cole-h: is that a recommendation in the rust community?
17:40
snowflake has joined #nixos
17:41
<
Yaniel >
davidak: yes
17:41
<
cole-h >
davidak[m]: I dunno if it's a recommendation, but that's what most crates are typically licensed as.
17:41
ryantrinkle has joined #nixos
17:41
vulpine is now known as vulpinevulpinevu
17:41
vulpinevulpinevu is now known as vulpine
17:43
<
afontain_ >
wait, is a list supposed to be a or, or and and?
17:43
<
afontain_ >
*an and
17:43
<
afontain_ >
because here, there are parts in the 4 licences
17:45
ronthecookie has quit [Quit: o~/]
17:45
ronthecookie has joined #nixos
17:45
<
afontain_ >
I'm running your command btw
17:46
ahmedelgabri has joined #nixos
17:46
cole-h has quit [Ping timeout: 252 seconds]
17:46
kiki has joined #nixos
17:46
<
afontain_ >
I can't really make sense of the output, but it's running
17:47
<
davidak[m] >
it should either give you a shell where the package is available or give an error
17:47
<
afontain_ >
No diff detected, stopping review...
17:47
<
afontain_ >
^ not quite what I expected
17:47
MidAutumnHotaru has quit [Ping timeout: 240 seconds]
17:48
<
davidak[m] >
ok. that was the command for uncommitted changes...
17:48
<
afontain_ >
I'm on the right branch though
17:49
MidAutumnHotaru has joined #nixos
17:49
<
afontain_ >
trying `… pr 118921`
17:49
vrinek has quit [Ping timeout: 260 seconds]
17:50
<
afontain_ >
also, do you have an idea for the desktop file thing?
17:50
<
afontain_ >
(while it's doing processing magic)
17:50
ahmedelgabri has quit [Ping timeout: 260 seconds]
17:53
astylian has joined #nixos
17:53
<
afontain_ >
davidak: what am I supposed to do once I'm in the shell?
17:53
<
afontain_ >
ah, yes, I see your error too
17:54
<
davidak[m] >
es example
17:55
zebrag has quit [*.net *.split]
17:55
JerryXiao has quit [*.net *.split]
17:55
vancz has quit [*.net *.split]
17:55
diamondbond has quit [*.net *.split]
17:55
pie_ has quit [*.net *.split]
17:55
mz` has quit [*.net *.split]
17:55
Heirlung has quit [*.net *.split]
17:55
aszlig has quit [*.net *.split]
17:55
emilsp has quit [*.net *.split]
17:55
gthm has quit [*.net *.split]
17:55
tstat_ has quit [*.net *.split]
17:55
leotaku has quit [*.net *.split]
17:55
Cale has quit [*.net *.split]
17:55
sigtrm has quit [*.net *.split]
17:55
deltab has quit [*.net *.split]
17:55
edef has quit [*.net *.split]
17:55
mschwaig has quit [*.net *.split]
17:55
WilliButz has quit [*.net *.split]
17:55
carbolymer has quit [*.net *.split]
17:55
kaptin has quit [*.net *.split]
17:55
djanatyn_ has quit [*.net *.split]
17:55
JasonO has quit [*.net *.split]
17:55
Aleksejs has quit [*.net *.split]
17:55
puck has quit [*.net *.split]
17:55
superbaloo has quit [*.net *.split]
17:55
nore has quit [*.net *.split]
17:55
thomassgn has quit [*.net *.split]
17:55
infowicz has quit [*.net *.split]
17:55
whatisRT has quit [*.net *.split]
17:55
dweller has quit [*.net *.split]
17:55
nbp has quit [*.net *.split]
17:55
cjay has quit [*.net *.split]
17:55
yagoham_ has quit [*.net *.split]
17:55
buzzert has quit [*.net *.split]
17:55
heath has quit [*.net *.split]
17:55
demize has quit [*.net *.split]
17:55
deni has quit [*.net *.split]
17:55
niksnut has quit [*.net *.split]
17:55
sjlnk has quit [*.net *.split]
17:55
mlen has quit [*.net *.split]
17:55
remexre has quit [*.net *.split]
17:55
sveitser2 has quit [*.net *.split]
17:55
plp_ has quit [*.net *.split]
17:55
dredozubov has quit [*.net *.split]
17:55
<
afontain_ >
also, I probably should have a look at how upstream makes the desktop files, but I because I probably shouldn't write my own
17:55
<
davidak[m] >
when they provide one, it would be best to use that
17:56
<
afontain_ >
they sure have one
17:56
pie_ has joined #nixos
17:56
aszlig has joined #nixos
17:56
Heirlung has joined #nixos
17:56
deltab has joined #nixos
17:56
sjlnk has joined #nixos
17:56
sveitser2 has joined #nixos
17:56
carbolymer has joined #nixos
17:56
cjay has joined #nixos
17:56
mlen has joined #nixos
17:56
infowicz has joined #nixos
17:56
superbaloo has joined #nixos
17:56
djanatyn_ has joined #nixos
17:56
thomassgn has joined #nixos
17:56
emilsp has joined #nixos
17:56
dredozubov has joined #nixos
17:56
deni has joined #nixos
17:56
edef has joined #nixos
17:56
Cale has joined #nixos
17:56
leotaku has joined #nixos
17:56
puck has joined #nixos
17:56
tstat_ has joined #nixos
17:56
buzzert has joined #nixos
17:56
demize has joined #nixos
17:56
remexre has joined #nixos
17:56
vancz has joined #nixos
17:56
niksnut has joined #nixos
17:56
Aleksejs has joined #nixos
17:56
nore has joined #nixos
17:56
WilliButz has joined #nixos
17:56
heath has joined #nixos
17:56
plp_ has joined #nixos
17:56
sigtrm has joined #nixos
17:56
nbp has joined #nixos
17:56
JasonO has joined #nixos
17:56
whatisRT has joined #nixos
17:56
kaptin has joined #nixos
17:56
zebrag has joined #nixos
17:56
gthm has joined #nixos
17:56
JerryXiao has joined #nixos
17:56
yagoham_ has joined #nixos
17:56
mschwaig has joined #nixos
17:56
diamondbond has joined #nixos
17:56
dweller has joined #nixos
17:56
leotaku has quit [Max SendQ exceeded]
17:57
<
afontain_ >
I have no idea where it comes from
17:57
<
davidak[m] >
but you haven't packaged the updater, right?
17:57
<
afontain_ >
ah, maybe from the updater
17:57
<
afontain_ >
I wonder if there's a premade tool for it, or if I should use sed
17:58
<
afontain_ >
"it", being "patching desktop files"
17:58
leotaku has joined #nixos
17:59
<
davidak[m] >
do you have the icon the the current package or would you have to clone the updater repo also?
17:59
mz` has joined #nixos
18:00
<
davidak[m] >
then you could just create it with the text from theirs... with desktopItems = ...
18:01
<
afontain_ >
I have the icon in the current package
18:06
aleph- is now known as Church-
18:10
<
afontain_ >
well, nixpkgs/pkgs/build-support/make-desktopitem/default.nix is incomplete, so I might as well copy-paste the desktop file
18:11
kiki has quit [Quit: WeeChat 3.0]
18:11
sangoma has joined #nixos
18:13
alexherbo2 has quit [Ping timeout: 260 seconds]
18:15
alexherbo2 has joined #nixos
18:16
rajivr has quit [Quit: Connection closed for inactivity]
18:16
superherointj has quit [Quit: Leaving]
18:19
sss2 has joined #nixos
18:20
sangoma has quit [Ping timeout: 240 seconds]
18:20
dev_mohe1 has joined #nixos
18:20
dev_mohe1 has quit [Client Quit]
18:21
craigles has joined #nixos
18:21
craigles is now known as cyounkins
18:22
<
cyounkins >
-_- sorry ignore that
18:25
dev_mohe has quit [Ping timeout: 250 seconds]
18:25
andreas303 has quit [Remote host closed the connection]
18:25
garionion has quit [Quit: garionion]
18:26
andreas303 has joined #nixos
18:27
garionion has joined #nixos
18:27
garionion has quit [Read error: Connection reset by peer]
18:28
garionion has joined #nixos
18:28
domogled has joined #nixos
18:30
diamondbond has quit [Ping timeout: 246 seconds]
18:30
alexherbo2 has quit [Remote host closed the connection]
18:31
garionion has quit [Client Quit]
18:31
<
afontain_ >
any idea why $out exists but ${out} doesn't in install phase?
18:31
garionion has joined #nixos
18:31
<
afontain_ >
because ${out} would depend on other variables of the derivation?
18:32
diamondbond has joined #nixos
18:35
<
tpw_rules >
$out is a bash variable. ${out} is a request to substitute the value of the nix variable out in the string
18:36
ahmedelgabri has joined #nixos
18:36
<
Yaniel >
you can do ${placeholder out}
18:36
<
Yaniel >
which tells nix to substitute that part once it knows what `out` actually is
18:37
<
Yaniel >
no wait, ${placeholder "out"}
18:37
<
Yaniel >
the variable name needs to be quoted
18:38
<
sterni >
afontain_: ${out} would be the store path of the realised derivation, however that path includes a hash of the derivation and its inputs which would include installPhase
18:38
<
sterni >
afontain_: this means that the hash would depend on itself which would lead to an infinite recursion
18:39
<
sterni >
afontain_: instead the solution is to refer to the outpath by $out in a shell script which is then executed with $out set to the outpath of the derivation in a build environment
18:39
<
sterni >
afontain_: this is perfectly fine because $out doesn't need to be known at evaluation time only at build time
18:41
<
afontain_ >
ok, is ${placeholder "out"} garanteed to be executed?
18:41
<
afontain_ >
*substituted?
18:41
fuiltilt has joined #nixos
18:42
<
Yaniel >
if your nix is new enough to support it
18:42
<
Yaniel >
which it definitely should at this point
18:42
kaction has joined #nixos
18:42
<
Yaniel >
there are some packages in nixpkgs that use placeholders in cmakeFlags or mesonFlags
18:43
vidbina has quit [Ping timeout: 260 seconds]
18:46
vidbina has joined #nixos
18:49
myme has joined #nixos
18:49
myme has quit [Client Quit]
18:50
myme has joined #nixos
18:53
<
sss2 >
hi all, is nix usable on freebsd ?
18:53
sangoma has joined #nixos
18:54
<
afontain_ >
I must say every time I saw "support", I saw MacOS (Darwin) and Linux
18:54
<
afontain_ >
(but there might be a wip port for all I know)
18:55
<
sss2 >
binary succesfully compiled, but i am not sure if same channels can be used on bsd systems
18:59
<
afontain_ >
interesting
18:59
<
sss2 >
i guess i need different channel on bsd ...
19:00
<
afontain_ >
maybe not?
19:00
<
afontain_ >
darwin and linux use the same
19:00
<
afontain_ >
but you probably have to patch a bit nixpkgs if you are the first to try
19:02
andreas303 has quit [Remote host closed the connection]
19:02
<
sterni >
sss2: the nixpkgs channel should work but not all packages will build on freebsd most likely
19:02
<
sterni >
freebsd support doesn't see as many contributions as other platforms
19:02
<
sterni >
(less user crossover mainly)
19:03
orivej has joined #nixos
19:03
andreas303 has joined #nixos
19:05
<
sterni >
sss2: hm that kinda looks like a genuine bug
19:05
<
sterni >
sss2: what does nix-instantiate --eval --strict -E builtins.currentSystem say?
19:05
<
sss2 >
nix-instantiate --eval --strict -E builtins.currentSystem
19:05
<
sss2 >
"x86_64-freebsd"
19:06
<
sterni >
sss2: okay thx let me see if I can reproduce that
19:07
vidbina has quit [Ping timeout: 260 seconds]
19:08
respawn_ has quit [Quit: Leaving]
19:08
<
sterni >
sss2: okay I can also reproduce this by passing system = x86_64-freebsd when importing nixpkgs. Can you open an issue for this on github?
19:12
<
sss2 >
i guess ....
19:12
<
sss2 >
in nixpkgs ?
19:15
ryantrinkle has quit [Ping timeout: 252 seconds]
19:19
liuyb has joined #nixos
19:20
<
{^_^} >
#119075 (by sss123next, 9 seconds ago, open): nixpkgs-unstable broken on freebsd
19:20
FRidh has quit [Quit: Konversation terminated!]
19:22
marusich has joined #nixos
19:23
shibboleth has quit [Quit: shibboleth]
19:23
<
sterni >
sss2: can you clone nixpkgs and apply this patch:
https://termbin.com/fzc0b and then do something like nix-instantiate -A nix /path/to/nixpkgs ?
19:23
liuyb has quit [Ping timeout: 240 seconds]
19:23
<
sterni >
if it prints a .drv path successfully for you then I've found the fix for the issue
19:28
<
afontain_ >
davidak: for the record, should I set license to a single value, the message disappear, but the "broken package" remain
19:28
<
afontain_ >
no idea why
19:29
<
afontain_ >
I've also pushed a commit for the desktop files, but the unv:// one doesn't seem to work
19:29
<
afontain_ >
$ xdg-open unv://88.198.122.215:27960
19:29
<
afontain_ >
gio: unv://88.198.122.215:27960: The specified location is not supported
19:30
garionion has quit [Quit: garionion]
19:31
<
afontain_ >
I use GNOME, and at least GNOME of the version that is in Ubuntu 20.04 supports it
19:33
<
davidak[m] >
have you installed the package? maybe you have to logout/reboot?
19:33
<
afontain_ >
hmm, copying the exact same file produced by the installer (on ubuntu) in the exact same location doesn't make it work
19:33
<
afontain_ >
I wonder if I may be missing a dep for that
19:34
<
afontain_ >
I tried $ cp /nix/store/n9mmikxw2bx09f1b8rrvy1ikh09k1ljn-unvanquished-0.51.2/share/applications/net.unvanquished.UnvanquishedProtocolHandler.desktop ~/.local/share/applications
19:34
<
afontain_ >
and $ cp ~/../antoine/.local/share/applications/net.unvanquished.UnvanquishedProtocolHandler.desktop ~/.local/share/applications/
19:34
eacameron has joined #nixos
19:34
<
afontain_ >
I also checked the Exec= line is correct
19:35
* afontain_
restarts GNOME once again
19:35
Diogo9301 has joined #nixos
19:35
<
eacameron >
Is there some way to tell clang
*not* to link against libstdc++.a?
19:36
<
afontain_ >
nope, didn't help
19:36
<
afontain_ >
eacameron: are you using -static?
19:36
<
afontain_ >
and are you building C++ code?
19:36
<
{^_^} >
#119076 (by sternenseemann, 8 minutes ago, open): stdenv/freebsd/cc: make overrideable fixing nixpkgs eval
19:37
rubm has quit [Ping timeout: 240 seconds]
19:37
<
eacameron >
afontain_: It's C++ and I'm not sure about -static but I can check. It's not my code I'm building...packaging UE4
19:39
<
afontain_ >
libstdc++ is the very kind of thing I would expect not to be statically linked
19:40
<
davidak[m] >
afontain i still get the license error. can you try with just 1 license?
19:40
<
afontain_ >
I tried with just one licence, and it doesn't complain about the license anymore
19:40
<
afontain_ >
it still complains that the package is broken though :(
19:41
<
afontain_ >
do you want me to push my TMP commit that change the field again?
19:43
<
afontain_ >
about the unv:// handler, $ xdg-desktop-menu forceupdate didn't help
19:43
lsix has joined #nixos
19:44
<
davidak[m] >
it does not help if it still don't build
19:45
<
davidak[m] >
but we know the problem is the license line
19:45
<
afontain_ >
I'm not sure
19:45
<
davidak[m] >
if no one can help here i would ask on the forum
19:45
<
afontain_ >
because fixing the error message, didn't fix the "package is broken" error
19:46
<
afontain_ >
if you are just trying to build, I did `cd nixpkgs` and `nix-build . -A unvanquished`
19:46
<
afontain_ >
and `nix-env -f . -Ai unvanquished` to install it
19:46
<
davidak[m] >
i would assume that only happens when a package is marked as broken in meta
19:47
<
afontain_ >
it's not marked as broken in meta :-/
19:47
<
afontain_ >
well, not in the default.nix at least
19:47
<
davidak[m] >
i know.
19:48
<
afontain_ >
yeah, I guessed
19:48
<
afontain_ >
I'm sure you spent time looking at this
19:49
<
afontain_ >
I'll try looking at nixpkgs-review itself to see where the message is coming from
19:49
Lord_of_Life_ has joined #nixos
19:51
orivej has quit [Ping timeout: 260 seconds]
19:52
lsix has quit [Ping timeout: 258 seconds]
19:52
Lord_of_Life has quit [Ping timeout: 252 seconds]
19:52
Lord_of_Life_ is now known as Lord_of_Life
19:53
<
davidak[m] >
i used nix-build now and it works. was able to start the game and join a server
19:53
cyounkins has quit [Quit: Connection closed]
19:56
<
afontain_ >
fun fact: the package doesn't actually build the game, but only the engine
19:56
<
afontain_ >
nixpkgs/pkgs/stdenv/generic/check-meta.nix
19:56
<
afontain_ >
metaTypes = with lib.types; rec {
19:56
<
afontain_ >
license = either (listOf lib.types.attrs) (either lib.types.attrs str);
19:57
<
afontain_ >
so, a list is fine
19:58
<
afontain_ >
¯\_(ツ)_/¯
19:59
snowflake has quit [Remote host closed the connection]
20:00
snowflake has joined #nixos
20:03
<
davidak[m] >
maybe it's just nixpkgs-review. it has some issues
20:04
<
afontain_ >
this sounds like a good explaination
20:04
<
afontain_ >
maybe open a bug report there?
20:04
<
davidak[m] >
good idea
20:05
<
afontain_ >
do you have other programs with custom protocol handlers in mind?
20:06
<
afontain_ >
to check if my GNOME setup is broken
20:06
<
afontain_ >
(about that, it would be really nice if element-in-firefox could intercept matrix:// and matrix.to links)
20:08
<
ldlework >
Does anyone have any information on how to add plugins to blender?
20:11
neiluj has quit [Quit: leaving]
20:12
<
ldlework >
oh it just works
20:15
amk has quit [Remote host closed the connection]
20:16
<
afontain_ >
I wonder how I could check if the package works on not-NixOS btw
20:17
<
davidak[m] >
you would need a non-nixos system and then use the same commnd
20:19
amk has joined #nixos
20:19
kaction has quit [Ping timeout: 246 seconds]
20:27
sangoma has quit [Quit: WeeChat 3.1]
20:28
<
pie_ >
bleh i thought it used to be easy to get container networking working, i think im missing something
20:30
<
pie_ >
ok my routes were funky
20:31
griff__ has joined #nixos
20:36
juhe has quit [Remote host closed the connection]
20:37
griff__ has quit [Quit: griff__]
20:37
<
pie_ >
attribute 'kernelPackages' missing, at /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/virtualisation/nixos-containers.nix:275:19
20:45
supercoven has quit [Ping timeout: 260 seconds]
20:46
<
pie_ >
ok so its probably because im trying to build a container inside a container
20:46
<
pie_ >
it works with 20.03 but not unstable
20:48
griff__ has joined #nixos
20:49
VideoGameEnjoyer has joined #nixos
20:51
neiluj has joined #nixos
20:51
neiluj has quit [Changing host]
20:51
neiluj has joined #nixos
21:01
domogled has quit [Remote host closed the connection]
21:05
pauloue has joined #nixos
21:05
kaction has joined #nixos
21:07
liuyb has joined #nixos
21:08
pauloue has left #nixos ["Leaving"]
21:09
zupo has joined #nixos
21:12
liuyb has quit [Ping timeout: 268 seconds]
21:13
<
Reventlov >
Hey there. I'm trying to run a nix-shell command in github actions, but it fails
21:13
<
Reventlov >
any idea what's wrong ?
21:15
Dr8128 has quit [Ping timeout: 265 seconds]
21:16
dev_mohe has joined #nixos
21:16
dev_mohe has quit [Client Quit]
21:22
ezra[m] has joined #nixos
21:29
astylian has quit [Ping timeout: 240 seconds]
21:32
<
dotdotok >
is there a way to alter the bash-prompt in the result of a `pkgs.mkShell` call, inside the attrSet itself? shellHook = '' PS1="my-prompt" ''; didnt work for me
21:34
<
dotdotok >
im trying to invoke it via `nix develop`, if thats relevant info
21:35
Dr8128 has joined #nixos
21:39
astylian has joined #nixos
21:44
<
immae >
Reventlov: where does the react-scripts build command come from?
21:47
<
AkechiShiro >
Hi, all I've been trying to reach people behind the Summer of Nix program by email since the 4th April but I've yet to receive an answer about some questions I asked, could anyone tell me if there is someone I could reach to ask my questions or should I just wait (for an answer) ?
21:47
neiluj has quit [Quit: leaving]
21:48
<
pie_ >
AkechiShiro: where does one find the summer of nix thing
21:48
gxt has quit [Quit: WeeChat 3.0.1]
21:49
<
stephank >
dotdotok: I don’t know about shellHook, but it does sound like a nix-shell thing, maybe? Seems like `nix develop` tries its best to preserve your regular shell. For example, I use zsh, and `nix develop` starts a new zsh, while nix-shell forces bash.
21:50
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:52
zebrag has quit [Read error: Connection reset by peer]
21:52
gxt has joined #nixos
21:52
zebrag has joined #nixos
21:54
griff__ has quit [Quit: griff__]
21:54
<
stephank >
Reventlov: I think the yarn install step is missing there?
21:55
<
dotdotok >
tpw_rules: ah rip, makes sense i suppose, i was trying to sort of "bundle" multiple different shell environments in a single `flake.nix` by abusing package namespaces
21:58
<
tpw_rules >
dotdotok: idk i don't like it either
22:01
<
matthewcroughan >
Does anybody know why GDM seems to take forever to startup on NixOS?
22:01
<
matthewcroughan >
It's not slow hardware, just wondering what it could be
22:02
<
matthewcroughan >
other display managers like lightdm and sddm do not take this long, for example.
22:06
<
matthewcroughan >
Ah.. I figured it out.
22:06
<
matthewcroughan >
It's the xdg portal stuff delaying it
22:07
<
matthewcroughan >
Makes gdm take forever to start hmm
22:07
gxt has quit [Ping timeout: 240 seconds]
22:07
gxt_ has joined #nixos
22:08
srk has quit [Ping timeout: 250 seconds]
22:08
torodd has joined #nixos
22:11
<
matthewcroughan >
yup, it totally does that
22:12
__monty__ has quit [Quit: leaving]
22:16
torodd has quit [Quit: Connection closed]
22:21
fendor_ has quit [Remote host closed the connection]
22:22
CptCaptain has joined #nixos
22:23
<
CptCaptain >
I have the following shell.nix:
22:23
<
CptCaptain >
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell { buildinputs = with pkgs; [ ruby ]; }
22:23
<
CptCaptain >
Why can't I invoke 'ruby'?
22:23
<
CptCaptain >
I also tried nativeBuildInputs
22:27
<
pie_ >
CptCaptain: how are you invoking it
22:27
<
CptCaptain >
just nix-shell
22:27
<
sterni >
CptCaptain: buildInputs not buildinputs
22:27
<
sterni >
nix is case sensitive :)
22:27
<
CptCaptain >
Oh boy
22:28
<
CptCaptain >
This is rough
22:28
<
CptCaptain >
thank you
22:28
<
CptCaptain >
It's odd that it doesn't error if you assign random properties
22:29
<
pie_ >
sterni: my eyes are not sharp enough for this :P
22:29
<
pie_ >
sterni: it is a bit irritating in such situations that unrecognized attrs arent warned about
22:29
<
sterni >
CptCaptain: the problem is that mkShell sets everything else as environemnt variables so buildinputs = "foo"; is a valid use
22:30
<
pie_ >
well, more specifically, mkDerivation does that, and mkShell uses mkDerivation
22:30
<
sterni >
but not a good user interface nonetheless
22:30
<
pie_ >
so youll have the same kinds of issues with mkDerivation, just a headsup
22:30
<
pie_ >
and youll be using mkderivation a lot
22:31
<
pie_ >
specifically, the places this tends to come up is if you name your phases wrong
22:31
<
CptCaptain >
This isn't even the first shell.nix I'm writing. Which is why it tripped me up so much
22:31
<
pie_ >
and since i bring up phases, overriding phases also overrides the prePHASE and postPHASE hooks so youll have to watch out for that
22:38
jonringer has quit [Ping timeout: 258 seconds]
22:39
puffnfresh1 has joined #nixos
22:42
kaction has quit [Ping timeout: 252 seconds]
22:51
<
pie_ >
arianvp: do you by any chance know how to use/have you used containers.*.nixpkgs?
22:54
<
matthewcroughan >
Display managers are so much BS
22:54
<
matthewcroughan >
All it does nowadays is conflict with my home-manager setup.
22:55
<
matthewcroughan >
and take up cpu, memory, etc.
22:55
<
matthewcroughan >
I've accidentally removed the need for a display manager by setting up the env with Nix.
22:55
liuyb has joined #nixos
22:57
domogled has joined #nixos
23:00
liuyb has quit [Ping timeout: 265 seconds]
23:07
<
pie_ >
arianvp: i must have had some kin dof PEBKAC because it works now.
23:10
<
pie_ >
how do i get an unstable tarball again?
23:11
growpotk- has joined #nixos
23:17
zeenk has quit [Quit: Konversation terminated!]
23:20
blaggacao[m] has joined #nixos
23:26
civodul has quit [Ping timeout: 260 seconds]
23:26
turlando has joined #nixos
23:31
vidbina has joined #nixos
23:38
ahmedelgabri has quit [Ping timeout: 258 seconds]
23:40
snowflake has quit [Ping timeout: 240 seconds]
23:40
domogled has quit [Ping timeout: 260 seconds]
23:40
snowflake has joined #nixos
23:46
lord| has joined #nixos
23:48
supersandro2000 is now known as Guest28069
23:48
Guest28069 has quit [Killed (card.freenode.net (Nickname regained by services))]
23:48
supersandro2000 has joined #nixos
23:48
turlando has quit [Quit: Leaving]
23:50
mbrgm_ has joined #nixos
23:50
cole-h has joined #nixos
23:51
mbrgm_ is now known as mbrgm
23:52
Dr8128 has quit [Ping timeout: 240 seconds]
23:54
justanotheruser has quit [Ping timeout: 258 seconds]
23:55
blaggacao[m] has left #nixos ["User left"]