00:02
orivej has quit [Ping timeout: 276 seconds]
00:07
mr60053[m] has joined #nixos
00:08
mcpcpc has joined #nixos
00:08
<
superbaloo >
is there a rule around assert?
00:08
<
superbaloo >
they can't be placed anywhere or something?
00:09
<
superbaloo >
I'm in an overlay, and I'm trying to place an assert inside an override (trying to bring a package from master, and should nixpkgs bump, I'd like to raise the assert, so that I can drop my override)
00:10
<
superbaloo >
nix complains about unexpected assert
00:11
<
rmcgibbo[m] >
superbaloo: iirc it's syntatically kind of an odd duck
00:11
<
rmcgibbo[m] >
since it look very statement oriented, but nix doesn't really have statements. what's the construct where it's failing?
00:12
mbrgm_ has joined #nixos
00:12
mcpcpc has quit [Ping timeout: 240 seconds]
00:12
mbrgm has quit [Ping timeout: 258 seconds]
00:12
mbrgm_ is now known as mbrgm
00:13
<
superbaloo >
I dont know if that makes sense
00:15
<
superbaloo >
well the syntax is actually assert e1; e2
00:16
<
superbaloo >
considering I'm in the middle of a block
00:16
<
superbaloo >
that might explain
00:16
nixasdefault has joined #nixos
00:16
<
nixasdefault >
Hello dear community
00:17
<
colemickens >
hello nixasdefault !
00:17
<
nixasdefault >
I'm honored to be in such a coveted space
00:17
<
rmcgibbo[m] >
@superb
00:17
<
nixasdefault >
Anybody running Nix OS alongside Win10?
00:17
<
rmcgibbo[m] >
sorry. @superbaloo: yeah -- i think you're on the right track. maybe just make the src only evaluate if it the assertion is true or something.
00:18
<
colemickens >
nixasdefault: what do you mean by alongside? I dual boot, slash boot my normal install in a hyperv vm. No WSL2 here though
00:19
<
nixasdefault >
colemickens yes my bad, I meant dualbooting alongside windows 10
00:19
<
colemickens >
nixasdefault: yup, nothing too crazy, should just all work normally for hte most part
00:19
mr60053[m] is now known as MrGoose[m]
00:20
<
colemickens >
Usually just some minor uefi/bootloader quirks. (like for example my BIOS forgot about the Windows Boot Loader entry after I installed another M2 drive... completely makes no sense, basically has to be a BIOS bug)
00:20
<
colemickens >
oh there was a bios update in there too, that could've interfered, but anyway, you get the idea. The Linux/Windows parts happily cohabitate.
00:21
justanotheruser has quit [Ping timeout: 265 seconds]
00:21
<
colemickens >
I've run this in Win/Linux on a single disk, as well as separate hard drives dedicated to both. Doesn't really change much.
00:22
<
nixasdefault >
Ok thanks colemickens thats the answer I was looking for. Been interested in going with nixOS just wanted to explore the community incase i needed some minor support while working with the OS. This chat is exactly the kind of thing I was looking for.
00:22
fendor_ has quit [Read error: Connection reset by peer]
00:24
<
colemickens >
nixasdefault: :) happy to hear it. welcome, good luck!
00:24
<
rmcgibbo[m] >
I'm pretty proud I just fixed the superTuxKart build #justsayin
00:24
mog- has joined #nixos
00:25
mog has quit [Ping timeout: 258 seconds]
00:25
mog- is now known as mog
00:27
thelounge52 has joined #nixos
00:27
<
colemickens >
rmcgibbo++
00:27
<
{^_^} >
rmcgibbo's karma got increased to 1
00:28
fuzzypixelz has joined #nixos
00:28
<
fuzzypixelz >
for some reason the program 'file' is not installed on my machine, what's the package for it?
00:29
<
fuzzypixelz >
I was wondering if there was a 'group' package
00:29
<
fuzzypixelz >
if I'm missing file then I'm probably missing some other 'essential' programs
00:30
<
fuzzypixelz >
but yes installing file works
00:30
jimmiehansson has quit [Remote host closed the connection]
00:30
philr has joined #nixos
00:32
<
fuzzypixelz >
there is toybox, but doesn't coreutils itself have it?
00:32
thelounge52 has quit [Ping timeout: 276 seconds]
00:33
bvdw48 has joined #nixos
00:37
<
gchristensen >
anyone want to backport all the tailscale updates from master to 20.09? :P
00:38
<
fuzzypixelz >
gchristensen: as in, simply build and test them on a 20.09 machine?
00:39
<
gchristensen >
find all the commits to nixos/modules/services/networking/tailscale.nix and pkgs/servers/tailscale/default.nix and git cherry-pick -x them to 20.09
00:40
<
fuzzypixelz >
how much time for it (:
00:40
<
gchristensen >
no idea :P
00:41
<
fuzzypixelz >
not how long it would take, but how long am I expected to work on it (:
00:42
<
fuzzypixelz >
also, do I make one PR for all of them?
00:42
<
fuzzypixelz >
or do I have to divide them up
00:42
<
gchristensen >
one PR for all of them
00:42
<
infinisil >
,locate bin file
00:42
supersandro2000 has quit [Disconnected by services]
00:43
<
{^_^} >
Found in packages: file, toybox
00:43
supersandro2000 has joined #nixos
00:43
<
fuzzypixelz >
I always forget that exists
00:44
<
fuzzypixelz >
gchristensen: I will do it then
00:44
<
gchristensen >
awesome :D thank you :o
00:45
nixasdefault has quit [Quit: Connection closed]
00:45
Dagger2 is now known as Dagger
00:56
nhs has quit [Ping timeout: 240 seconds]
01:01
dev_mohe has joined #nixos
01:02
dev_mohe has quit [Remote host closed the connection]
01:03
thelounge52 has joined #nixos
01:13
aveltras has quit [Quit: Connection closed for inactivity]
01:15
nwm has joined #nixos
01:15
seku has quit [Quit: Connection closed]
01:16
thelounge52 has quit [Ping timeout: 240 seconds]
01:28
<
rmcgibbo[m] >
(I'm particularly thinking of arrow and pyarrow, which are performance-sensitive and IIUC don't support switching between SSE4.2 and non-SSE4.2 codepaths based on the runtime features of the host -- it's purely a compile-time flag. And so our hydra builds of arrow and thus all of its reverse dependencies are often broken.)
01:30
<
{^_^} >
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »:
https://git.io/Jt2up
01:39
BaughnLogBot has quit [Ping timeout: 258 seconds]
01:39
jonringer has quit [Remote host closed the connection]
01:40
BaughnLogBot has joined #nixos
01:41
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
01:43
zebrag has quit [Quit: Konversation terminated!]
01:44
simba1 has joined #nixos
01:45
<
rmcgibbo[m] >
Does anyone know if it's legit to just add `requiredSystemFeatures = [ "big-parallel" ];` to a random C++ package like arrow?
01:45
thelounge52 has joined #nixos
01:46
troydm has joined #nixos
01:48
rb2k has quit [Ping timeout: 264 seconds]
01:51
nwm has quit [Read error: Connection reset by peer]
01:51
nwm_ has joined #nixos
01:56
BlessJah_ has joined #nixos
01:58
thc202 has quit [Ping timeout: 258 seconds]
01:59
BlessJah has quit [Ping timeout: 246 seconds]
02:07
rople has joined #nixos
02:10
alex_giusi_tiri has joined #nixos
02:13
astrofog has joined #nixos
02:13
Dotz0cat has quit [Remote host closed the connection]
02:15
fuzzypixelz has quit [Ping timeout: 276 seconds]
02:16
Dotz0cat has joined #nixos
02:18
simba1 has quit [Ping timeout: 258 seconds]
02:21
simba1 has joined #nixos
02:23
Emantor has joined #nixos
02:24
lunik16 has joined #nixos
02:26
lunik1 has quit [Ping timeout: 265 seconds]
02:26
lunik16 is now known as lunik1
02:29
simba1 has quit [Ping timeout: 258 seconds]
02:29
simba1 has joined #nixos
02:41
nhs has joined #nixos
02:43
rb2k has joined #nixos
02:44
pjt_tmp has quit [Ping timeout: 240 seconds]
02:44
astrofog has quit [Quit: Quite]
02:44
pjt_tmp has joined #nixos
02:48
thelounge52 has quit [Ping timeout: 258 seconds]
02:49
simba1 has quit [Ping timeout: 264 seconds]
02:49
simba1 has joined #nixos
02:54
rb2k has quit [Ping timeout: 264 seconds]
02:57
jonringer has joined #nixos
02:59
logand`` has joined #nixos
02:59
h0m1 has quit [Ping timeout: 258 seconds]
03:01
h0m1 has joined #nixos
03:03
logand` has quit [Ping timeout: 240 seconds]
03:04
haritz has quit [Ping timeout: 240 seconds]
03:06
supersandro2000 has joined #nixos
03:08
haritz has joined #nixos
03:08
haritz has quit [Changing host]
03:08
haritz has joined #nixos
03:11
nhs has quit [Ping timeout: 276 seconds]
03:16
simba1 has quit [Ping timeout: 258 seconds]
03:19
thelounge52 has joined #nixos
03:22
nhs has joined #nixos
03:23
das_j has quit [Quit: Bridge terminating on SIGTERM]
03:23
ajs124 has quit [Quit: Bridge terminating on SIGTERM]
03:23
Scriptkiddi has quit [Quit: Bridge terminating on SIGTERM]
03:23
mrpi has quit [Quit: Bridge terminating on SIGTERM]
03:23
cheriimoya has quit [Quit: Bridge terminating on SIGTERM]
03:24
thelounge52 has quit [Ping timeout: 256 seconds]
03:26
gustavderdrache has left #nixos [#nixos]
03:26
ajs124 has joined #nixos
03:26
Scriptkiddi has joined #nixos
03:26
cheriimoya has joined #nixos
03:26
mrpi has joined #nixos
03:26
das_j has joined #nixos
03:30
gustavderdrache has joined #nixos
03:34
rb2k has joined #nixos
03:43
mkaito has quit [Quit: WeeChat 3.0]
03:47
sigmundv has quit [Read error: Connection reset by peer]
03:47
sigmundv has joined #nixos
03:52
thelounge52 has joined #nixos
03:55
sigmundv__ has joined #nixos
03:56
thelounge52 has quit [Ping timeout: 264 seconds]
03:57
nhs has quit [Ping timeout: 276 seconds]
03:57
sigmundv has quit [Ping timeout: 246 seconds]
03:59
nhs has joined #nixos
04:03
jkachmar has joined #nixos
04:03
Supersonic112 has joined #nixos
04:03
m0rphism1 has quit [Ping timeout: 258 seconds]
04:04
nhs has quit [Ping timeout: 264 seconds]
04:07
Supersonic has quit [Ping timeout: 265 seconds]
04:07
Supersonic112 is now known as Supersonic
04:08
tejing has quit [Ping timeout: 260 seconds]
04:08
rb2k has quit [Read error: Connection reset by peer]
04:09
rb2k has joined #nixos
04:12
rb2k has quit [Read error: Connection reset by peer]
04:14
nhs has joined #nixos
04:22
UniquelyElite has joined #nixos
04:22
rb2k has joined #nixos
04:27
nhs has quit [Ping timeout: 240 seconds]
04:27
thelounge52 has joined #nixos
04:31
nhs has joined #nixos
04:32
tgamblin-llnl has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:32
Jd007 has quit [Quit: Jd007]
04:33
thelounge52 has quit [Ping timeout: 240 seconds]
04:34
thongpv87 has quit [Quit: Lost terminal]
04:36
nixbitcoin has quit [Remote host closed the connection]
04:36
nixbitcoin has joined #nixos
04:40
sigmundv__ has quit [Read error: Connection reset by peer]
04:47
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:47
ahmedelgabri has quit [Ping timeout: 272 seconds]
04:50
UniquelyElite has quit [Quit: Leaving]
05:01
cole-h has joined #nixos
05:04
thelounge52 has joined #nixos
05:07
tgamblin-llnl has joined #nixos
05:10
thelounge52 has quit [Ping timeout: 240 seconds]
05:11
nhs has quit [Ping timeout: 246 seconds]
05:11
gustavderdrache has quit [Quit: Leaving.]
05:11
steve-chavez has quit [Ping timeout: 264 seconds]
05:12
nhs has joined #nixos
05:13
ahmedelgabri has joined #nixos
05:20
ross`_ is now known as ross`
05:22
ahmedelgabri has quit [Ping timeout: 258 seconds]
05:23
nhs has quit [Ping timeout: 256 seconds]
05:23
jonringer has quit [Remote host closed the connection]
05:26
lunik12 has joined #nixos
05:26
MasseR5 has joined #nixos
05:27
Athas_ has joined #nixos
05:27
kaivai_ has joined #nixos
05:27
evanjs- has joined #nixos
05:28
evanjs has quit [Ping timeout: 276 seconds]
05:28
Athas has quit [Ping timeout: 276 seconds]
05:28
kaivai has quit [Ping timeout: 276 seconds]
05:28
Lord_of_Life has quit [Ping timeout: 276 seconds]
05:28
Supersonic has quit [Ping timeout: 276 seconds]
05:28
puffnfresh has quit [Ping timeout: 276 seconds]
05:28
voidcontext has quit [Ping timeout: 276 seconds]
05:28
voidcontext has joined #nixos
05:28
Lord_of_Life has joined #nixos
05:28
puffnfresh has joined #nixos
05:29
tgamblin-llnl has quit [Ping timeout: 276 seconds]
05:29
lunik1 has quit [Ping timeout: 276 seconds]
05:29
MasseR has quit [Ping timeout: 276 seconds]
05:29
okad has quit [Ping timeout: 276 seconds]
05:29
yourfate has quit [Ping timeout: 276 seconds]
05:29
MasseR5 is now known as MasseR
05:29
lunik12 is now known as lunik1
05:29
Supersonic has joined #nixos
05:29
okad has joined #nixos
05:30
yourfate has joined #nixos
05:36
nhs has joined #nixos
05:36
domogled1 has joined #nixos
05:39
domogled has quit [Ping timeout: 240 seconds]
05:39
domogled1 is now known as domogled
05:40
nhs has quit [Ping timeout: 240 seconds]
05:43
nhs has joined #nixos
05:45
ericsagn1 has joined #nixos
05:45
thelounge52 has joined #nixos
05:45
haritz has quit [Ping timeout: 256 seconds]
05:46
haritz has joined #nixos
05:46
haritz has quit [Changing host]
05:46
haritz has joined #nixos
05:48
ericsagnes has quit [Ping timeout: 264 seconds]
05:50
thelounge52 has quit [Ping timeout: 276 seconds]
05:50
nhs has quit [Ping timeout: 265 seconds]
05:58
BaughnLogBot has quit [Ping timeout: 264 seconds]
05:59
BaughnLogBot has joined #nixos
06:02
UniquelyElite has joined #nixos
06:02
bitmapper has quit [Quit: Connection closed for inactivity]
06:02
waleee-cl has quit [Quit: Connection closed for inactivity]
06:04
grawlinson has joined #nixos
06:04
<
grawlinson >
how would I get started with experimenting with Nix on an Apple M1? i know i'd have to compile a lot myself
06:07
palo1 has joined #nixos
06:08
alex_giusi_tiri has quit [Quit: Leaving.]
06:10
tgamblin-llnl has joined #nixos
06:10
palo has quit [Ping timeout: 264 seconds]
06:10
palo1 is now known as palo
06:11
UniquelyElite has quit [Quit: Leaving]
06:12
tgamblin-llnl is now known as toddgamblin
06:14
toddgamblin is now known as tgamblin_
06:16
pbb has quit [Remote host closed the connection]
06:17
pbb has joined #nixos
06:18
<
DigitalKiwi >
do those have virtualbox or parallels?
06:18
rople has quit [Ping timeout: 260 seconds]
06:18
<
grawlinson >
iirc there's a Parallels preview, yes
06:18
<
grawlinson >
but I'd like native arm64 programs
06:19
thelounge52 has joined #nixos
06:21
nhs has joined #nixos
06:24
thelounge52 has quit [Ping timeout: 276 seconds]
06:25
nhs has quit [Ping timeout: 240 seconds]
06:26
steve-chavez has joined #nixos
06:31
jonringer has joined #nixos
06:38
nhs has joined #nixos
06:43
nhs has quit [Ping timeout: 256 seconds]
06:46
disasm has joined #nixos
06:51
thelounge52 has joined #nixos
06:54
nhs has joined #nixos
06:56
thelounge52 has quit [Ping timeout: 246 seconds]
06:59
nhs has quit [Ping timeout: 276 seconds]
07:01
rb2k has joined #nixos
07:01
rb2k has quit [Client Quit]
07:02
rb2k has joined #nixos
07:10
nhs has joined #nixos
07:12
tejing has joined #nixos
07:13
cole-h has quit [Ping timeout: 240 seconds]
07:15
nhs has quit [Ping timeout: 240 seconds]
07:19
ahmedelgabri has joined #nixos
07:22
hyper_ch2 has quit [Read error: Connection reset by peer]
07:22
hyper_ch4 has joined #nixos
07:27
nhs has joined #nixos
07:32
nhs has quit [Ping timeout: 246 seconds]
07:34
ahmedelgabri has quit [Ping timeout: 240 seconds]
07:36
sangoma has joined #nixos
07:37
nhs has joined #nixos
07:42
nhs has quit [Ping timeout: 276 seconds]
07:44
nhs has joined #nixos
07:49
nhs has quit [Ping timeout: 256 seconds]
07:52
nwm__ has joined #nixos
07:54
j2t has joined #nixos
07:55
nwm_ has quit [Ping timeout: 258 seconds]
07:56
nwm__ has quit [Ping timeout: 246 seconds]
08:00
nhs has joined #nixos
08:02
thelounge52 has joined #nixos
08:04
sangoma has quit [Ping timeout: 246 seconds]
08:04
sangoma has joined #nixos
08:05
pinkieval has joined #nixos
08:07
thelounge52 has quit [Ping timeout: 264 seconds]
08:07
nhs has quit [Ping timeout: 264 seconds]
08:15
respawn_ has joined #nixos
08:16
Maxdamantus has quit [Ping timeout: 240 seconds]
08:18
Maxdamantus has joined #nixos
08:19
pjt_tmp has quit [Ping timeout: 276 seconds]
08:19
charukiewicz has quit [Quit: charukiewicz]
08:21
nhs has joined #nixos
08:30
ahmedelgabri has joined #nixos
08:31
rajivr has joined #nixos
08:33
thelounge52 has joined #nixos
08:33
strikerlulu has joined #nixos
08:35
vesper11 has joined #nixos
08:36
jonringer has quit [Ping timeout: 264 seconds]
08:38
thelounge52 has quit [Ping timeout: 264 seconds]
08:43
rople has joined #nixos
08:44
nhs has quit [Ping timeout: 276 seconds]
08:53
lsix1 has joined #nixos
08:57
nhs has joined #nixos
09:00
solomon[m] has quit [Quit: Idle for 30+ days]
09:00
ptitfred[m] has quit [Quit: Idle for 30+ days]
09:02
nhs has quit [Ping timeout: 240 seconds]
09:07
domogled has quit [Quit: domogled]
09:10
thelounge52 has joined #nixos
09:14
thelounge52 has quit [Ping timeout: 240 seconds]
09:14
nhs has joined #nixos
09:16
orivej has joined #nixos
09:19
patagonicus has joined #nixos
09:19
nhs has quit [Ping timeout: 276 seconds]
09:22
vrinek has joined #nixos
09:27
jonatanb has joined #nixos
09:30
nhs has joined #nixos
09:31
tgamblin_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
09:33
ahmedelgabri has quit [Ping timeout: 260 seconds]
09:35
nhs has quit [Ping timeout: 240 seconds]
09:35
simba1 has joined #nixos
09:41
respawn_ has quit [Quit: Leaving]
09:42
Athas_ is now known as Athas
09:43
jonatanb has quit []
09:46
nhs has joined #nixos
09:47
berberman has joined #nixos
09:47
thelounge52 has joined #nixos
09:47
berberman_ has quit [Ping timeout: 260 seconds]
09:51
nhs has quit [Ping timeout: 272 seconds]
09:51
malook has joined #nixos
09:51
vesper11 has quit [K-Lined]
09:52
thelounge52 has quit [Ping timeout: 276 seconds]
09:55
ahmedelgabri has joined #nixos
09:59
h4ck3rm4n has joined #nixos
10:00
ahmedelgabri has quit [Ping timeout: 258 seconds]
10:04
nhs has joined #nixos
10:04
titouan has quit [Quit: titouan]
10:05
Darkmatter66 has joined #nixos
10:06
titouan7 has joined #nixos
10:09
jonatanb has joined #nixos
10:09
nhs has quit [Ping timeout: 265 seconds]
10:16
sangoma has quit [Ping timeout: 256 seconds]
10:19
Qwerky has joined #nixos
10:19
jkachmar has quit [Quit: Connection closed for inactivity]
10:21
nhs has joined #nixos
10:22
thelounge52 has joined #nixos
10:23
<
siraben >
How do I override a flake's nixpkgs input a) on the command line and b) in another flake?
10:24
civodul has joined #nixos
10:25
fendor has joined #nixos
10:25
nhs has quit [Ping timeout: 256 seconds]
10:26
Qwerky has quit [Ping timeout: 240 seconds]
10:27
thelounge52 has quit [Ping timeout: 246 seconds]
10:29
Lord_of_Life_ has joined #nixos
10:30
Darkmatter66 has quit [Read error: Connection reset by peer]
10:31
Lord_of_Life has quit [Ping timeout: 240 seconds]
10:32
Lord_of_Life_ is now known as Lord_of_Life
10:32
Darkmatter66 has joined #nixos
10:33
ManiacOfMadness has joined #nixos
10:36
jonatanb has quit []
10:37
nhs has joined #nixos
10:39
simba1 has quit [Ping timeout: 260 seconds]
10:43
nhs has quit [Ping timeout: 264 seconds]
10:43
d3od has joined #nixos
10:43
d3od has quit [Excess Flood]
10:43
d3od has joined #nixos
10:44
jonatanb has joined #nixos
10:44
jonatanb has quit [Client Quit]
10:49
simba1 has joined #nixos
10:54
nhs has joined #nixos
10:57
zebrag has joined #nixos
10:59
nhs has quit [Ping timeout: 256 seconds]
11:03
thelounge52 has joined #nixos
11:03
Qwerky has joined #nixos
11:05
Darkmatter66 has quit [Ping timeout: 246 seconds]
11:06
ahmedelgabri has joined #nixos
11:07
thelounge52 has quit [Ping timeout: 276 seconds]
11:08
Qwerky has quit [Ping timeout: 276 seconds]
11:08
simba1 has quit [Ping timeout: 265 seconds]
11:09
simba1 has joined #nixos
11:11
nhs has joined #nixos
11:13
patagonicus has joined #nixos
11:16
nhs has quit [Ping timeout: 256 seconds]
11:16
lsix1 has quit [Ping timeout: 246 seconds]
11:19
nhs has joined #nixos
11:24
nhs has quit [Ping timeout: 240 seconds]
11:26
hiro98 has joined #nixos
11:29
<
{^_^} >
[nixpkgs] @primeos pushed to master « chromium: Remove our old overrides for VA-API and Ozone »:
https://git.io/Jt2QN
11:32
orivej_ has joined #nixos
11:33
orivej has quit [Ping timeout: 276 seconds]
11:36
fuiltilt has quit [Quit: WeeChat 2.9]
11:37
nhs has joined #nixos
11:37
cosimone has joined #nixos
11:39
vrinek has quit [Ping timeout: 246 seconds]
11:40
<
{^_^} >
[nixpkgs] @orivej-nixos pushed commit from @orivej to master « ht: fix build with gcc10 »:
https://git.io/Jt27t
11:41
aveltras has joined #nixos
11:42
thelounge52 has joined #nixos
11:42
nhs has quit [Ping timeout: 276 seconds]
11:47
thelounge52 has quit [Ping timeout: 264 seconds]
11:50
flip[m] has joined #nixos
11:50
malook has quit [Quit: malook]
11:54
nhs has joined #nixos
11:55
sangoma has joined #nixos
11:58
nhs has quit [Ping timeout: 240 seconds]
12:00
nfip^ has joined #nixos
12:02
Darkmatter66 has joined #nixos
12:02
vrinek has joined #nixos
12:05
ahmedelgabri has quit [Ping timeout: 258 seconds]
12:07
m4tsa_ has joined #nixos
12:10
nhs has joined #nixos
12:11
m4ts has quit [Ping timeout: 256 seconds]
12:14
Darkmatter66 has quit [Ping timeout: 240 seconds]
12:15
nhs has quit [Ping timeout: 246 seconds]
12:18
madalu has quit [Remote host closed the connection]
12:18
est31 has quit [Remote host closed the connection]
12:18
est31 has joined #nixos
12:19
madalu has joined #nixos
12:20
thelounge52 has joined #nixos
12:25
thelounge52 has quit [Ping timeout: 264 seconds]
12:25
poscat has quit [Read error: Connection reset by peer]
12:27
nhs has joined #nixos
12:28
poscat has joined #nixos
12:28
cptchaos83 has joined #nixos
12:29
respawn_ has joined #nixos
12:31
rnhmjoj_ has joined #nixos
12:31
oldandwi1e has joined #nixos
12:32
nhs has quit [Ping timeout: 265 seconds]
12:32
oldandwi1e has quit [Client Quit]
12:33
oldandwise has joined #nixos
12:34
oldandwise has quit [Client Quit]
12:34
oldandwise has joined #nixos
12:36
lsix1 has joined #nixos
12:38
oldandwise has quit [Client Quit]
12:39
oldandwise has joined #nixos
12:39
o1lo01ol1o has quit [Remote host closed the connection]
12:40
m0rphism1 has joined #nixos
12:41
fuzzypixelz has joined #nixos
12:42
nhs has joined #nixos
12:47
nhs has quit [Ping timeout: 246 seconds]
12:47
zebrag has quit [Quit: Konversation terminated!]
12:47
zebrag has joined #nixos
12:48
jimmiehansson has joined #nixos
12:48
fuzzypixelz has quit [Ping timeout: 246 seconds]
12:51
jimkooch has joined #nixos
12:53
naivesheep has quit [Ping timeout: 276 seconds]
12:53
strikerlulu has quit [Ping timeout: 276 seconds]
12:53
snajpa has quit [Ping timeout: 276 seconds]
12:53
oldandwise has quit [Quit: leaving]
12:53
puffnfresh has quit [Ping timeout: 276 seconds]
12:53
chipb has quit [Ping timeout: 276 seconds]
12:53
oldandwise has joined #nixos
12:54
chipb has joined #nixos
12:54
puffnfresh has joined #nixos
12:54
thelounge52 has joined #nixos
12:54
strikerlulu has joined #nixos
12:58
sangoma has quit [Ping timeout: 246 seconds]
12:59
thelounge52 has quit [Ping timeout: 240 seconds]
12:59
nhs has joined #nixos
13:00
hiro98 has quit [Ping timeout: 240 seconds]
13:00
jimkooch has quit [Quit: leaving]
13:02
n3p has joined #nixos
13:02
jimkooch has joined #nixos
13:03
oldandwise has quit [Quit: leaving]
13:04
oldandwise has joined #nixos
13:04
nhs has quit [Ping timeout: 240 seconds]
13:05
oldandwise has quit [Client Quit]
13:06
fuzzypixelz has joined #nixos
13:10
lsix1 has quit [Ping timeout: 272 seconds]
13:12
oldandwise has joined #nixos
13:12
<
Orbstheorem >
Hello, how do I put a git repository root inside a different project at build time?
13:13
o1lo01ol1o has joined #nixos
13:13
<
Orbstheorem >
I tried `let foo = fetchFromGitHub{...} in stdenv.mkDerivation { patchPhase = "cp ${foo} $src/sub", ...}` but I get could not resolve host: github.com errors.
13:14
Qwerky has joined #nixos
13:14
<
Orbstheorem >
So, I suppose, nix is trying to solve the path at build-time and not as an input.
13:15
respawn_ has quit [Quit: Leaving]
13:16
nhs has joined #nixos
13:18
o1lo01ol1o has quit [Remote host closed the connection]
13:18
o1lo01ol1o has joined #nixos
13:18
Qwerky has quit [Ping timeout: 256 seconds]
13:21
oldandwise has quit [Ping timeout: 272 seconds]
13:22
nhs has quit [Ping timeout: 272 seconds]
13:23
<
fuzzypixelz >
,locate bin objdump
13:23
mallox has joined #nixos
13:23
<
{^_^} >
Found in packages: goimports, binutils-unwrapped, llvmPackages.bintools
13:25
mallox has quit [Client Quit]
13:27
<
fuzzypixelz >
binutils-unwrapped collides with gcc-wrapper
13:27
oldandwise has joined #nixos
13:27
<
fuzzypixelz >
and with toybox
13:28
oldandwise has quit [Client Quit]
13:29
oldandwise has joined #nixos
13:29
oldandwise has quit [Client Quit]
13:30
oldandwise has joined #nixos
13:30
thelounge52 has joined #nixos
13:33
anon57342 has joined #nixos
13:33
oldandwise has quit [Remote host closed the connection]
13:34
nhs has joined #nixos
13:35
thelounge52 has quit [Ping timeout: 246 seconds]
13:37
oldandwise has joined #nixos
13:38
lsix1 has joined #nixos
13:38
oldandwise has quit [Client Quit]
13:38
ahmedelgabri has joined #nixos
13:39
oldandwise has joined #nixos
13:39
nhs has quit [Ping timeout: 264 seconds]
13:42
jimkooch has quit [Quit: leaving]
13:45
acarrico has joined #nixos
13:45
malook has joined #nixos
13:47
zebrag has quit [Quit: Konversation terminated!]
13:47
zebrag has joined #nixos
13:48
kapil_ has quit [Ping timeout: 256 seconds]
13:48
simba1 has quit [Ping timeout: 246 seconds]
13:50
simba1 has joined #nixos
13:51
nhs has joined #nixos
13:51
ahmed_elgabri has joined #nixos
13:51
oldandwise has quit [Quit: leaving]
13:52
oldandwise has joined #nixos
13:53
ahmedelgabri has quit [Ping timeout: 240 seconds]
13:53
kapil_ has joined #nixos
13:55
oldandwise has quit [Read error: Connection reset by peer]
13:56
oldandwise has joined #nixos
13:58
BlessJah_ is now known as BlessJah
13:59
Nickli has quit [Ping timeout: 244 seconds]
13:59
nhs has quit [Ping timeout: 272 seconds]
14:01
ahmedelgabri has joined #nixos
14:04
ahmed_elgabri has quit [Ping timeout: 272 seconds]
14:04
thelounge52 has joined #nixos
14:06
__monty__ has joined #nixos
14:07
lsix1 has quit [Quit: WeeChat 2.9]
14:07
lsix has joined #nixos
14:08
simba1 has quit [Quit: WeeChat 3.0]
14:08
simba1 has joined #nixos
14:08
ahmedelgabri has quit [Ping timeout: 258 seconds]
14:08
thelounge52 has quit [Ping timeout: 246 seconds]
14:09
<
siraben >
is there a way to perform substituteInPlace for every file in the directory?
14:09
oldandwise has quit [Changing host]
14:09
oldandwise has joined #nixos
14:11
Nickli has joined #nixos
14:11
qqlq has joined #nixos
14:11
jimkooch has joined #nixos
14:12
nhs has joined #nixos
14:12
jimkooch has quit [Client Quit]
14:17
nhs has quit [Ping timeout: 264 seconds]
14:18
j2t has quit [Ping timeout: 256 seconds]
14:19
dev_mohe has joined #nixos
14:20
rople has quit [Ping timeout: 265 seconds]
14:20
n-osborne has joined #nixos
14:20
aveltras has quit [Quit: Connection closed for inactivity]
14:21
nhs has joined #nixos
14:22
rople has joined #nixos
14:23
vidbina has joined #nixos
14:23
<
ar >
,locate bin arch
14:24
<
{^_^} >
Found in packages: toybox, busybox
14:25
malook has quit [Remote host closed the connection]
14:25
<
ar >
looks like coreutils on nixos doesn't provide "arch"
14:26
nhs has quit [Ping timeout: 256 seconds]
14:27
<
fuzzypixelz >
ar: I installed toybox yesterday to simply get `file` (:
14:27
<
ar >
fuzzypixelz: file is in file
14:30
bitmapper has joined #nixos
14:34
dev_mohe has quit [Quit: dev_mohe]
14:37
nhs has joined #nixos
14:38
n-osborne has left #nixos [#nixos]
14:39
ahmedelgabri has joined #nixos
14:39
n-osborne has joined #nixos
14:40
thelounge52 has joined #nixos
14:41
ml| has quit [Ping timeout: 276 seconds]
14:42
nhs has quit [Ping timeout: 246 seconds]
14:47
davidv7 has quit [Ping timeout: 240 seconds]
14:47
davidv7 has joined #nixos
14:47
zebrag has quit [Quit: Konversation terminated!]
14:47
zebrag has joined #nixos
14:49
ahmed_elgabri has joined #nixos
14:50
thelounge52 has quit [Ping timeout: 276 seconds]
14:52
ahmedelgabri has quit [Ping timeout: 272 seconds]
14:53
<
viric >
hm I have problems with a BT audio headset in 20.09...
14:53
<
viric >
I've used it succesfully in debian so I wonder what is wrong
14:53
Qwerky has joined #nixos
14:54
nhs has joined #nixos
14:54
ml| has joined #nixos
14:55
<
viric >
a2dp seems to work
14:55
<
viric >
but not 'headset' profile
14:56
<
ar >
,locate uuid/uuid.h
14:56
<
{^_^} >
Found in packages: emscripten, libuuid.dev, utillinux.dev
14:58
is_null has joined #nixos
14:59
Qwerky has quit [Ping timeout: 276 seconds]
14:59
nhs has quit [Ping timeout: 276 seconds]
15:00
j2t has joined #nixos
15:00
hiro98 has joined #nixos
15:01
fuzzypixelz has left #nixos [#nixos]
15:02
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:03
malook has joined #nixos
15:04
<
viric >
de febr. 06 15:55:05 bergamota pulseaudio[4521]: W: [pulseaudio] module-bluez5-device.c: Refused to switch profile to headset_head_unit: Not connected
15:05
n-osborne has quit [Remote host closed the connection]
15:06
acarrico has quit [Ping timeout: 272 seconds]
15:10
Qwerky has joined #nixos
15:10
rb2k has joined #nixos
15:12
n-osborne has joined #nixos
15:13
nhs has joined #nixos
15:14
Qwerky has quit [Ping timeout: 240 seconds]
15:18
<
viric >
mpf. I tried a different bluetooth controller and it works better but records very cracky
15:18
nhs has quit [Ping timeout: 246 seconds]
15:18
thelounge52 has joined #nixos
15:18
<
viric >
anyone using bluetooth headsets with nixos + pulseaudio?
15:19
cole-h has joined #nixos
15:20
malook has quit [Quit: malook]
15:20
sayantan has joined #nixos
15:21
sayantan has quit [Remote host closed the connection]
15:22
vidbina has quit [Ping timeout: 240 seconds]
15:23
thelounge52 has quit [Ping timeout: 276 seconds]
15:29
malook has joined #nixos
15:29
nhs has joined #nixos
15:30
UniquelyElite has joined #nixos
15:30
<
ronthecookie >
how can I change the nix-shell prompt?
15:30
<
ronthecookie >
it doesn't seem to source my bashrc
15:33
bn_work has joined #nixos
15:34
<
UniquelyElite >
Not directly related to nixos, but I moved some partition over into my windows OS, and now I cant boot into the boot manager to boot Nixos
15:34
nhs has quit [Ping timeout: 264 seconds]
15:35
<
UniquelyElite >
How would go about making sure its still there and is just the linux distro manager?
15:36
n-osborne has quit [Remote host closed the connection]
15:38
n-osborne has joined #nixos
15:39
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:40
rb2k has joined #nixos
15:40
oldandwi1e has joined #nixos
15:41
oldandwise has quit [Ping timeout: 265 seconds]
15:41
oldandwi1e has quit [Client Quit]
15:41
oldandwise has joined #nixos
15:47
zebrag has quit [Quit: Konversation terminated!]
15:47
zebrag has joined #nixos
15:47
nhs has joined #nixos
15:49
ahmed_elgabri has quit [Ping timeout: 264 seconds]
15:52
nhs has quit [Ping timeout: 240 seconds]
15:53
ahmed_elgabri has joined #nixos
15:55
rb2k has quit [Ping timeout: 272 seconds]
15:56
toddgamblin has joined #nixos
15:57
philr has quit [Ping timeout: 258 seconds]
15:58
ahmed_elgabri has quit [Ping timeout: 260 seconds]
15:58
thelounge52 has joined #nixos
16:00
sterni[m] has quit [Quit: Idle for 30+ days]
16:00
malook has quit [Quit: malook]
16:00
malook has joined #nixos
16:01
malook has quit [Client Quit]
16:01
shla has joined #nixos
16:02
waleee-cl has joined #nixos
16:02
thelounge52 has quit [Ping timeout: 240 seconds]
16:03
nhs has joined #nixos
16:07
malook has joined #nixos
16:09
Jd007 has joined #nixos
16:10
nhs has quit [Ping timeout: 246 seconds]
16:13
oldandwise has quit [Quit: leaving]
16:16
steve-chavez has quit [Ping timeout: 246 seconds]
16:17
<
viric >
hm something is very broken with my bluetooth... even the usb bluetooth radio disconnects when I try the headset profile [39026.555931] usb 2-6: USB disconnect, device number 16
16:21
<
marble_visions >
viric: last year with gnome+nixos 20.03 my taotronics BT headphones were so-so .. not that cracky
16:22
<
marble_visions >
viric: i can test now with 20.09, I haven't used these headphones with a laptop since then :D
16:23
nhs has joined #nixos
16:25
gustavderdrache has joined #nixos
16:28
nhs has quit [Ping timeout: 246 seconds]
16:32
thelounge52 has joined #nixos
16:36
nhs has joined #nixos
16:36
oxalica has quit [Ping timeout: 240 seconds]
16:37
ahmed_elgabri has joined #nixos
16:37
thelounge52 has quit [Ping timeout: 276 seconds]
16:39
henri has joined #nixos
16:42
Qwerky has joined #nixos
16:42
nhs has quit [Ping timeout: 276 seconds]
16:44
n-osborn_ has joined #nixos
16:44
n-osborne has quit [Read error: Connection reset by peer]
16:48
ahmedelgabri has joined #nixos
16:49
cole-h has quit [Ping timeout: 256 seconds]
16:50
ahmed_elgabri has quit [Ping timeout: 260 seconds]
16:52
oldandwise has joined #nixos
16:52
vidbina has joined #nixos
16:55
nhs has joined #nixos
16:56
zopieux has quit [Ping timeout: 272 seconds]
16:57
zopieux has joined #nixos
17:00
nhs has quit [Ping timeout: 264 seconds]
17:01
nhs has joined #nixos
17:01
Jd007 has quit [Quit: Jd007]
17:03
UniquelyElite has quit [Quit: Leaving]
17:03
<
evanjs- >
Gah. Re python and flask -- is this a known issue or am I doing something wrong? export PATH='/ .... \n SyntaxError: invalid syntax
17:03
<
evanjs- >
Always happens when running flask run
17:03
<
evanjs- >
and `FLASK_ENVIRONMENT=development python -m flask run` seems to work just fine
17:04
evanjs- is now known as evanjs
17:05
<
evanjs >
Gah. Seems to be #72345?
17:05
<
evanjs >
pie_: thanks for opening the ticket. But yeesh this is annoying
17:07
<
viric >
rmcgibbo[m]: 5.4.88 here
17:08
simba1 has quit [Ping timeout: 260 seconds]
17:10
thelounge52 has joined #nixos
17:11
simba1 has joined #nixos
17:12
oldandwise has quit [Quit: leaving]
17:15
thelounge52 has quit [Ping timeout: 276 seconds]
17:18
<
viric >
rmcgibbo[m]: I tried two bt controllers, similar outcome
17:18
j2t_ has joined #nixos
17:18
<
viric >
and one of them works fine in a rpi2
17:19
shla4 has joined #nixos
17:19
<
evanjs >
pie_: I guess `FLASK_ENVIRONMENT=development python -m flask run` is the laziest workaround for the time being, then?
17:20
<
kiboneu >
what is "lock.nodes.flake-compat.locked.narHash" ?
17:20
strikerlulu has quit [Ping timeout: 276 seconds]
17:20
gentauro has quit [Ping timeout: 276 seconds]
17:20
<
henri >
kiboneu: It's the narHash of the locked revision of flake-compat in your flake.lock
17:21
strikerlulu has joined #nixos
17:21
gentauro has joined #nixos
17:21
shla has quit [Ping timeout: 276 seconds]
17:21
toddgamblin has quit [Ping timeout: 276 seconds]
17:21
shla4 is now known as shla
17:21
j2t has quit [Ping timeout: 276 seconds]
17:24
<
evanjs >
mrm. I wonder if/how #111996 will benefit applications like openrgb
17:24
<
evanjs >
When I tried using it a while back, I remember running into some issues with i2c permissions... I think?
17:25
nhs has quit [Ping timeout: 240 seconds]
17:27
<
kiboneu >
evanjs: thanks
17:33
euandreh has quit [Ping timeout: 272 seconds]
17:34
ahmedelgabri has quit [Ping timeout: 260 seconds]
17:37
growpotkin has joined #nixos
17:37
malook has quit [Quit: malook]
17:38
malook has joined #nixos
17:38
marusich has joined #nixos
17:39
<
evanjs >
henri: ^ but yeah close enough
17:41
oldandwise has joined #nixos
17:44
shibboleth has joined #nixos
17:44
hyper_ch4 has quit [Read error: Connection reset by peer]
17:44
hyper_ch4 has joined #nixos
17:45
thelounge52 has joined #nixos
17:47
zebrag has quit [Quit: Konversation terminated!]
17:47
zebrag has joined #nixos
17:48
domogled has joined #nixos
17:49
njd has joined #nixos
17:49
ahmedelgabri has joined #nixos
17:50
thelounge52 has quit [Ping timeout: 264 seconds]
17:50
<
exarkun >
After upgrading from 20.03 to 20.09 my system fails to boot, saying there is no /dev/sdd. My config has `boot.loader.grub.device`, `boot.initrd.postDeviceCommands`, and `fileSystems` that reference partitions on that device.
17:51
Enzime has quit [Ping timeout: 272 seconds]
17:51
<
exarkun >
If I change them to use one of the other names, is it more likely to work?
17:51
Enzime has joined #nixos
17:57
rajivr has quit [Quit: Connection closed for inactivity]
17:58
simba1 has quit [Ping timeout: 258 seconds]
17:59
j2t_ has quit [Ping timeout: 272 seconds]
18:01
rnhmjoj_ has quit [Ping timeout: 272 seconds]
18:02
nhs has joined #nixos
18:02
<
asymmetric >
in a flake's nixosSystem, how can i pass arguments to the modules in `modules = [ ... ]`?
18:02
Jd007 has joined #nixos
18:02
<
asymmetric >
e.g. the consumer.nix module
18:03
<
clever >
[clever@amd-nixos:~/apps/rpi/rpi-tools]$ vi ~/apps/nixpkgs/nixos/modules/misc/nixpkgs.nix
18:03
<
clever >
222 _module.args = {
18:03
<
clever >
223 pkgs = finalPkgs;
18:03
<
clever >
asymmetric: this is how you add custom args in a normal nixos, and anything in that modules list can be a naked module (just an attr set)
18:03
simba1 has joined #nixos
18:04
alexherbo2 has joined #nixos
18:05
euandreh has joined #nixos
18:05
Jd007 has quit [Client Quit]
18:06
<
asymmetric >
clever: is that how i'd pass arguments to the module from the caller? shouldn't the caller assign the values of the arguments at the call-site or something?
18:06
nhs has quit [Ping timeout: 240 seconds]
18:07
<
clever >
asymmetric: ive not investigated the nixos flake stuff yet
18:08
<
asymmetric >
clever: but suppose this was a normal configuration.nix, and we were talking about `imports = [ ./hardware-configuration.nix ]`. how would you pass it custom arguments?
18:08
<
clever >
asymmetric: _module.args.custom_arg = 42;
18:09
simba1 has quit [Ping timeout: 260 seconds]
18:09
nhs has joined #nixos
18:11
simba1 has joined #nixos
18:11
<
asymmetric >
clever: and that would go where? in hardware-configuration.nix?
18:11
<
clever >
asymmetric: in any nixos module
18:11
aveltras has joined #nixos
18:13
<
asymmetric >
(notice foo)
18:13
<
clever >
asymmetric: yep
18:14
<
asymmetric >
so the `_module.args` attribute basically declares extra args this module accepts
18:16
euandreh has quit [Ping timeout: 272 seconds]
18:16
euandreh has joined #nixos
18:19
Darkmatter66 has joined #nixos
18:23
nhs has quit [Ping timeout: 240 seconds]
18:25
thelounge52 has joined #nixos
18:26
<
asymmetric >
does _module.args.custom_arg = 42 set 42 as the default value, which can be overridden by assigning to the module's argument?
18:26
clever has joined #nixos
18:28
oldandwise has quit [Remote host closed the connection]
18:28
<
asymmetric >
clever: does _module.args.custom_arg = 42 set 42 as the default value, which can be overridden by calling the module with `custom_arg = 1`?
18:29
<
clever >
asymmetric: you should only ever be passing args via that mechanism, or the normal config system
18:29
oldandwise has joined #nixos
18:29
<
asymmetric >
clever: does this mean that custom_arg would be hard-coded at 42? what i want to do is allow the caller to set its value
18:30
thelounge52 has quit [Ping timeout: 264 seconds]
18:30
<
clever >
asymmetric: you can still set the _modules thing a second time, with mkForce i believe
18:30
<
clever >
like any other nixos option
18:31
<
clever >
you probably just want a normal nixos config
18:34
<
slabity >
Does anyone here use home-manager with nix-flakes? I'm trying to figure out how I can migrate all my configs to flakes
18:34
<
slabity >
Just looking for examples or something
18:35
nhs has joined #nixos
18:35
poscat has joined #nixos
18:38
oldandwise has quit [Quit: leaving]
18:38
ahmedelgabri has quit [Ping timeout: 264 seconds]
18:39
itai has joined #nixos
18:40
<
itai >
even though the package `nixpkgs.haskellPackages.hum` has been removed from the broken haskell packages list, nix still won't build it. Any clue as to why this could be? I already ran `nix-channel --update`
18:43
<
henri >
slabity: home-manager doesn't support flakes yet
18:47
zebrag has quit [Quit: Konversation terminated!]
18:47
zebrag has joined #nixos
18:51
madalu has quit [Remote host closed the connection]
18:52
IRCsum has quit [Read error: Connection reset by peer]
18:52
zupo has joined #nixos
18:53
IRCsum has joined #nixos
18:55
respawn_ has joined #nixos
18:55
<
infinisil >
itai: Only once the hackage-packages.nix file is generated from the configuration-hackage2nix.yaml, the list of broken packages is applied
18:55
<
infinisil >
This only happens once a week
18:56
<
itai >
infinisil: I assume that this happens in the weekly hackage merge? I removed hum from the broken package list before that, hold on i'll heck hackage-packages.nix
18:57
<
itai >
infinisil: hum isn't listed as broken there anymore
18:58
ryantrinkle has quit [Remote host closed the connection]
18:58
<
infinisil >
itai: Which file did you check, and how are you trying to build it?
18:59
<
itai >
infinisil: I checked pkgs/development/haskell-modules/hackage-packages.nix, on the master branch of nixpkgs, but it was last changed 21 hours ago and nixpkgs-unstable was updated 9 hours ago
18:59
<
itai >
i'm building it with `nix-env -iA nixpkgs.haskellPackages.hum`
19:01
<
itai >
if i click on the status then on that commit it's still broken
19:01
<
itai >
right the measurement of hours is not good because of the way that merges work
19:02
<
itai >
it will probably work itself up in the by the next time nixpkgs-unstable updates
19:02
<
itai >
infinisil: thanks for the help
19:02
<
infinisil >
You're welcome :)
19:02
lsix has quit [Quit: WeeChat 3.0]
19:02
lsix has joined #nixos
19:03
thelounge52 has joined #nixos
19:03
berberman_ has joined #nixos
19:03
<
slabity >
henri: That's disappointing... I saw the 'flake.nix' in the home-manager repo and was hoping it was available now
19:03
Qwerky has quit [Remote host closed the connection]
19:04
berberman has quit [Ping timeout: 260 seconds]
19:05
[n3p] has joined #nixos
19:05
ahmedelgabri has joined #nixos
19:05
neiluj_ has joined #nixos
19:05
n3p has quit [Remote host closed the connection]
19:06
n-osborn_ has quit [Read error: Connection reset by peer]
19:06
respawn_ has quit [Remote host closed the connection]
19:06
nhs has quit [Ping timeout: 272 seconds]
19:07
n-osborne has joined #nixos
19:07
respawn_ has joined #nixos
19:07
thelounge52 has quit [Ping timeout: 264 seconds]
19:09
neiluj_ has quit [Client Quit]
19:09
nhs has joined #nixos
19:12
attila_lendvai has joined #nixos
19:12
attila_lendvai has quit [Changing host]
19:12
attila_lendvai has joined #nixos
19:15
quinn has joined #nixos
19:16
sss2 has joined #nixos
19:20
Qwerky has joined #nixos
19:21
wouter1 has joined #nixos
19:24
Qwerky has quit [Ping timeout: 240 seconds]
19:25
nhs has quit [Ping timeout: 265 seconds]
19:26
<
wouter1 >
Is there any way to get source from github, and fetching submodules non-recursively?
19:26
<
wouter1 >
I've been looking through stale github issues for about an hour now and can't seem to find the magic incantation to make it happen
19:26
itai has quit [Remote host closed the connection]
19:26
alexherbo2 has quit [Ping timeout: 272 seconds]
19:27
<
wouter1 >
keeping the .git folder and manually getting the submodule is also fine, but that option (keeping the dot git) also appears to have been removed.
19:28
jasbrg has joined #nixos
19:31
gustavderdrache has quit [Quit: Leaving.]
19:32
fionera has joined #nixos
19:32
fionera has quit [Client Quit]
19:32
fionera has joined #nixos
19:32
n-osborne has quit [Remote host closed the connection]
19:33
Qwerky has joined #nixos
19:36
thelounge52 has joined #nixos
19:38
<
ptotter[m] >
something weird is going on with my networking setup, how should I restart it? something like /etc/init.d/networking restart in debian years ago
19:38
Qwerky has quit [Ping timeout: 240 seconds]
19:38
<
jgart[m] >
what would be the recommended way to build gatsbyjs with nix?
19:38
malook has quit [Quit: malook]
19:38
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:39
<
jgart[m] >
yarn2nix? node2nix? Is there a simpler way for those getting started with node with nix?
19:40
thelounge52 has quit [Ping timeout: 240 seconds]
19:41
respawn_ has quit [Quit: Leaving]
19:43
jkachmar has joined #nixos
19:44
<
infinisil >
ptotter[m]: One thing you could do is `systemctl restart network-setup`
19:44
vidbina has quit [Ping timeout: 240 seconds]
19:45
<
wouter1 >
ok I solved the submodule problem by manually fetching the submodule itself and copying it into the src dir
19:46
<
wouter1 >
not the most beautiful thing I've ever done
19:46
<
jkachmar >
afaict `krops` can be made to build expressions on the target machine, but I'm not sure if `morph` supports the same thing
19:46
<
jkachmar >
does that sound right?
19:47
nhs has joined #nixos
19:47
qbit has quit [Quit: leaving]
19:51
Thra11 has joined #nixos
19:51
hiro98 has quit [Ping timeout: 246 seconds]
19:52
ahmed_elgabri has joined #nixos
19:53
ahmedelgabri has quit [Ping timeout: 272 seconds]
19:57
cosimone has quit [Quit: cosimone]
20:01
<
{^_^} >
[nixpkgs] @dotlambda pushed commit from @LeSuisse to release-20.09 « vault: 1.6.1 -> 1.6.2 »:
https://git.io/Jtak0
20:01
Qwerky has joined #nixos
20:01
jonringer has joined #nixos
20:02
<
henri >
nix: src/libstore/build/derivation-goal.cc:3214: void nix::DerivationGoal::registerOutputs(): Assertion `newInfo.ca' failed.
20:02
<
henri >
What does this mean?
20:02
<
henri >
Using Nix flakes
20:05
davidv7 has quit [Remote host closed the connection]
20:06
jneto has quit [Quit: WeeChat 2.7.1]
20:07
zupo has joined #nixos
20:10
domogled1 has joined #nixos
20:11
domogled has quit [Ping timeout: 240 seconds]
20:11
domogled1 is now known as domogled
20:12
<
jgart[m] >
what's the best way to get `nvm` on nixos?
20:12
<
jgart[m] >
* what's the best/correct way to get `nvm` on nixos?
20:14
henri has quit [Quit: ERC (IRC client for Emacs 27.1)]
20:16
thelounge52 has joined #nixos
20:17
domogled1 has joined #nixos
20:18
simba1 has quit [Ping timeout: 258 seconds]
20:18
domogled has quit [Ping timeout: 272 seconds]
20:18
domogled1 is now known as domogled
20:19
n-osborne has joined #nixos
20:19
simba1 has joined #nixos
20:20
stigo has joined #nixos
20:20
<
mica[m] >
Darktable seems slow to me, and when I look at the nix file, I see it uses the llvm openmp package if it is Darwin, but OpenMP isn't mentioned for the Linux env. Is OpenMP included some other way I'm not seeing?
20:21
thelounge52 has quit [Ping timeout: 246 seconds]
20:23
<
pie_ >
evanjs: not sure if i should be happy it helped :p
20:23
<
pie_ >
evanjs: im sorry for your pain
20:23
<
pie_ >
evanjs: i have no idea about it (anymore?) though
20:24
<
pie_ >
I don't even remember how I even figured out what the issue was..
20:24
<
pie_ >
Maybe I bisected? 'xD
20:25
<
ptotter[m] >
infinisil: thanks for the suggestion, but it didn't seem to help
20:31
kfc has left #nixos [#nixos]
20:33
ericsagn1 has quit [Ping timeout: 260 seconds]
20:40
sjlnk has joined #nixos
20:42
jonringer has quit [Ping timeout: 240 seconds]
20:44
n-osborne has quit [Remote host closed the connection]
20:44
sangoma has joined #nixos
20:45
n-osborne has joined #nixos
20:45
ericsagn1 has joined #nixos
20:46
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:48
zupo has joined #nixos
20:50
thelounge52 has joined #nixos
20:56
thelounge52 has quit [Ping timeout: 240 seconds]
20:59
<
sshow >
When I add a custom layout to services.xserver.extraLayouts, I have to rebuild xorg-server. Is there a better way?
21:00
captn3m0 has joined #nixos
21:01
ahmed_elgabri has quit [Ping timeout: 258 seconds]
21:15
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:16
<
viric >
Anyone using a BT headset is able to use a microphone in nixos? I read from archlinux wiki "Note: HFP support is not stable"
21:16
zupo has joined #nixos
21:18
gustavderdrache has joined #nixos
21:19
Thra11 has quit [Quit: WeeChat 3.0]
21:19
<
{^_^} >
#102547 (by jansol, 13 weeks ago, open): Pipewire status tracking issue
21:21
<
viric >
sshow: I changed the BT controller to a usb dongle and now it works
21:21
<
viric >
so the intel BT controller the laptop has... fails
21:22
malook has joined #nixos
21:22
swflint has quit [Ping timeout: 264 seconds]
21:24
fuiltilt has joined #nixos
21:24
<
viric >
audio recording works quite bad. cracky.
21:24
kreisys has joined #nixos
21:24
<
viric >
sshow: so I'm in nixos 20.09 - do you mean master is beter?
21:24
fendor_ has joined #nixos
21:24
ifthenelse has quit [Ping timeout: 246 seconds]
21:24
malook has quit [Client Quit]
21:24
<
Yaniel >
nixpkgs master is not meant to be used
21:25
<
viric >
I understand
21:25
ifthenelse has joined #nixos
21:25
swflint has joined #nixos
21:26
<
Yaniel >
but yes, using the linked PR it's working quite well for me
21:26
fendor has quit [Ping timeout: 246 seconds]
21:26
<
Yaniel >
that is nixos-unstable + that PR on top
21:27
eonpatapon[m] has joined #nixos
21:28
<
viric >
ah "hardware.bluetooth.hsphfpd.enable = true; # ofono should work fine too
21:29
<
viric >
^ that's in that PR
21:29
<
viric >
but do you mean that it didn't work for you on 20.09?
21:29
thelounge52 has joined #nixos
21:29
<
Yaniel >
hsphfpd is not needed with that PR anymore
21:30
<
viric >
so you can record just fine from a headset
21:30
<
Yaniel >
since 0.3.20 pipewire supports that stuff natively
21:30
<
viric >
at proper quality.
21:30
<
viric >
besides pipewire, shouldn't pulseaudio support that?
21:30
<
Yaniel >
with pulseaudio you need hsphfpd for proper headset support
21:31
<
viric >
which is not in nixpkgs 20.09
21:31
domogled1 has joined #nixos
21:32
<
viric >
I enabled the ofono service too but I have no idea what is that
21:33
<
viric >
I thought that HSP and HFP were completely different profiles with different versions and sound qualities, and in pulseaudio they look like one.
21:33
domogled has quit [Ping timeout: 240 seconds]
21:33
domogled1 is now known as domogled
21:34
<
viric >
ah I read that ofono "completely lacks support for HSP". That explains some things
21:34
Qwerky has quit [Remote host closed the connection]
21:36
thelounge52 has quit [Ping timeout: 264 seconds]
21:41
Mrmaxmeier has joined #nixos
21:43
riksteri has quit [Quit: riksteri]
21:43
pieguy128 has joined #nixos
21:45
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:48
nhs has quit [Ping timeout: 240 seconds]
21:49
simba1 has quit [Ping timeout: 264 seconds]
21:50
euandreh has quit [Ping timeout: 258 seconds]
21:50
simba1 has joined #nixos
21:52
euandreh has joined #nixos
21:56
numkem has joined #nixos
21:58
alexherbo2 has joined #nixos
22:00
koenw[m]1 has joined #nixos
22:00
<
{^_^} >
[nixpkgs] @Ma27 pushed commit from @nlewo to release-20.09 « nextcloud: 20.0.6 -> 20.0.7 »:
https://git.io/JtaO1
22:06
sangoma has quit [Ping timeout: 240 seconds]
22:06
attila_lendvai_ has joined #nixos
22:07
slack1256 has joined #nixos
22:07
attila_lendvai has quit [Ping timeout: 264 seconds]
22:08
seku has joined #nixos
22:08
n-osborn_ has joined #nixos
22:08
elibrokeit has quit [Quit: Taking some time off for sanity]
22:09
nhs has joined #nixos
22:10
attila_lendvai has joined #nixos
22:10
attila_lendvai has joined #nixos
22:10
attila_lendvai has quit [Changing host]
22:11
n-osborne has quit [Ping timeout: 272 seconds]
22:12
thelounge52 has joined #nixos
22:12
attila_lendvai_ has quit [Ping timeout: 260 seconds]
22:14
fendor_ is now known as fendor
22:15
__monty__ has quit [Quit: leaving]
22:16
elibrokeit has joined #nixos
22:16
vrinek has quit [Ping timeout: 265 seconds]
22:16
sss2 has quit [Quit: Leaving]
22:16
nhs has quit [Ping timeout: 272 seconds]
22:17
thelounge52 has quit [Ping timeout: 246 seconds]
22:18
dusty has joined #nixos
22:19
n-osborn_ has quit [Read error: Connection reset by peer]
22:19
<
dusty >
Hello. Is this a good place to ask for some insight on troubleshooting NixOS installation?
22:19
n-osborne has joined #nixos
22:20
vrinek has joined #nixos
22:20
justanotheruser has joined #nixos
22:22
domogled1 has joined #nixos
22:23
<
dusty >
Sick. I'm attempting to install NixOS 20.09 Plasma on an Aorus Pro mobo and, while I am having no issue getting access to Wifi, my LAN connection isn't being perceived (1x Realtek® RTL8111H Gigabit LAN)
22:24
alexherbo26 has joined #nixos
22:24
alexherbo2 has quit [Read error: Connection reset by peer]
22:24
alexherbo26 is now known as alexherbo2
22:24
vrinek has quit [Ping timeout: 265 seconds]
22:25
n-osborne has quit [Ping timeout: 272 seconds]
22:25
domogled has quit [Ping timeout: 264 seconds]
22:25
domogled1 is now known as domogled
22:26
<
adisbladis >
dusty: Can you see it at all with `ifconfig -a`
22:28
nhs has joined #nixos
22:29
<
adisbladis >
Ah, right. I had a hunch it might be firmware. But it appears your driver is not included in the kernel.
22:29
<
adisbladis >
It seems you're looking for the r8168 driver
22:29
n-osborne has joined #nixos
22:29
<
bqv >
adisbladis: ifconfig has been deprecated by iputils entirely afaik
22:30
<
bqv >
Though I only learnt today that iwd is supposed to deprecate wpa_supplicant, which seems ..weird
22:30
<
eyJhb >
For some reason this -
https://termbin.com/8xk6p I cannot access fetchPypi, even though it is in the transmissionrpc package... Any idea?
22:30
srk has quit [Ping timeout: 268 seconds]
22:30
<
bqv >
Also iw deprecates iwconfig, though I'd never heard of either!
22:30
<
adisbladis >
bqv: Not really relevant, ifconfig is still OK
22:31
<
bqv >
Just letting you know
22:31
<
adisbladis >
I still think the ifconfig output is better
22:31
<
adisbladis >
I'm aware
22:31
jonringer has joined #nixos
22:31
<
bqv >
Mainly useful cause lots of systems no longer include it by default
22:31
n-osborn_ has joined #nixos
22:31
srk has joined #nixos
22:31
<
dusty >
Oh? What's the current kernel?
22:32
<
adisbladis >
dusty: `boot.extraModulePackages = [ config.boot.kernelPackages.r8168 ];`
22:32
<
adisbladis >
It's out of tree
22:32
n-osborne has quit [Read error: Connection reset by peer]
22:33
<
eyJhb >
Worked, needed python-super.fetch... instead of super.fetch...
22:34
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:36
<
dusty >
Awesome. I guess I include that line in my config file?
22:37
<
adisbladis >
dusty: Exactly
22:37
NeoCron has joined #nixos
22:37
<
dusty >
Sick! I'm still learning my way around the config file, but I assume it's not wildly unintuitive if I RTD?
22:38
<
dusty >
Also, just for curiosity's sake, how would I view current default kernel version and whether that kernel contains drivers for certain hardware?
22:39
<
adisbladis >
dusty: The NixOS kernel is a pretty vanilla linux
22:39
<
adisbladis >
I just googled your specific NIC and found out
22:39
kreisys has joined #nixos
22:39
<
dusty >
Gotcha. Sounds good. Well, I certainly do appreciate it
22:40
nhs has quit [Ping timeout: 256 seconds]
22:42
spacefrogg has quit [Quit: Gone.]
22:42
aw has quit [Quit: Quitting.]
22:42
aw has joined #nixos
22:43
jonringer has quit [Remote host closed the connection]
22:43
spacefrogg has joined #nixos
22:44
thelounge52 has joined #nixos
22:44
<
noonien >
dusty: you can check the current kernel version with `uname -r`, you can also pin to a specific kernel version in your config if you want
22:45
nhs has joined #nixos
22:45
[n3p] has left #nixos ["Leaving"]
22:47
<
dusty >
noonien: Right. I think I knew that at some point, but clearly forgot. Thank you
22:47
zebrag has quit [Quit: Konversation terminated!]
22:47
zebrag has joined #nixos
22:47
alexherbo28 has joined #nixos
22:48
alexherbo2 has quit [Ping timeout: 246 seconds]
22:48
alexherbo28 is now known as alexherbo2
22:48
equalunique[m] has joined #nixos
22:49
andymandias has joined #nixos
22:50
<
eyJhb >
adisbladis: how does poetry2nix work? Thougt I could just nix-shell -p '"poetry2nix"' to use it
22:51
ky0ko has joined #nixos
22:51
domogled has quit [Ping timeout: 240 seconds]
22:51
cole-h has joined #nixos
22:52
nhs has quit [Ping timeout: 240 seconds]
22:53
<
adisbladis >
eyJhb: It's much more magic than that
22:55
<
madonius[m] >
how would I get the full path of an executable to enter in a config-file?
22:55
<
eyJhb >
:( Found the post after you sent it, however, it does not want to build
22:55
<
adisbladis >
eyJhb: What's the build failure?
22:56
<
eyJhb >
Some random dependency
22:56
<
eyJhb >
Guessing it wants npm as a build input
22:56
<
adisbladis >
Ah, those are annoying as hell
22:56
<
adisbladis >
Because that probably means tons of networking
22:56
<
adisbladis >
Maybe you can download the preebuilt wheel instead?
22:57
<
adisbladis >
If there is one
22:57
<
eyJhb >
Also, I wonder why transmission-rpc SOMEHOW depends on that
22:57
<
eyJhb >
So there is a wheel
22:59
aveltras has quit [Quit: Connection closed for inactivity]
23:04
jasbrg has quit [Read error: Connection reset by peer]
23:04
gustavderdrache has quit [Quit: Leaving.]
23:05
n-osborn_ has quit [Read error: Connection reset by peer]
23:05
n-osborne has joined #nixos
23:05
jasbrg has joined #nixos
23:06
nhs has joined #nixos
23:07
ahmed_elgabri has joined #nixos
23:13
acarrico has joined #nixos
23:13
ahmedelgabri has joined #nixos
23:14
ahmed_elgabri has quit [Ping timeout: 260 seconds]
23:15
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
23:20
philr has joined #nixos
23:22
earldouglas has joined #nixos
23:23
earldouglas has quit [Client Quit]
23:24
earldouglas has joined #nixos
23:27
<
Raito_Bezarius >
can I read TOML during eval time?
23:28
<
adisbladis >
Raito_Bezarius: builtins.fromTOML
23:28
jmeredith has quit [Quit: Connection closed for inactivity]
23:28
<
Raito_Bezarius >
Oh, how did I missed it
23:28
<
Raito_Bezarius >
Thanks adisbladis !
23:28
<
Raito_Bezarius >
adisbladis++
23:28
<
{^_^} >
adisbladis's karma got increased to -2147483648
23:28
<
Raito_Bezarius >
sorry for the overflow
23:33
zfnmxt has quit [Quit: Bye!]
23:34
alexherbo2 has quit [Ping timeout: 256 seconds]
23:34
zfnmxt has joined #nixos
23:42
seku has quit [Quit: Connection closed]
23:48
thelounge52 has quit [Ping timeout: 272 seconds]
23:54
n-osborn_ has joined #nixos
23:54
n-osborne has quit [Read error: Connection reset by peer]