00:02
redmp has joined #nixos
00:05
lsix has joined #nixos
00:11
simba1 has quit [Ping timeout: 246 seconds]
00:14
spudly has joined #nixos
00:14
spudly has joined #nixos
00:18
<
cole-h >
drozdziak1: usually I just restart all of my gpg*.socket with systemd
00:19
<
drozdziak1 >
cole-h: I see, thought restarting the agenet would be enough
00:19
<
drozdziak1 >
*agent
00:30
bennofs_ has joined #nixos
00:31
griff_ has joined #nixos
00:34
bennofs__ has quit [Ping timeout: 264 seconds]
00:41
ahmed_elgabri has quit [Ping timeout: 272 seconds]
00:43
lsix has quit [Ping timeout: 264 seconds]
00:44
mbrgm_ has joined #nixos
00:45
mbrgm has quit [Ping timeout: 260 seconds]
00:45
mbrgm_ is now known as mbrgm
00:51
ris has quit [Ping timeout: 264 seconds]
00:54
m0rphism has quit [Ping timeout: 260 seconds]
00:56
gustavderdrache has quit [Quit: Leaving.]
00:58
supersandro2000 has quit [Disconnected by services]
00:58
supersandro2000 has joined #nixos
00:59
pinkieval has quit [Ping timeout: 258 seconds]
01:01
pinkieval has joined #nixos
01:05
Jd007 has quit [Quit: Jd007]
01:08
ahmed_elgabri has joined #nixos
01:11
stree has quit [Ping timeout: 276 seconds]
01:13
ahmed_elgabri has quit [Ping timeout: 260 seconds]
01:14
gustavderdrache has joined #nixos
01:18
mcornick has quit [Quit: brb]
01:18
mcornick has joined #nixos
01:22
zebrag has quit [Quit: Konversation terminated!]
01:22
zebrag has joined #nixos
01:23
stree has joined #nixos
01:23
ahmed_elgabri has joined #nixos
01:28
ahmed_elgabri has quit [Ping timeout: 246 seconds]
01:30
mcornick has quit [Ping timeout: 245 seconds]
01:30
<
{^_^} >
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »:
https://git.io/JqLwH
01:30
mcornick has joined #nixos
01:35
orivej has joined #nixos
01:38
stree has quit [Quit: Caught exception]
01:38
stree has joined #nixos
01:43
rajivr has joined #nixos
01:43
aswanson1 has quit [Ping timeout: 264 seconds]
01:44
growpotk- has joined #nixos
01:52
dmoerner has joined #nixos
01:53
griff_ has quit [Quit: griff_]
01:54
Jd007 has joined #nixos
01:55
Jd007 has quit [Client Quit]
02:04
sigmundv_ has quit [Read error: Connection reset by peer]
02:04
sigmundv_ has joined #nixos
02:11
pinkieval has quit [Ping timeout: 265 seconds]
02:12
pinkieval has joined #nixos
02:15
sigmundv_ has quit [Ping timeout: 245 seconds]
02:17
apache8080 has quit [Ping timeout: 245 seconds]
02:19
Fare has quit [Ping timeout: 264 seconds]
02:22
jamesbucher has quit [Quit: Connection closed]
02:22
zebrag has quit [Quit: Konversation terminated!]
02:22
zebrag has joined #nixos
02:23
h0m1 has quit [Ping timeout: 264 seconds]
02:25
h0m1 has joined #nixos
02:25
pjlover has quit [Quit: leaving]
02:31
delan has joined #nixos
02:31
Fare has joined #nixos
02:35
growpotk- has quit [Ping timeout: 264 seconds]
02:37
dbmikus has quit [Ping timeout: 246 seconds]
02:45
Lord_of_Life_ has joined #nixos
02:45
growpotk- has joined #nixos
02:46
Lord_of_Life has quit [Ping timeout: 260 seconds]
02:46
Lord_of_Life_ is now known as Lord_of_Life
02:52
dmoerner has left #nixos ["WeeChat 1.9.1"]
03:07
dbmikus has joined #nixos
03:08
<
veleiro >
can someone give me an example nixpkgs where a config or file needs to be copied to the nix store?
03:10
<
tpw_rules >
did that builtins.path function not help?
03:12
dbmikus has quit [Ping timeout: 256 seconds]
03:13
<
i1l >
veleiro: networking.hostid definition?
03:14
lordcirth has joined #nixos
03:15
<
i1l >
nixos-help, "A. Configuration Options", "Declared by:"
03:16
<
veleiro >
tpw_rules: yes, thanks! but I just wanted to know if there's another derivation in nixpkgs i can base mine on
03:16
<
veleiro >
tpw_rules++
03:16
<
{^_^} >
tpw_rules's karma got increased to 10
03:16
<
tpw_rules >
i'm not sure. i found it by looking at how home-manager handles <whatever>.source options
03:17
<
veleiro >
yeah i thought about that too, xdg.config as well
03:18
lordcirth_ has quit [Ping timeout: 258 seconds]
03:21
<
veleiro >
just as you say
03:22
Jd007 has joined #nixos
03:22
zebrag has quit [Quit: Konversation terminated!]
03:22
zebrag has joined #nixos
03:23
<
KarlJoad >
I'm still struggling to pin down the problem I am getting when I try to fetchFromBitbucket from within nixpkgs. It always errors on chmod: cannot access '/nix/store/hash-ufl': No such file or directory
03:25
ahmed_elgabri has joined #nixos
03:30
ahmed_elgabri has quit [Ping timeout: 264 seconds]
03:34
growpotk- has quit [Ping timeout: 260 seconds]
03:36
heck-to-the-gnom has joined #nixos
03:37
<
redmp >
hello! i'm getting a "called without required argument 'nixpkgs'" for a trivial example flake i'm building to learn about flakes:
https://termbin.com/y2rj
03:39
<
redmp >
this is an example of using flake-compat, as i need to be backwards compatible
03:39
<
tpw_rules >
so how are you calling this flake then?
03:39
<
redmp >
nix-build --dry-run
03:40
<
redmp >
which should run flake-compat via the default.nix stu
03:40
<
tpw_rules >
have you generated the lock file yet?
03:40
<
redmp >
no, there's no lock file.. is it necessary to have a lock file before evaluating a flake?
03:41
<
tpw_rules >
the "nix flake" command makes one automatically. at a quick glance, it looks like flake-compat can't do that
03:41
<
tpw_rules >
so it doesn't know how to find your inputs and pass them to your function
03:44
apache8080 has joined #nixos
03:44
<
tpw_rules >
or you can run any other nix subcommand that operates on a flake
03:45
aw has quit [Quit: Quitting.]
03:45
spacefrogg has quit [Quit: Gone.]
03:45
aw has joined #nixos
03:46
spacefrogg has joined #nixos
03:46
dbmikus has joined #nixos
03:47
stree has quit [Ping timeout: 276 seconds]
03:48
mcornick has quit [Quit: zzzz]
03:51
{`-`} is now known as {`-`}_
03:51
{`-`}_ has joined #nixos
03:51
dbmikus has quit [Ping timeout: 276 seconds]
03:51
kfiz- has joined #nixos
03:52
asymmetric_ has joined #nixos
03:52
niksnut_ has joined #nixos
03:52
konobi_ has joined #nixos
03:53
ekleog_ has joined #nixos
03:53
LangeOortjes has joined #nixos
03:53
Siyo- has joined #nixos
03:53
belst_ has joined #nixos
03:53
styledash9 has joined #nixos
03:53
edcragg0 has joined #nixos
03:53
jol has joined #nixos
03:53
heywoodlh_ has joined #nixos
03:53
yosafbridge` has joined #nixos
03:53
Dotz0cat_ has joined #nixos
03:53
kgriffin- has joined #nixos
03:53
jD91mZM2_ has joined #nixos
03:54
yagoham_ has joined #nixos
03:54
akaWolf1 has joined #nixos
03:54
leotaku has joined #nixos
03:54
oleks_ has joined #nixos
03:54
ptrcmd_ has joined #nixos
03:54
dminuoso_ has joined #nixos
03:54
Philonous_ has joined #nixos
03:54
neobit_ has joined #nixos
03:54
Willi_Butz has joined #nixos
03:54
Uma_ has joined #nixos
03:54
leo60228- has joined #nixos
03:54
kosmikus_ has joined #nixos
03:54
sveitser1 has joined #nixos
03:54
deltab_ has joined #nixos
03:55
emilsp- has joined #nixos
03:55
lovesegfault_ has joined #nixos
03:55
migy has joined #nixos
03:55
hexo| has joined #nixos
03:55
LilleCarl2 has joined #nixos
03:55
doublej472 has joined #nixos
03:55
abrar has joined #nixos
03:55
^_ has joined #nixos
03:55
medvid_ has joined #nixos
03:56
kaivai_ has joined #nixos
03:56
xanderle has joined #nixos
03:56
Vq_ has joined #nixos
03:56
zaeph1 has joined #nixos
03:57
wolfshappen_ has joined #nixos
03:57
kaletaa_ has joined #nixos
03:57
quinn_ has joined #nixos
03:57
spudly- has joined #nixos
03:58
lor|d has joined #nixos
03:59
drakonis- has joined #nixos
03:59
spudly has quit [*.net *.split]
03:59
cptrbn has quit [*.net *.split]
03:59
ddellacosta has quit [*.net *.split]
03:59
philr has quit [*.net *.split]
03:59
drakonis has quit [*.net *.split]
03:59
medvid has quit [*.net *.split]
03:59
Dotz0cat has quit [*.net *.split]
03:59
m4tsa_ has quit [*.net *.split]
03:59
apteryx has quit [*.net *.split]
03:59
heywoodlh has quit [*.net *.split]
03:59
LilleCarl1 has quit [*.net *.split]
03:59
lovesegfault has quit [*.net *.split]
03:59
wolfshappen has quit [*.net *.split]
03:59
andymandias has quit [*.net *.split]
03:59
oleks has quit [*.net *.split]
03:59
lord| has quit [*.net *.split]
03:59
belst has quit [*.net *.split]
03:59
Rovanion has quit [*.net *.split]
03:59
lemsip has quit [*.net *.split]
03:59
zaeph has quit [*.net *.split]
03:59
Philonous has quit [*.net *.split]
03:59
alp has quit [*.net *.split]
03:59
DerGuteMoritz has quit [*.net *.split]
03:59
danderson has quit [*.net *.split]
03:59
konobi has quit [*.net *.split]
03:59
flx has quit [*.net *.split]
03:59
wrench has quit [*.net *.split]
03:59
WilliButz has quit [*.net *.split]
03:59
kfiz has quit [*.net *.split]
03:59
Yaniel has quit [*.net *.split]
03:59
neobit has quit [*.net *.split]
03:59
kaivai has quit [*.net *.split]
03:59
nixy has quit [*.net *.split]
03:59
kosmikus has quit [*.net *.split]
03:59
lassulus has quit [*.net *.split]
03:59
tv has quit [*.net *.split]
03:59
xlei has quit [*.net *.split]
03:59
hexo- has quit [*.net *.split]
03:59
ximun has quit [*.net *.split]
03:59
quinn has quit [*.net *.split]
03:59
strobelight has quit [*.net *.split]
03:59
dongcarl has quit [*.net *.split]
03:59
esotericnonsense has quit [*.net *.split]
03:59
tghume has quit [*.net *.split]
03:59
V has quit [*.net *.split]
03:59
hrnz has quit [*.net *.split]
03:59
arahael has quit [*.net *.split]
03:59
thomassgn has quit [*.net *.split]
03:59
seku has quit [*.net *.split]
03:59
le0taku has quit [*.net *.split]
03:59
jess has quit [*.net *.split]
03:59
kgriffin has quit [*.net *.split]
03:59
supercoven_ has quit [*.net *.split]
03:59
xanderle_ has quit [*.net *.split]
03:59
mniip has quit [*.net *.split]
03:59
maljub01 has quit [*.net *.split]
03:59
Siyo has quit [*.net *.split]
03:59
asymmetric has quit [*.net *.split]
03:59
woffs has quit [*.net *.split]
03:59
meck has quit [*.net *.split]
03:59
abrar_ has quit [*.net *.split]
03:59
akaWolf has quit [*.net *.split]
03:59
marble_visions has quit [*.net *.split]
03:59
styledash has quit [*.net *.split]
03:59
ekleog has quit [*.net *.split]
03:59
jD91mZM2 has quit [*.net *.split]
03:59
niksnut has quit [*.net *.split]
03:59
Uma has quit [*.net *.split]
03:59
leo60228 has quit [*.net *.split]
03:59
jeaye has quit [*.net *.split]
03:59
ptrcmd has quit [*.net *.split]
03:59
dminuoso has quit [*.net *.split]
03:59
kaletaa has quit [*.net *.split]
03:59
jkt has quit [*.net *.split]
03:59
jol_ has quit [*.net *.split]
03:59
Athas has quit [*.net *.split]
03:59
{`-`} has quit [*.net *.split]
03:59
deltab has quit [*.net *.split]
03:59
chipb has quit [*.net *.split]
03:59
qqlq has quit [*.net *.split]
03:59
notgne2 has quit [*.net *.split]
03:59
yosafbridge has quit [*.net *.split]
03:59
wrl has quit [*.net *.split]
03:59
edcragg has quit [*.net *.split]
03:59
ktosiek has quit [*.net *.split]
03:59
Vq has quit [*.net *.split]
03:59
yagoham has quit [*.net *.split]
03:59
sveitser has quit [*.net *.split]
03:59
xdej has quit [*.net *.split]
03:59
doublej41 has quit [*.net *.split]
03:59
koluacik has quit [*.net *.split]
03:59
jD91mZM2_ is now known as jD91mZM2
03:59
spudly- is now known as spudly
03:59
asymmetric_ is now known as asymmetric
03:59
nixy4 is now known as nixy
03:59
styledash9 is now known as styledash
03:59
konobi_ is now known as konobi
03:59
maljub012 is now known as maljub01
03:59
ktosiek1 is now known as ktosiek
03:59
edcragg0 is now known as edcragg
03:59
stree has joined #nixos
04:00
drakonis- is now known as drakonis
04:00
koluacik has joined #nixos
04:00
jkt has joined #nixos
04:01
jess has joined #nixos
04:01
thomassgn has joined #nixos
04:01
<
d3z >
I'm getting a long timeout (1m30s) on each boot while systemd waits for my not-connected network interfaces to come up. Any idea how to make it not wait for these?
04:01
xdej has joined #nixos
04:01
jeaye has joined #nixos
04:01
mniip has joined #nixos
04:01
DerGuteMoritz has joined #nixos
04:01
ximun has joined #nixos
04:01
hrnz has joined #nixos
04:02
apteryx has joined #nixos
04:02
AlpineLlama has joined #nixos
04:02
marble_visions has joined #nixos
04:02
wrench has joined #nixos
04:02
Rovanion has joined #nixos
04:02
andymandias has joined #nixos
04:02
tv has joined #nixos
04:02
chipb has joined #nixos
04:02
notgne2 has joined #nixos
04:02
philr has joined #nixos
04:02
Yaniel has joined #nixos
04:02
xlei has joined #nixos
04:02
lassulus has joined #nixos
04:03
strobelight has joined #nixos
04:03
esotericnonsense has joined #nixos
04:03
arahael has joined #nixos
04:04
tghume has joined #nixos
04:04
danderson has joined #nixos
04:10
m4ts has joined #nixos
04:10
m4ts has quit [*.net *.split]
04:10
<
redmp >
tpw_rules: that worked!
04:10
meck has joined #nixos
04:10
<
redmp >
tpw_rules: well, nix flake update worked! now it's onto a different error
04:10
<
redmp >
tpw_rules: thank you :)
04:10
apache8080 has quit [Ping timeout: 264 seconds]
04:10
<
d3z >
The `/etc/systemd/system/network-addresses-wlp3s0.service` shows up (with symlinks) despite me setting `networking.interfaces.wlp3s0.useDHCP = false;`
04:12
<
d3z >
Solved it. The solution is to not have the networking.interfaces.wlp3s0.useDHCP line at all.
04:15
m4ts has joined #nixos
04:16
m4ts is now known as Guest46920
04:16
acarrico has quit [Ping timeout: 240 seconds]
04:18
alp has joined #nixos
04:20
orivej has quit [Ping timeout: 260 seconds]
04:22
zebrag has quit [Quit: Konversation terminated!]
04:22
zebrag has joined #nixos
04:29
redmp has quit [Quit: Lost terminal]
04:30
redmp has joined #nixos
04:35
ahmed_elgabri has joined #nixos
04:36
Supersonic112 has joined #nixos
04:37
<
cole-h >
It depends. If you want to use packages, you can use either the `legacyPackages.${system}` attribute, or import it (which will import the path of that input).
04:38
Supersonic has quit [Ping timeout: 264 seconds]
04:38
Supersonic112 is now known as Supersonic
04:40
gustavderdrache has quit [Quit: Leaving.]
04:40
ahmed_elgabri has quit [Ping timeout: 265 seconds]
04:42
clacke has joined #nixos
04:43
KarlJoad has quit [Quit: ERC (IRC client for Emacs 27.1)]
04:43
orivej has joined #nixos
04:45
<
redmp >
cole-h: oh, i hadn't noticed legacyPackages before.. trying to find info on the wiki now .. not sure what what it is
04:46
<
cole-h >
It's quite literally just `import nixpkgs` ;) (with the proper system set)
04:46
<
siraben >
What is legacyPackages in Flakes?
04:47
<
cole-h >
not `packages`
04:47
<
samueldr >
it allows a multi-level attrset
04:47
<
samueldr >
while packages is flat
04:49
<
cole-h >
you can have `packages.x86_64-linux` as well as `legacyPackages.x86_64-linux`
04:49
<
samueldr >
[The] following flake output attributes must be derivations: packages.$system.$name
04:49
<
redmp >
what's the use case of legacyPackages? i thought that to access nixpkgs i must declare it as an input.. legacyPackages is in the outputs schema on the wiki..
04:49
<
samueldr >
>> Similarly, the legacyPackages.system output is evaluated like nix-env -qa.
04:50
<
samueldr >
the use case for legacyPackages, AFAIUI is to stay compatible with the previous (current) way, and an arbitrarily nested attrset can be used
04:50
<
redmp >
previous (current) way of ... what?
04:51
<
cole-h >
how it is right now in Nixpkgs
04:52
<
cole-h >
previous in that the flakes way aims to supercede it, whenever it becomes stable; current in that it is literally what we do
04:52
<
cole-h >
...right now
04:54
<
redmp >
cole-h: so what i'm understanding is this: legacyPackages allows my outputs function to access nixpkgs, but it's not the flakes-way .. the flakes way to access nixpkgs would be to declare it as an input and then import it within the outputs function
04:55
<
cole-h >
it's more that `legacyPackages` isn't defined in the flakes way
04:56
<
cole-h >
importing the nixpkgs input does the exact same thing
04:56
<
cole-h >
except when you import the input manually, you can change more things (e.g. overlays)
04:57
<
redmp >
hrm.. ok, i guess i'm still confused.. is it the case that the "flakes way" shouldn't be declaring nixpkgs as an input at all? instead, declaring only other flakes as inputs?
04:59
<
cole-h >
the flakes way is literally `packages.${system}.package = <derivation>`, where packages that only build on that system are only defined for that system
04:59
<
cole-h >
the "current" way is to rely on `meta.platforms` for that kind of functionality
04:59
<
cole-h >
at least, that's how I understand it.
05:00
clacke has quit [Quit: authenticating]
05:00
clacke has joined #nixos
05:00
clacke has left #nixos [#nixos]
05:01
<
redmp >
that seems kind of orthogonal to my question.. it sounds like you're talking about which systems support which packages.. i'm only trying to understand how to access dependencies .. previously (currently) i did that by digging them out of nixpkgs..
05:01
<
cole-h >
you can still do that
05:02
<
redmp >
..but there is a preferred approach?
05:02
<
redmp >
I guess it's this, from the tweag blogpost: "The inputs attribute specifies other flakes that this flake depends on. These are fetched by Nix and passed as arguments to the outputs function."
05:02
<
cole-h >
legacyPackages is an output of nixpkgs itself
05:03
<
cole-h >
so you need nixpkgs as an input if you want to access any part of it no matter what
05:03
<
redmp >
Ok, I'm starting to understand.. nixpkgs/flakes.nix defines legacyPackages ..
05:05
<
redmp >
ok, this makes sense now.. thanks
05:05
<
redmp >
i'm noticing though that legacyPackages isn't all of nixpkgs .. nixpkgs.lib isn't at legacyPackages.lib
05:06
<
redmp >
same with nixpkgs.stdenv
05:07
<
cole-h >
it would b e `legacyPackages.${system}`
05:08
WORLDofPEACE has left #nixos ["User left"]
05:08
<
cole-h >
> (builtins.getFlake "nixpkgs").outputs.legacyPackages.x86_64-linux.lib.version
05:08
<
{^_^} >
attribute 'getFlake' missing, at (string):489:2
05:11
<
redmp >
oh! i missed the ${system} bit!
05:12
Jd007 has quit [Quit: Jd007]
05:13
<
redmp >
tpw_rules++
05:13
<
{^_^} >
tpw_rules's karma got increased to 11
05:13
<
{^_^} >
cole-h's karma got increased to 132
05:14
<
redmp >
i have no idea what that is but thanks
05:15
supercoven_ has joined #nixos
05:16
<
veleiro >
in a derivation, how do i specify a nixpkg to be available at runtime, not as a library but an executible
05:17
* veleiro
looks at how gnome3 is done
05:18
supercoven has quit [Ping timeout: 245 seconds]
05:23
kaivai has joined #nixos
05:25
Emantor has joined #nixos
05:32
vonfry has joined #nixos
05:33
endformationage has quit [Quit: WeeChat 2.9]
05:37
<
tpw_rules >
veleiro: a build time package is available at runtime iff there is a file in the output that references it
05:37
<
tpw_rules >
so typically you would patch whatever you are building with the absolute path of the utility executable
05:38
<
tpw_rules >
or actually probably better is make a wrapper script with makeWrapper that sets PATH to contain the utility executable
05:58
sangoma has joined #nixos
05:59
<
veleiro >
tpw_rules: the latter is what i am looking for i believe! thanks again
06:03
nuh^ has joined #nixos
06:05
palo1 has joined #nixos
06:08
stree has quit [Ping timeout: 256 seconds]
06:08
palo has quit [Ping timeout: 265 seconds]
06:08
palo1 is now known as palo
06:09
redmp has quit [Quit: leaving]
06:18
atkh has quit [Quit: Ping timeout (120 seconds)]
06:19
runciter has quit [Ping timeout: 265 seconds]
06:19
atkh has joined #nixos
06:20
stree has joined #nixos
06:21
runciter has joined #nixos
06:22
zebrag has quit [Quit: Konversation terminated!]
06:22
Lord_of_Life has quit [Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine]
06:22
zebrag has joined #nixos
06:22
ronthecookie has quit [Excess Flood]
06:23
ronthecookie has joined #nixos
06:25
Lord_of_Life has joined #nixos
06:29
Fare has quit [Ping timeout: 245 seconds]
06:33
simba1 has joined #nixos
06:36
ahmed_elgabri has joined #nixos
06:42
vidbina_ has joined #nixos
06:44
ahmed_elgabri has quit [Ping timeout: 260 seconds]
06:47
zebrag has quit [Quit: Konversation terminated!]
06:49
atkh has quit [Quit: Ping timeout (120 seconds)]
06:49
atkh has joined #nixos
06:58
nixuser has joined #nixos
06:59
waleee-cl has quit [Quit: Connection closed for inactivity]
07:01
kaivai has joined #nixos
07:01
fendor has joined #nixos
07:05
graf_blutwurst has joined #nixos
07:07
karantan has joined #nixos
07:12
respawn_ has joined #nixos
07:13
mallox has joined #nixos
07:22
orivej has quit [Ping timeout: 276 seconds]
07:25
jeeger has joined #nixos
07:26
strikerlulu has joined #nixos
07:27
<
jeeger >
Hey! I'm trying to understand nix-env functionality, and I'm wondering where nix-env stores the list of installed packages. In manifest.nix? Or is it just the profile store path?
07:28
<
karantan >
how do I achieve this?
07:30
ahmed_elgabri has joined #nixos
07:31
hiro98 has joined #nixos
07:33
jonringer has quit [Ping timeout: 264 seconds]
07:36
hiro98 has quit [Ping timeout: 265 seconds]
07:42
<
infinisil >
karantan: Chances are that =true has the same meaning
07:42
<
infinisil >
I'd try to check for that
07:42
<
karantan >
unfortunately not
07:43
<
karantan >
this is the error I get for skip-host-cache=true line: "mysqld: option '--skip-host-cache' cannot take an argument"
07:56
reptarmigan has joined #nixos
07:57
<
reptarmigan >
Hey, I'm having a problem with wine and fontconfig, would anyone know anything about the subject?
07:57
<
reptarmigan >
in a flakes based nixos setup
07:57
bitmapper has quit [Quit: Connection closed for inactivity]
07:58
mallox has quit [Quit: WeeChat 3.0.1]
08:01
woffs has joined #nixos
08:03
m0rphism has joined #nixos
08:04
attila_lendvai has joined #nixos
08:04
attila_lendvai has quit [Changing host]
08:04
attila_lendvai has joined #nixos
08:04
<
rnhmjoj-M >
do you know any blind nixos users, here? i have a PR that does some changes to brltty but i have no means of testing it without a braille display
08:07
<
clever >
rnhmjoj-M: the only people i do know, dont use nixos, and are using screen-readers because braille display's are rather expensive
08:08
zaeph1 is now known as zaeph
08:09
Athas_ is now known as Athas
08:10
saschagrunert has joined #nixos
08:10
bachp has quit [Disconnected by services]
08:10
saschagrunert has quit [Remote host closed the connection]
08:10
bachp has joined #nixos
08:11
saschagrunert has joined #nixos
08:11
bachp has quit [Disconnected by services]
08:11
bachp has joined #nixos
08:12
<
rnhmjoj-M >
clever: it looks like the maintainer hasn't touched the package since 2016, maybe they stopped using nixos
08:14
nixbitcoin has quit [Remote host closed the connection]
08:14
nixbitcoin has joined #nixos
08:19
lsix has joined #nixos
08:19
zupo has joined #nixos
08:22
zupo_ has joined #nixos
08:22
respawn_ has quit [Quit: Leaving]
08:24
zupo has quit [Ping timeout: 246 seconds]
08:24
evils has joined #nixos
08:27
<
l-as >
This is outdated right? It implies that builds aren't sandboxed at all.
08:27
seku has joined #nixos
08:28
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:28
wadii has joined #nixos
08:28
stree has quit [Ping timeout: 265 seconds]
08:32
oleks_ has quit [Quit: leaving]
08:33
oleks has joined #nixos
08:34
cinimod` has joined #nixos
08:34
oleks has quit [Client Quit]
08:34
ahmed_elgabri has quit [Ping timeout: 264 seconds]
08:34
oleks has joined #nixos
08:34
bpye has quit [Quit: Ping timeout (120 seconds)]
08:35
bpye has joined #nixos
08:35
ahmed_elgabri has joined #nixos
08:37
cinimod has quit [Ping timeout: 260 seconds]
08:41
stree has joined #nixos
08:41
civodul has joined #nixos
08:50
dsrt^ has joined #nixos
08:59
jmeredith has quit [Quit: Connection closed for inactivity]
09:00
PixelyIon[m] has quit [Quit: Idle for 30+ days]
09:00
kwamebranding[m] has quit [Quit: Idle for 30+ days]
09:00
equalunique[m] has quit [Quit: Idle for 30+ days]
09:00
griff_ has joined #nixos
09:01
avaq_ has quit [Ping timeout: 276 seconds]
09:09
jimmiehansson has joined #nixos
09:20
<
{^_^} >
[nix] @regnat pushed to ca/realisation-nix-command « Add a `nix realisation` command for working on realisations »:
https://git.io/JqtJ5
09:21
ixxie has joined #nixos
09:21
sangoma has quit [Ping timeout: 264 seconds]
09:26
__monty__ has joined #nixos
09:30
fuzzypixelz has joined #nixos
09:32
riksteri has joined #nixos
09:34
sigmundv_ has joined #nixos
09:35
sangoma has joined #nixos
09:38
avaq_ has joined #nixos
09:41
seku has quit [Ping timeout: 260 seconds]
09:41
cole-h has quit [Ping timeout: 260 seconds]
09:44
leah2 has quit [Remote host closed the connection]
09:46
leah2 has joined #nixos
09:47
vidbina_ has quit [Ping timeout: 260 seconds]
09:47
daphnis has joined #nixos
09:49
<
daphnis >
using nix without nixos, do i have to do something special to use it from a new user? i get complaints about bad permissions and missing directories
09:57
<
Miyu-saki >
daphnis: IIRC, if you install it from your package manager, it's your package manager's responsibility to set that up.
09:58
<
Miyu-saki >
You might also have to run `nix-daemon` for non-privileged access.
09:58
<
Miyu-saki >
Now that I think about it, that's probably why my FreeBSD's nix was not cooperating, lmao
10:01
<
daphnis >
thanks. somehow it started working ..
10:04
zakame has quit [Ping timeout: 260 seconds]
10:06
zakame has joined #nixos
10:11
<
Miyu-saki >
I have an Ubuntu system in /var/local/machines. I'm able to start it with machinectl, how do I enable networking for this?
10:11
<
Miyu-saki >
(I'm also using NixOS, so my /etc/systemd is Nix-controlled)
10:12
lsix has quit [Ping timeout: 264 seconds]
10:12
respawn_ has joined #nixos
10:15
<
Miyu-saki >
Oh wait
10:15
<
Miyu-saki >
ExecStart=systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i
10:16
griff_ has quit [Quit: griff_]
10:16
lsix has joined #nixos
10:18
orivej has joined #nixos
10:19
meh` has joined #nixos
10:19
AWizzArd has joined #nixos
10:23
<
AWizzArd >
I am on 20.09 and have `docker --version` => 19.03.12, as expected. Is there a way how I can leave my system at 20.09 but use Docker 20.10.2 from unstable?
10:23
<
clever >
,unstable AWizzArd
10:24
fuzzypixelz has quit [Quit: Connection closed]
10:24
<
AWizzArd >
clever: thx
10:25
<
supersandro2000 >
Miyu-saki: thats a systemd service file with @?
10:25
<
supersandro2000 >
you need to enable and start a service with the name service@something
10:25
<
Miyu-saki >
supersandro2000: Yep, it's the systemd-nspawn's template.
10:25
<
Miyu-saki >
I already got it working
10:26
<
Miyu-saki >
I forgot I had to do container-level setup
10:26
<
supersandro2000 >
AWizzArd: add an unstable channel and track the package from there
10:26
<
Miyu-saki >
FWIW, I actually can't get it working yet
10:27
<
Miyu-saki >
I think I need to fix my iptables
10:27
avaq_ has quit [Remote host closed the connection]
10:31
<
Miyu-saki >
Fun. Turns out I was referring to the wrong interface on my networking.nat.
10:31
<
Miyu-saki >
Okay. One last problem.
10:32
thc202 has joined #nixos
10:32
<
Miyu-saki >
sudo ip addr add 10.100.254.1/24 dev 've-focal'
10:32
<
Miyu-saki >
I also set up the IP in container
10:32
<
Miyu-saki >
And then in container, run: sudo ip route add default via 10.100.254.1
10:32
<
Miyu-saki >
How do I make this permanent?
10:33
<
Miyu-saki >
I'm guessing I have to either have dhcpd on my host, or set it up both in the container and the host.
10:36
wrl_ has quit [Quit: Reconnecting]
10:37
wrl has joined #nixos
10:43
niksnut_ is now known as niksnut
10:49
stree has quit [Ping timeout: 246 seconds]
10:55
sangoma has quit [Read error: Connection reset by peer]
10:58
spinus[m] has joined #nixos
11:02
stree has joined #nixos
11:05
stree has quit [Client Quit]
11:05
stree has joined #nixos
11:06
dhess`` has quit [Ping timeout: 272 seconds]
11:09
respawn_ has quit [Quit: Leaving]
11:12
i1l has quit [Quit: Quit]
11:12
sangoma has joined #nixos
11:14
daphnis has quit [Ping timeout: 264 seconds]
11:19
mananamenos has joined #nixos
11:20
vidbina_ has joined #nixos
11:29
avaq has joined #nixos
11:34
xlei has quit [Read error: Connection reset by peer]
11:39
zupo has joined #nixos
11:42
cfricke has joined #nixos
11:48
jeeger has quit [Ping timeout: 260 seconds]
11:52
avaq has quit [Ping timeout: 264 seconds]
12:00
berberman has joined #nixos
12:01
berberman_ has quit [Ping timeout: 260 seconds]
12:01
alexherbo2 has joined #nixos
12:02
dev_mohe has joined #nixos
12:04
avaq has joined #nixos
12:07
^_ is now known as V
12:15
lsix has quit [Ping timeout: 258 seconds]
12:22
ahmed_elgabri has quit [Ping timeout: 260 seconds]
12:24
deltab_ is now known as deltab
12:25
Fare has joined #nixos
12:27
ahmed_elgabri has joined #nixos
12:29
respawn_ has joined #nixos
12:33
ahmed_elgabri has quit [Ping timeout: 264 seconds]
12:35
mayhew has joined #nixos
12:42
ahmed_elgabri has joined #nixos
12:45
respawn__ has joined #nixos
12:45
<
sylvain >
I have a simple `shell.nix` script with `mkShell { buildInputs = [ python37 python37Packages.python-language-server ]; }`. Running `nix-shell` and `echo $PYTHONPATH` shows that it has each package at least 3 times: /nix/store/y88hsf6lrzp7dk95av2nxz2i5q0rspxq-python3.7-yapf-0.30.0/lib/python3.7/site-packages:/nix/store/y88hsf6lrzp7dk95av2nxz2i5q0rspxq-python3.7-yapf-0.30.0/lib/python3.7/site-packages. Is it
12:47
ahmed_elgabri has quit [Ping timeout: 272 seconds]
12:47
respawn_ has quit [Ping timeout: 264 seconds]
12:48
<
supersandro2000 >
you want to do nix-shell -p 'python3.withPackages(ps : with ps; [ python-language-server ])'
12:48
vidbina_ has quit [Ping timeout: 264 seconds]
12:50
elux has joined #nixos
12:50
<
elux >
has anyone experienced ever system warnings in dmesg or "[Hardware Error]: Corrected error, no action required." , "[Hardware Error]: CPU:0 (17:71:0) MC25_STATUS[-|CE|MiscV|-|-|-|-|CECC|-|-|-]: 0x98004000003e000" , "[Hardware Error]: Platform Security Processor Ext. Error Code: 62" ?
12:51
<
elux >
i find my computer often crashes when this happens ..
12:51
<
elux >
it doesnt happen often.. maybe once a day :P .. otherwise will be running well
12:51
<
supersandro2000 >
once a day is often
12:53
<
elux >
looks similar..
12:53
<
elux >
i even changed my ram completely with another set, same isuse.
12:53
<
elux >
might be a BIOS problem?
12:54
<
clever >
elux: try running memtest86?
12:55
<
sylvain >
supersandro2000: hm, thanks, that’s better indeed
12:55
sylvain is now known as sephii
12:55
ahmed_elgabri has joined #nixos
12:57
noonien3 has joined #nixos
12:57
lsix has joined #nixos
12:58
noonien has quit [Ping timeout: 256 seconds]
12:58
noonien3 is now known as noonien
12:58
<
figgyc >
What's the best way to add a / to the end of a path? specifically i'm configuring nginx and I can't just do cfg.somepath (a path in the nix store) because itll be /nix/store/whatever and it complains about some directory traversal stuff so i want it to be /nix/store/whatever/ instead
12:58
strikerlulu has joined #nixos
13:01
<
exarkun >
"${cfg.somepath}/"?
13:02
<
figgyc >
yeah that works
13:02
terrorjack has quit [Ping timeout: 260 seconds]
13:03
ahmed_elgabri has quit [Ping timeout: 246 seconds]
13:05
mkaito has joined #nixos
13:05
ixxie has quit [Ping timeout: 264 seconds]
13:06
ahmed_elgabri has joined #nixos
13:07
ixxie has joined #nixos
13:08
terrorjack has joined #nixos
13:11
ahmed_elgabri has quit [Ping timeout: 240 seconds]
13:12
ahmed_elgabri has joined #nixos
13:13
stree has quit [Ping timeout: 264 seconds]
13:15
jb55 has quit [Remote host closed the connection]
13:15
jb55 has joined #nixos
13:17
ahmed_elgabri has quit [Ping timeout: 260 seconds]
13:18
ahmed_elgabri has joined #nixos
13:20
turlando has joined #nixos
13:21
xlei has joined #nixos
13:22
NeoCron has joined #nixos
13:25
ahmed_elgabri has quit [Ping timeout: 258 seconds]
13:27
stree has joined #nixos
13:27
turlando_ has joined #nixos
13:28
turlando has quit [Ping timeout: 264 seconds]
13:33
respawn__ has quit [Quit: Leaving]
13:36
philr has quit [Ping timeout: 260 seconds]
13:38
ahmed_elgabri has joined #nixos
13:43
strikerlulu has joined #nixos
13:44
ahmed_elgabri has quit [Ping timeout: 264 seconds]
13:48
ahmed_elgabri has joined #nixos
13:52
turlando_ has quit [Remote host closed the connection]
13:52
ahmed_elgabri has quit [Ping timeout: 240 seconds]
13:53
turlando has joined #nixos
13:54
mayhew has quit [Remote host closed the connection]
13:55
strikerlulu has joined #nixos
13:55
ddellaco_ has quit [Remote host closed the connection]
13:55
ahmed_elgabri has joined #nixos
14:01
vidbina_ has joined #nixos
14:02
<
wrench >
How do I set up mss clamping with nixos NAT?
14:03
ahmed_elgabri has quit [Ping timeout: 260 seconds]
14:05
jmeredith has joined #nixos
14:07
MidAutumnHotaru has quit [Quit: Quit 啾]
14:08
MidAutumnHotaru has joined #nixos
14:09
zebrag has joined #nixos
14:09
avaq has quit [Remote host closed the connection]
14:10
avaq has joined #nixos
14:11
ahmed_elgabri has joined #nixos
14:11
philr has joined #nixos
14:11
meh` has quit [Ping timeout: 265 seconds]
14:15
fuzzypixelz has joined #nixos
14:15
Dysfunctional has joined #nixos
14:17
ahmed_elgabri has quit [Ping timeout: 265 seconds]
14:17
<
Dysfunctional >
Hi! Just a quick question - I'm trying to install Houdini, and i've downloaded the .nix recipies so I can build with newer version. - I'm building with ```nix-build -E 'with import <nixpkgs> { }; callPackage ./default.nix { }'``` - is there some way I can add this to my profile? (like i would with nix-env -i) ?
14:18
<
tpw_rules >
you would put it in an overlay
14:18
<
Dysfunctional >
overlay?
14:18
<
Dysfunctional >
ok, i'm reading into that
14:20
elux has quit [Quit: leaving]
14:24
dsrt^ has quit [Read error: Connection reset by peer]
14:28
<
Miyu-saki >
You could also use config.nix
14:29
<
RyuKurisu[m] >
Maybe a silly question, but if I'm using QTerminal in LXQt, can I just uncomment the `console` section in the configuration.nix?
14:30
D_ has quit [Remote host closed the connection]
14:30
<
RyuKurisu[m] >
To remove the xterm entry in the menu?
14:31
D_ has joined #nixos
14:33
fuzzypixelz has quit [Quit: Connection closed]
14:38
<
Reventlov >
hey, I'm trying to disable tests when building mitmproxy
14:40
<
Reventlov >
Anything I'm doing wrong ?
14:43
Graypup_ has joined #nixos
14:43
awmv has joined #nixos
14:43
<
veleiro >
can you use a flake over ssh
14:44
Dysfunctional has quit [Quit: Connection closed]
14:46
awmv has quit [Client Quit]
14:52
Athas has joined #nixos
14:53
turlando has quit [Ping timeout: 256 seconds]
14:58
gustavderdrache has joined #nixos
14:59
alexherbo26 has joined #nixos
15:00
alexherbo2 has quit [Ping timeout: 260 seconds]
15:00
alexherbo26 is now known as alexherbo2
15:01
attila_lendvai has quit [Ping timeout: 246 seconds]
15:03
jonringer has joined #nixos
15:08
fuzzypixelz has joined #nixos
15:09
rj has joined #nixos
15:10
ahmed_elgabri has joined #nixos
15:11
footlooseboss has joined #nixos
15:12
griff_ has joined #nixos
15:13
Jd007 has joined #nixos
15:17
ahmed_elgabri has quit [Ping timeout: 258 seconds]
15:19
evanjs has quit [Read error: Connection reset by peer]
15:20
evanjs has joined #nixos
15:22
fuzzypixelz has quit [Quit: Connection closed]
15:25
ahmed_elgabri has joined #nixos
15:29
ahmed_elgabri has quit [Ping timeout: 246 seconds]
15:31
ahmed_elgabri has joined #nixos
15:31
orivej has quit [Ping timeout: 256 seconds]
15:34
philr has quit [Ping timeout: 276 seconds]
15:35
stree has quit [Ping timeout: 260 seconds]
15:35
rj has quit [Ping timeout: 268 seconds]
15:36
Fare has quit [Ping timeout: 264 seconds]
15:36
ahmed_elgabri has quit [Ping timeout: 260 seconds]
15:37
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:39
rj has joined #nixos
15:45
mallox has joined #nixos
15:46
zupo has joined #nixos
15:47
ahmed_elgabri has joined #nixos
15:47
laduke-13 has left #nixos ["WeeChat 2.3"]
15:48
stree has joined #nixos
15:51
griff_ has quit [Quit: griff_]
15:52
ixxie has quit [Ping timeout: 245 seconds]
15:53
ambroisie has quit [Remote host closed the connection]
15:55
ambroisie has joined #nixos
15:55
hauleth has joined #nixos
15:55
inf has quit [Ping timeout: 272 seconds]
15:55
edef has quit [Ping timeout: 272 seconds]
15:55
djanatyn has quit [Ping timeout: 272 seconds]
15:55
smyds has quit [Ping timeout: 272 seconds]
15:56
dev has quit [Remote host closed the connection]
15:56
smyds has joined #nixos
15:56
nbp has quit [Remote host closed the connection]
15:56
hl has quit [Ping timeout: 272 seconds]
15:56
djanatyn has joined #nixos
15:56
edef has joined #nixos
15:56
nbp has joined #nixos
15:56
dev has joined #nixos
15:58
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:58
hl has joined #nixos
15:58
hl has joined #nixos
15:59
inf has joined #nixos
16:00
quidome[m]1 has quit [Quit: Idle for 30+ days]
16:01
griff_ has joined #nixos
16:02
KarlJoad has joined #nixos
16:03
Negher has quit [Read error: Connection reset by peer]
16:03
<
KarlJoad >
Why would a nixpkgs derivation I'm writing have `chmod: cannot access '/nix/store/qbasrjgz4fh57f10gfrgrd8zl1jbz4wm-source': No such file or directory` be returned when using fetchFromBitbucket? The download works perfectly fine when I manually use the URL nix uses, so it's something in the unpack phase. I checked, and the downloaded item
_is_ a tarball.
16:04
Negher has joined #nixos
16:05
dongcarl has joined #nixos
16:07
orivej has joined #nixos
16:07
nixuser has quit [Ping timeout: 265 seconds]
16:10
ahmed_elgabri has quit [Ping timeout: 264 seconds]
16:16
hiro98 has joined #nixos
16:18
<
veleiro >
what's the equivalent to 'nix-shell -p hello' for flakes, without a nixpkg channel?
16:18
rj has quit [Ping timeout: 268 seconds]
16:20
rj has joined #nixos
16:20
nixbitcoin has quit [Remote host closed the connection]
16:20
nixbitcoin has joined #nixos
16:21
ahmed_elgabri has joined #nixos
16:24
erasmas has joined #nixos
16:24
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:27
saschagrunert has quit [Remote host closed the connection]
16:27
griff_ has quit [Quit: griff_]
16:29
ahmed_elgabri has quit [Ping timeout: 272 seconds]
16:40
growpotkin has joined #nixos
16:41
ahmed_elgabri has joined #nixos
16:41
<
dutchie >
veleiro: should be `nix develop nixpkgs#hello`
16:45
griff_ has joined #nixos
16:51
griff_ has quit [Quit: griff_]
16:52
<
sterni >
something with nix run probably rather
16:53
<
qbit >
can anyone recommend a x11 based window manager that works well with wireless and external displays?
16:54
<
dutchie >
ah yeah, i was confusing the behaviour of nix-shell when passed -p and what it does when passed a derivation
16:55
<
dutchie >
so `nix run nixpkgs#hello -- arg1 arg2` or `nix shell nixpkgs#hello` or `nix shell nixpkgs#hello -c some other command`
16:56
ahmed_elgabri has quit [Ping timeout: 260 seconds]
16:56
promaster77[m] is now known as RomanBall[m]
17:01
acarrico has joined #nixos
17:03
rj has quit [Ping timeout: 268 seconds]
17:07
gustavderdrache has quit [Quit: Leaving.]
17:07
gustavderdrache has joined #nixos
17:07
rj has joined #nixos
17:09
lsix has quit [Ping timeout: 264 seconds]
17:15
ahmed_elgabri has joined #nixos
17:15
avaq has quit [Ping timeout: 264 seconds]
17:20
rj has quit [Remote host closed the connection]
17:20
ahmed_elgabri has quit [Ping timeout: 260 seconds]
17:21
dbe has quit [Ping timeout: 272 seconds]
17:21
lsix has joined #nixos
17:21
redmp has joined #nixos
17:22
orivej has quit [Ping timeout: 276 seconds]
17:23
<
qbit >
is there a way to run gnome in x11 mode ? instead of wayland?
17:23
rj has joined #nixos
17:27
<
qbit >
services.xserver.displayManager.gdm.wayland maybe
17:28
Vq_ is now known as Vq
17:29
graf_blutwurst has quit [Remote host closed the connection]
17:30
<
qbit >
woo, that did it
17:31
<
Yaniel >
but is there an equivalent for plasma yet ...
17:32
<
jared-w >
ok, deploy-rs is officially very nice. Got some quirks, and I
*had* to run it in a container that had flakes enabled rather than with the nix shell, but after that it's been doing nicely
17:33
domogled has joined #nixos
17:33
jimmiehansson has quit [Remote host closed the connection]
17:36
dev_mohe has quit [Remote host closed the connection]
17:36
h0m1 has quit [Ping timeout: 272 seconds]
17:36
griff_ has joined #nixos
17:36
dev_mohe has joined #nixos
17:37
h0m1 has joined #nixos
17:38
apache8080 has joined #nixos
17:45
hiro98 has quit [Ping timeout: 256 seconds]
17:46
turlando has joined #nixos
17:47
rj has quit [Ping timeout: 268 seconds]
17:50
<
veleiro >
so for 'nix-shell -p hello' a flake way of doing it would be 'nix run 'github:nixpkgs/master#hello' for example
17:50
sangoma has quit [Ping timeout: 246 seconds]
17:52
rj has joined #nixos
17:52
turlando has quit [Read error: Connection reset by peer]
17:52
<
gchristensen >
any favorite git GUIs that aren't magit, gitg, or git-cola?
17:53
turlando has joined #nixos
17:54
<
veleiro >
whats wrong with magit =)
17:56
<
gchristensen >
it isn't a GUI
17:56
stree has quit [Ping timeout: 246 seconds]
17:56
oxalica has joined #nixos
17:59
ahmed_elgabri has joined #nixos
18:00
turlando has quit [Remote host closed the connection]
18:01
turlando has joined #nixos
18:01
dbmikus has joined #nixos
18:03
karantan has joined #nixos
18:03
Athas has joined #nixos
18:04
turlando has quit [Remote host closed the connection]
18:05
turlando has joined #nixos
18:05
turlando has quit [Remote host closed the connection]
18:05
ahmed_elgabri has quit [Ping timeout: 260 seconds]
18:07
zupo has joined #nixos
18:08
dingenskirchen has quit [Ping timeout: 260 seconds]
18:09
stree has joined #nixos
18:11
ris has joined #nixos
18:11
rajivr has quit [Quit: Connection closed for inactivity]
18:13
dingenskirchen has joined #nixos
18:19
wadii has quit [Ping timeout: 258 seconds]
18:20
<
rmcgibbo[m] >
Is anyone an expert on maturinBuildHook (python extensions in rust)? I'm seeing an issue where it seems to work fine on x86 but on aarch64 on GHA.
18:22
wadii has joined #nixos
18:22
<
supersandro2000 >
rmcgibbo[m]: danieldk
18:22
<
supersandro2000 >
not sure what is irc is
18:22
bitmapper has joined #nixos
18:23
gxt has quit [Remote host closed the connection]
18:23
<
supersandro2000 >
gchristensen: lazygit
18:24
ahmed_elgabri has joined #nixos
18:25
bpye has quit [Quit: Ping timeout (120 seconds)]
18:26
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:27
bpye has joined #nixos
18:27
dm9 has joined #nixos
18:28
gxt has joined #nixos
18:28
medvid_ has quit [Ping timeout: 260 seconds]
18:29
ahmed_elgabri has quit [Ping timeout: 240 seconds]
18:30
mmohammadi9812 has joined #nixos
18:30
medvid_ has joined #nixos
18:30
rj has quit [Ping timeout: 268 seconds]
18:34
rj has joined #nixos
18:35
<
redmp >
what's the right way to use flakes to link up multiple projects, without pulling in multiple nixpkgs versions?
18:37
waleee-cl has joined #nixos
18:38
pdp8 has joined #nixos
18:38
<
redmp >
rmcgibbo[m]: ah, so in that example we're saying nixpkgs-hammering has a nixpkgs input which is the one used by naersk?
18:39
vikanezrimaya has joined #nixos
18:39
ahmed_elgabri has joined #nixos
18:39
<
vikanezrimaya >
,channels
18:39
<
{^_^} >
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
18:39
dbmikus has quit [Ping timeout: 256 seconds]
18:39
<
rmcgibbo[m] >
i think so. iiuc the desire is to override naersk to use the same nixpkgs that "our" flake is using
18:40
<
{^_^} >
rfcs#87 (by kisik21, 27 minutes ago, open): [RFC 0087] Promote aarch64-linux to Tier 1 support
18:40
<
redmp >
rmcgibbo[m]: oh, i see .. that's the opposite of how i interpreted it.. but the wiki supports what you said; thank you for showing me
18:40
<
vikanezrimaya >
is this the channel to discuss RFCs and stuff?
18:44
mallox has quit [Quit: WeeChat 3.0.1]
18:45
pdp8 has left #nixos ["WeeChat 3.0.1"]
18:47
ahmed_elgabri has quit [Ping timeout: 258 seconds]
18:47
j0ni[m] has joined #nixos
18:50
dbmikus has joined #nixos
18:55
dbmikus has quit [Ping timeout: 264 seconds]
19:00
iqubic has joined #nixos
19:00
proofofkeags has joined #nixos
19:00
<
iqubic >
Is there anywhere I can go to see a list of groups that I can my user to?
19:01
ahmed_elgabri has joined #nixos
19:03
<
iqubic >
Specifically I'm trying to work with serial devices. I know that if I were on a Debian based distro, I'd add my user to the "dialout" group. I know Arch and other things use the "uucp" group. What does NixOS use for serial devices?
19:03
<
simpson >
iqubic: You can look at the groups who own files in /dev to get an idea of what's available to you, as far as hardware access.
19:03
saschagrunert has joined #nixos
19:03
berberman_ has joined #nixos
19:03
<
{^_^} >
nixos-org-configurations#141 (by grahamc, 16 hours ago, open): Scheduled downtime: Postgres 11 to 12
19:04
acarrico has quit [Ping timeout: 264 seconds]
19:04
berberman has quit [Ping timeout: 264 seconds]
19:04
<
iqubic >
simpson: I don't actually have this serial device yet. I've purchased it from a hardware retailer, but it hasn't arrived yet. I want to get this set up before the device arrives.
19:06
griff_ has quit [Quit: griff_]
19:07
ahmed_elgabri has quit [Ping timeout: 264 seconds]
19:08
<
simpson >
iqubic: The `newgrp` command can trivialize the classic problem of having to log out and back in.
19:08
<
simpson >
It lets a single shell gain the ability to act with a group's permissions, e.g. for accessing serial devices.
19:09
saschagrunert has quit [Remote host closed the connection]
19:10
<
iqubic >
simpson: thanks for the help.
19:10
iqubic has left #nixos ["ERC (IRC client for Emacs 28.0.50)"]
19:13
meck has joined #nixos
19:13
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:14
lsix has quit [Ping timeout: 272 seconds]
19:14
acarrico has joined #nixos
19:14
shibboleth has joined #nixos
19:14
ahmed_elgabri has joined #nixos
19:14
<
judson >
It seems like every time I update, my Gnome icon sets get clobbered.
19:15
sangoma has joined #nixos
19:15
<
judson >
It's not a huge deal, but it makes Meld much harder to use, and I don't know a better diff tool
19:15
rj has quit [Ping timeout: 268 seconds]
19:15
dbmikus has joined #nixos
19:17
dkibi has quit [Remote host closed the connection]
19:19
rj has joined #nixos
19:19
acarrico has quit [Ping timeout: 245 seconds]
19:21
saschagrunert has joined #nixos
19:21
acarrico has joined #nixos
19:23
apteryx has quit [Quit: apteryx]
19:26
hiro98 has joined #nixos
19:28
zupo has joined #nixos
19:29
superherointj has joined #nixos
19:31
<
superherointj >
Oh.
19:31
<
superherointj >
Got it.
19:31
<
superherointj >
"24: Trailing whitespace"
19:31
<
superherointj >
I'm not used to this interface. Sorry for spamming channel too.
19:38
justanotheruser has quit [Ping timeout: 272 seconds]
19:39
bean31 has joined #nixos
19:39
ahmed_elgabri has quit [Remote host closed the connection]
19:40
<
bean31 >
why does `nix-shell -p` change my CC and CXX environment variable from clang, clang++ to gcc, g++?
19:40
dev_mohe has quit [Quit: dev_mohe]
19:42
<
RyuKurisu[m] >
<superherointj "I'm not used to this interface. "> No worries, this channel isn't specifically for developing, general or offtopic chat AFAIK 🙂👍
19:48
justanotheruser has joined #nixos
19:48
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:49
<
exarkun >
why does services.matomo compute a url based on `${user}.${networking.hostName}.${networking.domain}`? What place does a username have as a component of the netloc in a url?
19:51
dm9 has quit [Quit: WeeChat 3.0.1]
19:52
<
{^_^} >
nixos-org-configurations#141 (by grahamc, 17 hours ago, closed): Scheduled downtime: Postgres 11 to 12
20:00
rj has quit [Ping timeout: 268 seconds]
20:01
<
evils >
gchristensen++
20:01
<
{^_^} >
gchristensen's karma got increased to 435
20:03
rj has joined #nixos
20:03
cmk_zzz_ has joined #nixos
20:04
cmk_zzz has quit [Ping timeout: 245 seconds]
20:06
<
veleiro >
I'm still having a hard time understanding what's going on with a flake, "nix run '.#testflake'" or "nix develop", where can i browse the output paths?
20:08
<
veleiro >
or just see the derivation like 'nix show-derivation'
20:13
Ralith_ has joined #nixos
20:18
stree has quit [Ping timeout: 276 seconds]
20:20
bhipple has joined #nixos
20:20
dbmikus has quit [Ping timeout: 245 seconds]
20:20
<
bhipple >
In a nix expression, is there a good way to see if <nixpkgs> is set? I see I can use builtins.tryEval, but it spews error msgs if it's unset.
20:23
fleaz has joined #nixos
20:26
apache8080 has quit [Ping timeout: 276 seconds]
20:26
erictapen has joined #nixos
20:26
saschagrunert has quit [Remote host closed the connection]
20:27
<
samueldr >
bhipple: no
20:27
<
samueldr >
but if you want to have people hate your guts
20:27
<
samueldr >
peek into __nixPath
20:28
<
samueldr >
and don't do it
20:28
awmv has joined #nixos
20:28
<
samueldr >
but who am I to forbid you from doing things you shouldn't? :)
20:28
<
samueldr >
note that it's not exactly right
20:29
<
samueldr >
since it won't show you if <nixpkgs> is set, it will show you the components of NIX_PATH
20:29
<
samueldr >
you'd have to
*somehow* check that nixpkgs is present for all of those elements of NIX_PATH without a prefix
20:29
<
lassulus >
is there something like nix-store -q --graphml but with json as output?
20:29
cole-h has joined #nixos
20:29
sss2 has joined #nixos
20:30
<
bhipple >
Heh, I'm trying to do something similar to what impure.nix in nixpkgs is doing: I have a default that fetches nixpkgs by a pure, deterministic, git pinned builtins.fetchGit, but if the user set NIX_PATH, I want to use that instead (rare case, not normal)
20:30
<
Miyu-saki >
/* Find a file in the Nix search path. Used to implement <x> paths,
20:30
<
Miyu-saki >
which are desugared to 'findFile __nixPath "x"'. */
20:30
<
Miyu-saki >
static void prim_findFile(EvalState & state, const Pos & pos, Value * * args, Value & v)
20:30
<
Miyu-saki >
I think that still defaults on failure :/
20:31
stree has joined #nixos
20:31
<
puck >
you could use builtins.nixPath if you want it to be more "clean" :p
20:31
<
bhipple >
I'm fine with builtins.tryEval <nixpkgs>, but it spews an error msg to the terminal when NIX_PATH is unset. Since that's the normal, vanilla case I'd prefer end users not see a false-positive error
20:31
<
bhipple >
so a builtins.tryEvalQuiet would also get me there
20:31
dbmikus has joined #nixos
20:32
<
gchristensen >
you could look at the env var before checking tryEVal
20:33
<
bhipple >
ahhhh I missed builtins.getEnv somehow!
20:33
domogled has quit [Read error: Connection reset by peer]
20:33
<
vikanezrimaya >
additionally that should catch pure evaluation, since builtins.getEnv is blocked in pure environments such as flakes
20:34
<
gchristensen >
I ran `nix flake update --update-input hydra --commit-lock-file` but it also upgraded the hydra/nix input, is there a way to say
*only* hydra?
20:34
domogled has joined #nixos
20:35
<
vikanezrimaya >
pin `hydra.inputs.nix` in flake.nix?
20:35
<
vikanezrimaya >
sounds very inconvenient but will do the job
20:37
<
vikanezrimaya >
can I just say flakes are the most amazing thing ever invented after Nix and sliced bread?
20:37
Athas has joined #nixos
20:38
<
gchristensen >
yeah? :)
20:39
redmp has quit [Ping timeout: 245 seconds]
20:40
alexherbo2 has quit [Ping timeout: 246 seconds]
20:43
alexherbo2 has joined #nixos
20:44
<
shapr >
What channel should I be using for nix on macos? I get nothing at all from nix-channel --list and would like to update my emacs
20:44
rj has quit [Ping timeout: 268 seconds]
20:45
<
gchristensen >
nixpkgs-unstable
20:45
<
bhipple >
As a follow up, builtins.getEnv NIX_PATH in my top-level impure.nix bootstrap equivalent is exactly what I wanted. Thanks all!
20:46
<
gchristensen >
nice
20:47
<
shapr >
gchristensen: thanks, I'll try nixpkgs-unstable
20:47
rj has joined #nixos
20:50
alexherbo2 has quit [Ping timeout: 245 seconds]
20:50
alexherbo2 has joined #nixos
20:51
dbmikus has quit [Ping timeout: 260 seconds]
20:52
apache8080 has joined #nixos
20:57
lsix has joined #nixos
20:58
apache8080 has quit [Quit: WeeChat 1.9.1]
20:58
<
veleiro >
ok im understanding most nix-* commands that are something new in unstable
20:59
mmohammadi9812 has quit [Remote host closed the connection]
20:59
mmohammadi9812 has joined #nixos
21:00
<
veleiro >
but I'm not understanding how to inspect the drvs of flakes
21:00
vidbina_ has quit [Ping timeout: 260 seconds]
21:00
dbmikus has joined #nixos
21:01
<
vikanezrimaya >
veleiro: I use nix eval --raw "$FLAKE#$ATTR.drvPath" to get the drv files, is this what you need?
21:02
lsix has quit [Ping timeout: 260 seconds]
21:03
dev_mohe has joined #nixos
21:03
<
veleiro >
ah yes, haha. i knew they existed
21:03
<
veleiro >
vikanezrimaya++
21:03
<
{^_^} >
vikanezrimaya's karma got increased to 1
21:03
dev_mohe has quit [Client Quit]
21:04
fendor has quit [Remote host closed the connection]
21:04
alexherbo2 has quit [Ping timeout: 245 seconds]
21:06
cmk_zzz_ has quit [Quit: cmk_zzz_]
21:06
<
evanjs >
Got something I'd been having issues compiling before actually cross-compiling the other day. Step 2... is there an easy way to make things static? I tried just adding pkgsStatic into the expression but I can't seem to get it building that way
21:08
philr has joined #nixos
21:08
zupo has joined #nixos
21:08
fendor has joined #nixos
21:09
griff_ has joined #nixos
21:10
<
evanjs >
e.g. neither nixpkgs.pkgsStatic.pkgsCross.armv7l-hf-multiplatform.hello nor nixpkgs.pkgsCross.armv7l-hf-multiplatform.pkgsStatic.hello seem to work
21:10
<
evanjs >
due to "configure: error: C compiler cannot create executables"
21:15
<
gchristensen >
any ideas whats up?
21:15
philr has quit [Ping timeout: 260 seconds]
21:17
cfricke has quit [Ping timeout: 240 seconds]
21:20
hiro98 has quit [Remote host closed the connection]
21:20
cfvnhtsp^ has joined #nixos
21:22
sangoma has quit [Ping timeout: 265 seconds]
21:24
FireFly has quit [Ping timeout: 615 seconds]
21:25
FireFly has joined #nixos
21:25
mananamenos has quit [Ping timeout: 246 seconds]
21:27
rj has quit [Ping timeout: 268 seconds]
21:30
cfvnhtsp^ has quit [Ping timeout: 264 seconds]
21:30
rj has joined #nixos
21:31
cfvnhtsp^ has joined #nixos
21:32
mananamenos has joined #nixos
21:34
<
rmcgibbo[m] >
Actually, no. It did not.
21:34
<
rmcgibbo[m] >
It didn't crash, but it definitely didn't really work. Same issue as before.
21:35
seku has joined #nixos
21:36
hyper_ch has quit [Remote host closed the connection]
21:36
hyper_ch has joined #nixos
21:36
vikanezrimaya has quit [Quit: Connection closed]
21:38
<
infinisil >
gchristensen: Looks like DESTDIR gets merged somehow
21:38
<
infinisil >
What if you try to call the make command with DESTDIR directly
21:39
<
gchristensen >
I gave that a go too but no luck
21:41
griff_ has quit [Quit: griff_]
21:43
griff_ has joined #nixos
21:43
simba1 has quit [Quit: WeeChat 3.0.1]
21:43
philr has joined #nixos
21:49
gustavderdrache has quit [Quit: Leaving.]
21:49
gustavderdrache has joined #nixos
21:51
n-osborne has joined #nixos
21:53
<
infinisil >
gchristensen: Hack: Put a sleep inside the build, inspect the process environment during that to see what DESTDIR is set to :P
21:53
n-osborne has quit [Remote host closed the connection]
21:53
<
gchristensen >
haha
21:53
<
gchristensen >
ehh... so far I'm just running the nested store path :P
21:54
<
infinisil >
Maybe you could also inspect the generated makefile, it might support PREFIX instead
21:54
<
infinisil >
(or do other fancy stuff
21:55
mmohammadi9812 has quit [Ping timeout: 276 seconds]
21:57
ahmedelgabri has joined #nixos
21:57
dmytrokurch[m] has joined #nixos
22:00
<
cole-h >
infinisil: yep, you're right -- PREFIX = $(SITEPREFIX)
22:00
<
cole-h >
SITEPREFIX = /nix/store/192j9y62kp6a5kjw1ylgg1s4w7yxchc5-perl-5.32.1
22:01
mmohammadi9812 has joined #nixos
22:01
dbmikus has quit [Ping timeout: 260 seconds]
22:02
<
cole-h >
gchristensen: (you probably want to use the `makeFlags` array rather than a bare env var anyways, since that's how I've seen it more often than not in Nixpkgs)
22:06
riksteri has quit [Quit: riksteri]
22:07
<
cole-h >
gchristensen: I don't envy you, this is a mess of a Makefile...
22:08
redmp has joined #nixos
22:08
<
gchristensen >
zoinks
22:08
<
gchristensen >
seems weird that this makefile would work differently than other perl makefiles nix packages
22:09
dbmikus has joined #nixos
22:13
FireFly has quit [Quit: Goodbye]
22:13
<
redmp >
hi nixos! what's the right way to modify a dependency within a flake? i'm guessing the answer is via overlay.. that leads to my next question: how do flakes and overlays combine? i see there's an outputs.overlay, but i'm not sure how that interacts with outputs.defaultPackag ..
22:13
rj has quit [Ping timeout: 268 seconds]
22:15
mcornick has joined #nixos
22:16
<
cole-h >
outputs.overlay is for other flakes that use that flake as an input
22:16
<
redmp >
the flakes wiki page says of overlay "Default overlay, for use in dependent flakes"
22:16
rj has joined #nixos
22:16
shibboleth has quit [Quit: shibboleth]
22:16
<
cole-h >
this is how I use flakes
22:19
<
redmp >
cole-h: so that `inputs.emacs.overlay` is you applying the upstream emacs overlay in the context of importing `pkgs`?
22:19
mcornick_ has joined #nixos
22:19
<
cole-h >
where "upstream" means nix-community/emacs-overlay, yes
22:20
mcornick has quit [Disconnected by services]
22:20
mcornick_ is now known as mcornick
22:25
<
redmp >
cole-h: how would i modify a dependency for use in the current flake? i'd need to apply overlay in the context of defaultPackage.. should i just use rec?
22:27
lsix has joined #nixos
22:31
superherointj has quit [Remote host closed the connection]
22:38
wadii has quit [Ping timeout: 240 seconds]
22:39
stree has quit [Ping timeout: 272 seconds]
22:39
fuzzypixelz has joined #nixos
22:44
<
m1cr0man >
Hey folks. Is there a reason why services.mysql is set up in such a way that you can't configure master/master replication easy? The configuration's logic is centered around services.mysql.role, which can be "master" or "slave". Setting both + doing a nixos-rebuild for each actually gets you working master/master replication :)
22:44
rj has quit [Ping timeout: 268 seconds]
22:44
zupo has joined #nixos
22:46
rj has joined #nixos
22:51
FireFly has joined #nixos
22:52
stree has joined #nixos
22:54
Athas_ has joined #nixos
22:56
Athas_ is now known as Athas
22:57
fendor has quit [Read error: Connection reset by peer]
22:59
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
23:03
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:04
FireFly has quit [Read error: Connection reset by peer]
23:04
Effilry has joined #nixos
23:06
gustavderdrache has quit [Quit: Leaving.]
23:09
teej has quit [Quit: Connection closed for inactivity]
23:09
__monty__ has quit [Quit: leaving]
23:15
<
redmp >
is it normal to use `rec` on a flake outputs function?
23:16
<
notgne2[m] >
I think normally you use the `self` input instead
23:16
teej has joined #nixos
23:19
a_green_thing has joined #nixos
23:21
<
a_green_thing >
I haven't been able to find any methods/tips on fixing vit tool for taskwarrior
23:21
<
a_green_thing >
Anyone have something hidden in their bag of tricks?
23:26
Effilry has quit [Ping timeout: 619 seconds]
23:27
erictapen has quit [Ping timeout: 256 seconds]
23:28
rj has quit [Ping timeout: 268 seconds]
23:31
a_green_thing has quit [Quit: Connection closed]
23:31
cfvnhtsp^ has quit [Ping timeout: 256 seconds]
23:31
rj has joined #nixos
23:31
cfvnhtsp^ has joined #nixos
23:33
ddellacosta has joined #nixos
23:36
fuzzypixelz has quit [Quit: Connection closed]
23:37
comex_ is now known as comex
23:38
ahmedelgabri has quit [Ping timeout: 264 seconds]
23:38
FireFly has joined #nixos
23:38
acarrico has quit [Ping timeout: 264 seconds]
23:41
<
infinisil >
Well, they're gone, but vit works for me
23:44
<
redmp >
if i need to apply my flake's overlay inside defaultPackage, would i do something like { self, nixpkgs }: let pkgs = import nixpkgs {overlays = [self.overlay];}; in ... use pkgs to make drv ...;
23:44
orivej has joined #nixos
23:48
ddellacosta has quit [Remote host closed the connection]
23:49
lsix has quit [Ping timeout: 272 seconds]
23:49
fooker has quit [Ping timeout: 272 seconds]
23:52
<
infinisil >
redmp: Yeah I think that's what's usually done
23:52
<
{^_^} >
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »:
https://git.io/JqYfL
23:52
hl has quit [Ping timeout: 245 seconds]
23:54
erasmas has quit [Quit: leaving]
23:55
evils has quit [Ping timeout: 256 seconds]
23:56
<
redmp >
infinisil: thanks!
23:56
lsix has joined #nixos
23:57
oida has quit [Remote host closed the connection]
23:57
oida has joined #nixos