worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
<inquisitiv3> Or I'm missunderstanding you?
<cole-h> inquisitiv3: nix-env --version
<cole-h> nix-env (Nix) 2.4pre20201228_6262a70
<infinisil> aanderse: That's the same as the first option really, but a bit more ergonomic from the submodule perspective
<cole-h> > nix == nixUnstable
<{^_^}> error: syntax error, unexpected '=', at (string):273:8
<cole-h> ree
<infinisil> Hehe
<infinisil> > (nix == nixUnstable)
<inquisitiv3> cole-h: Ah, I thought you meant Nixpkgs unstable.
<cole-h> > pkgs.nix == pkgs.nixUnstable
<{^_^}> false
<{^_^}> false
* cole-h hurt himself in confusion
<{^_^}> [nixpkgs] @marsam merged pull request #109563 → _3270font: 2.1.0 -> 2.2.1 → https://git.io/Jtkv2
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jtkqu
<infinisil> cole-h: (it parses `nix == nixUnstable` as (Assign "nix" "= nixUnstable"))
<infinisil> (the bot)
<cole-h> wack
<infinisil> (it's a bug yes :))
johnny101 has quit [Ping timeout: 256 seconds]
<cole-h> Bugs? I hate bugs.
sjlnk has quit [Remote host closed the connection]
sjlnk has joined #nixos
m0rphism has quit [Ping timeout: 240 seconds]
<aanderse> infinisil: ok, that answers my question
<aanderse> thanks!
<aanderse> infinisil++
<{^_^}> infinisil's karma got increased to 403
<{^_^}> [nixpkgs] @LeSuisse opened pull request #109588 → fluidsynth: update homepage permanent redirect to HTTPS → https://git.io/JtkqV
<inquisitiv3> cole-h: Ah, now I get it!
<inquisitiv3> When I read your message more carefully. I still had the "256-" part
stuebinm has quit [Quit: stuebinm]
<cole-h> the sha256- is part of the hash
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<cole-h> However, you can remove it if the hash attribute matches the beginning of the hash (e.g. if you had `sha512-.......`, you can remove the `sha512-` part if the attribute is `sha512 = "..."`)
<cole-h> * Note: pretty sure this is a Nixpgks implementation detail, don't expect it to hold true for everything
Acou_Bass has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @marsam merged pull request #109575 → victoriametrics: 1.42.0 -> 1.52.0 → https://git.io/JtkkY
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JtkqM
<{^_^}> [nixpkgs] @r-ryantm opened pull request #109589 → brave: 1.18.77 -> 1.18.78 → https://git.io/JtkqD
<inquisitiv3> cole-h: I got errors if I kept the "sha256-" part. I had to remove it to get it to compile.
rb2k has joined #nixos
<cole-h> That sounds wrong.
simba1 has quit [Ping timeout: 272 seconds]
<cole-h> Well, maybe not. Might depend on your version of nix
<{^_^}> [nixpkgs] @prusnak opened pull request #109590 → Electron updates → https://git.io/JtkqH
bqv has quit [Quit: WeeChat 3.0]
<inquisitiv3> But it's compiling now, so I'm happy!
<colemickens> this is harder than it seems. nix-direnv uses nix print-dev-env and --profile to caputre the devshell closure it seems
<colemickens> which... I don't know how to do inside flake.nix
simba1 has joined #nixos
tsrt^ has quit []
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109529 → python3Packages.pipx: 0.15.6.0 -> 0.16.0.0 → https://git.io/JtTir
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtkqp
rb2k has quit [Ping timeout: 264 seconds]
tff^ has joined #nixos
o1lo01ol1o has joined #nixos
<DigitalKiwi> 00:03 cole-h: Bugs? I hate bugs.
<DigitalKiwi> have you been hanging out with phrik
<cole-h> I was more channeling my Indiana Jones
<DigitalKiwi> oh
<{^_^}> [nixpkgs] @baloo opened pull request #109591 → cargo-readme: init at 3.2.0 → https://git.io/Jtkmw
o1lo01ol1o has quit [Ping timeout: 256 seconds]
Jd007 has joined #nixos
EmoSpice has joined #nixos
<bbigras> Anything changed with Steam on nixos-unstable? I got `a 'i686-linux' with features {} is required to build '/nix/store/1qn89bbzb84dks24qa8qlnxbm7s5mdlr-steam-runtime-0.20201203.1.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, kvm, nixos-test}`
mbrgm_ has joined #nixos
EmoSpice has quit [Ping timeout: 256 seconds]
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ is now known as mbrgm
<KarlJoad> How can I use cmake, without it using all of the Cmake phases in a build?
<KarlJoad> Namely, there is a project I am packaging that needs cmake, but doesn't have a CMakeLists.txt file.
superherointj has joined #nixos
mekanical has joined #nixos
johnny101 has joined #nixos
<{^_^}> [nixpkgs] @a12l opened pull request #109592 → pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35 → https://git.io/Jtkmh
<KarlJoad> Nevermind, I figured out that the build was exiting because specifying cmake as a buildInput means a default configurePhase is provided, which I couldn't use.
<inquisitiv3> <{^_^} "[nixpkgs] @a12l opened pull requ"> MY FIRST NIX PULL REQUEST! :D
<avn> colemickens: If I remember right, nix-direnv have use_flake rule for direnv
<cole-h> inquisitiv3: Congrats! Welcome to the club!
simba1 has quit [Ping timeout: 272 seconds]
xcmw has joined #nixos
simba1 has joined #nixos
superherointj_ has joined #nixos
superherointj_ has quit [Read error: Connection reset by peer]
<inquisitiv3> cole-h: Thanks! And thank you cole-h and all you others for the help!
superherointj_ has joined #nixos
superherointj_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jonringer merged pull request #109466 → steam-fhsenv: don't unshare pid → https://git.io/JtUAq
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JtkYO
<{^_^}> [nixpkgs] @Wulfsta opened pull request #109593 → psw: 0.1.2 -> 0.2.0 → https://git.io/JtkYG
superherointj_ has joined #nixos
superherointj_ has quit [Client Quit]
jonringer has quit [Remote host closed the connection]
attila_lendvai_ has quit [Ping timeout: 240 seconds]
superherointj has quit [Quit: Leaving]
orivej has joined #nixos
slack1256 has joined #nixos
h0m1 has quit [Quit: WeeChat 3.0]
h0m1 has joined #nixos
o1lo01ol1o has joined #nixos
jan_nurjaman has joined #nixos
jan_nurjaman has quit [Client Quit]
jeaye has quit [Quit: WeeChat 2.7.1]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
simba1 has quit [Ping timeout: 260 seconds]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JtkOo
rb2k has joined #nixos
jeaye has joined #nixos
<jeaye> ,channels
<{^_^}> 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
ambro718 has quit [Ping timeout: 246 seconds]
bqv has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
joesventek has quit [Quit: Quit]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
dstzd has quit [Quit: ZNC - https://znc.in]
orivej has joined #nixos
rb2k has quit [Ping timeout: 256 seconds]
dstzd has joined #nixos
<{^_^}> [nixos-search] @garbas merged pull request #262 → faceted search trap click → https://git.io/JtTSt
<{^_^}> [nixos-search] @garbas pushed commit from @turboMaCk to faceted-search « faceted search trap click (#262) »: https://git.io/Jtk3k
<{^_^}> [nixos-search] @garbas pushed 0 commits to turboMack/faceted-search-trap-click: https://git.io/Jtk3I
joesventek has joined #nixos
<siraben> Is it possible to send a network request for JSON data in the Nix language?
rb2k has joined #nixos
<bqv> Did it
<bqv> Nix store now on bcachefs
<bqv> That was painful
<infinisil> siraben: Technically yes, with builtins.fetchurl (or any other fetcher, but builtins.fetchurl is eval-time, so no IFD needed)
<{^_^}> [nixpkgs] @abathur opened pull request #109594 → resholve: update README → https://git.io/Jtk3W
<siraben> infinisil: I see
rb2k has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/2986a775980 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
bqv has quit [Quit: WeeChat 3.0]
bqv has joined #nixos
<{^_^}> [nixos-search] @garbas pushed to faceted-search « fix sorting problem »: https://git.io/Jtk3D
nikivi has joined #nixos
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @siraben opened pull request #109595 → treewide: pkgconfig -> pkg-config → https://git.io/Jtk3N
<{^_^}> [nixos-search] @garbas pushed to faceted-search « only open when clicked on the title of the result item »: https://git.io/Jtk3p
<zopieux> node2nix works great for packaging stuff already available on npm; but in my case I'd like to package the output of "npm run build" (within a node env with the right dependencies installed of course)
gustavderdrache has quit [Quit: Leaving.]
<energizer> how long does it take to build and activate nixos after tweaking some random value on a flakes system? in my current channels setup it usually takes >30 seconds which is pretty annoying
<zopieux> I've seen a bunch of random helper projects to that end but nothing actually used in nixpkgs/; any tips how how to properly package "source" node packages?
stigo has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
stigo has joined #nixos
<bqv> energizer: faster than whatever you currently see
<bqv> The eval cache is your best friend
<energizer> bqv: is it like 10s or 1s or .1s
<bqv> My system's a bad metric, I do insane stuff. If your current builds take 30s, id wager theyd be sub 10 with flakes
o1lo01ol1o has quit [Ping timeout: 256 seconds]
rb2k has joined #nixos
<{^_^}> [nixos-search] @garbas pushed to faceted-search « only show subset of platforms as before »: https://git.io/JtksM
gustavderdrache has joined #nixos
<bqv> energizer: you can test it harmlessly. Add a flake.nix and build the system without activating it
<bqv> Then modify and build again
<{^_^}> [nixpkgs] @cole-h merged pull request #109588 → fluidsynth: update homepage permanent redirect to HTTPS → https://git.io/JtkqV
<{^_^}> [nixpkgs] @cole-h pushed commit from @LeSuisse to master « fluidsynth: update homepage permanent redirect to HTTPS »: https://git.io/Jtks5
<bqv> Benchmark for gain
slack1256 has quit [Remote host closed the connection]
EmoSpice has joined #nixos
EmoSpice has quit [Ping timeout: 256 seconds]
xcmw has joined #nixos
xcmw has quit [Client Quit]
pitch has quit [Ping timeout: 260 seconds]
pitch has joined #nixos
<{^_^}> [nixos-search] @garbas pushed to faceted-search « make it more obvious what each item in shortPackageDetails is »: https://git.io/JtkGk
<{^_^}> [nixos-search] @garbas pushed to faceted-search « reset opened item when sort/bucket item is clicked »: https://git.io/JtkGs
EmoSpice has joined #nixos
gueorgui_ has joined #nixos
<{^_^}> [nixos-search] @garbas pushed to faceted-search « whole result item no longer opens details »: https://git.io/JtkGK
gueorgui has quit [Ping timeout: 240 seconds]
EmoSpice has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @petabyteboy opened pull request #109596 → alsaLib: correct license field → https://git.io/JtkGd
h0m2 has joined #nixos
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
CMCDragonkai1 has joined #nixos
h0m1 has quit [Ping timeout: 246 seconds]
o1lo01ol1o has joined #nixos
mla has quit [Ping timeout: 246 seconds]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/aa4a14b7ad2 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
langovet[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @austinbutler opened pull request #109597 → beats: fix missing lib in extrafiles plugin → https://git.io/JtknW
<cole-h> infinisil: I imagine the answer is no, but is there a way to get the attribute's attr name from inside of it? e.g. `attr = { someval = "${self.attrName} is the attr name"; };`
<bqv> You could make every value in the set be of form 'self: value' and then map fix over them
<bqv> cole-h: though, sounds like an easy way to infrec :D
<cole-h> Yeah, that's what I was thinking too :P
<cole-h> (The infrec part, not the `map fix` part)
<bqv> Yeah
<bqv> On that topic, I'm finding several new forms of infrec as I fiddle with my overlays refactor branch
Heirlung- has joined #nixos
<cole-h> hehe
Heirlung has quit [Ping timeout: 256 seconds]
aforemny has quit [Ping timeout: 256 seconds]
davidv7 has quit [Remote host closed the connection]
cybrian has quit [Ping timeout: 256 seconds]
davidv7 has joined #nixos
aforemny has joined #nixos
tomaw has quit [Quit: Quitting]
cybrian has joined #nixos
kwork has quit [Remote host closed the connection]
laerling has quit [Ping timeout: 256 seconds]
tnias has quit [Ping timeout: 256 seconds]
jkarni has quit [Ping timeout: 256 seconds]
SOO7 has quit [Ping timeout: 256 seconds]
Heirlung- is now known as Heirlung
laerling has joined #nixos
laerling has joined #nixos
laerling has quit [Changing host]
tnias has joined #nixos
tomaw has joined #nixos
jkarni has joined #nixos
CMCDragonkai1 has quit [Ping timeout: 256 seconds]
SOO7 has joined #nixos
<{^_^}> [nixos-search] @garbas pushed to faceted-search « use a (on hover) wedge to show/hide details »: https://git.io/Jtkn7
kwork has joined #nixos
EmoSpice has joined #nixos
<{^_^}> [nixpkgs] @S-NA opened pull request #109598 → firefox: limit disable-elf-hack to arm, x86{,_64} → https://git.io/Jtknx
<{^_^}> [nixos-search] @garbas pushed to faceted-search « show buckets even when there is no packages to list »: https://git.io/Jtknp
genevino has quit [Remote host closed the connection]
EmoSpice has quit [Ping timeout: 246 seconds]
genevino has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
EmoSpice has joined #nixos
testafwafaw has joined #nixos
testafwafaw has quit [Client Quit]
stephank has quit [Quit: stephank]
stephank has joined #nixos
mla has joined #nixos
EmoSpice has quit [Ping timeout: 256 seconds]
rb2k has joined #nixos
o1lo01ol1o has joined #nixos
jonringer has joined #nixos
o1lo01ol1o has quit [Ping timeout: 256 seconds]
kini has quit [Remote host closed the connection]
kini has joined #nixos
<bqv> > builtins.attrNames pkgs.emacsPackagesFor
<{^_^}> value is a function while a set was expected, at (string):466:1
<bqv> That really is a pain
<adisbladis> bqv: Hm?
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<bqv> adisbladis: I was praying it was a functor with override as an option
<adisbladis> It's a factory function to create a set
<bqv> Cause trying to override it the ghetto way is giving me infinite infrecs
<bqv> Yeah, I know
<adisbladis> bqv: This is exactly what the overlay is overriding too
<bqv> Its also what I'd been overriding too, until now
<bqv> Something about the stuff I'm upto has broken specifically that
<bqv> And I don't fully understand why
stree has quit [Quit: Caught exception]
stree has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 272 seconds]
Supersonic112 is now known as Supersonic
quinn has joined #nixos
<{^_^}> [nixpkgs] @NeverBehave closed pull request #109250 → nixos/haproxy: check conf on build → https://git.io/JtfL4
<bqv> Hm, I think I have it. Pkgs's fixed point doesn't work as I expected. Pkgs.overlays is constant throughout
endformationage has quit [Quit: WeeChat 2.9]
sss2 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @jtojnar pushed 62 commits to staging-next: https://git.io/JtkWn
<{^_^}> [nixpkgs] @jtojnar pushed 63 commits to staging: https://git.io/JtkWc
o1lo01ol1o has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
o1lo01ol1o has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @holymonson opened pull request #109599 → setup-hooks/multiple-outputs.sh: fallback to REMOVE if out isn't in outputs → https://git.io/JtkWR
waleee-cl has quit [Quit: Connection closed for inactivity]
kini has quit [Remote host closed the connection]
kini has joined #nixos
<{^_^}> [nixpkgs] @holymonson opened pull request #109600 → unixtools: use real provider name instead of inaccurate version → https://git.io/JtkW5
wesleyac_ is now known as wesleyac
<{^_^}> [nixpkgs] @cole-h opened pull request #109601 → age: 1.0.0-beta5 -> 1.0.0-beta6 → https://git.io/Jtklk
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Marissa has quit [Quit: Marissa]
srk has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
srk has joined #nixos
EmoSpice has joined #nixos
growpotkin has joined #nixos
Marissa has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #109602 → zoom-us: 5.4.53350.1027 -> 5.4.57862.0110 → https://git.io/JtklB
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
Rusty1 has quit [Quit: WeeChat 2.3]
EmoSpice has quit [Ping timeout: 264 seconds]
wavirc22_ has quit [Read error: Connection reset by peer]
berberman_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
EmoSpice has joined #nixos
jonringer has quit [Remote host closed the connection]
jonringer has joined #nixos
EmoSpice has quit [Ping timeout: 265 seconds]
rb2k has joined #nixos
cole-h has quit [Ping timeout: 246 seconds]
jared-w has quit [Ping timeout: 258 seconds]
sorear has quit [Ping timeout: 264 seconds]
SrPx has quit [Ping timeout: 260 seconds]
nz__ has quit [Ping timeout: 260 seconds]
sorear has joined #nixos
jared-w has joined #nixos
nz__ has joined #nixos
SrPx has joined #nixos
jonringer has quit [Remote host closed the connection]
jonringer has joined #nixos
palo1 has joined #nixos
KarlJoad has quit [Remote host closed the connection]
palo has quit [Ping timeout: 264 seconds]
palo1 is now known as palo
nicoo has quit [Remote host closed the connection]
nicoo has joined #nixos
<{^_^}> [nixpkgs] @alexeicolin opened pull request #109603 → doc: rust: fix syntax error in code snippet example for declarative overlay → https://git.io/Jtk8e
astrofog has joined #nixos
o1lo01ol1o has joined #nixos
kini has quit [Remote host closed the connection]
kini has joined #nixos
o1lo01ol1o has quit [Ping timeout: 264 seconds]
<bqv> Good lord it works
<bqv> It's horrifying, but it works
oxalica1 has joined #nixos
astrofog has quit [Quit: Quite]
oxalica has quit [Ping timeout: 240 seconds]
oxalica1 is now known as oxalica
<bqv> Nevermind, more infrec
growpotkin has quit [Ping timeout: 246 seconds]
nolash_ has quit [Ping timeout: 260 seconds]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 246 seconds]
<bqv> Can I make a set coercible to a bool?
ericsagn1 has quit [Ping timeout: 260 seconds]
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @alesguzik opened pull request #109604 → Repackage snapper-gui → https://git.io/Jtk8N
ryantrinkle has quit [Ping timeout: 264 seconds]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #109595 → treewide: pkgconfig -> pkg-config → https://git.io/Jtk3N
<{^_^}> [nixpkgs] @jonringer pushed 8 commits to master: https://git.io/Jtk4O
<{^_^}> [nixpkgs] @etu merged pull request #109580 → phpExtensions.xdebug: 3.0.1 -> 3.0.2 → https://git.io/JtkIw
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/Jtk48
<{^_^}> [nixpkgs] @etu merged pull request #108737 → [20.09]: php 7.3.24 -> 7.3.26, 7.4.12 -> 7.4.14 → https://git.io/JLxHY
<{^_^}> [nixpkgs] @etu pushed 6 commits to release-20.09: https://git.io/Jtk4R
Heirlung has quit [Read error: Connection reset by peer]
evanjs- has joined #nixos
cybrian_ has joined #nixos
asymmetric_ has joined #nixos
mumuluxi has joined #nixos
evanjs has quit [Ping timeout: 256 seconds]
cybrian has quit [Ping timeout: 256 seconds]
asymmetric has quit [Ping timeout: 256 seconds]
mumuluxi_ has quit [Ping timeout: 256 seconds]
fre_ has quit [Ping timeout: 256 seconds]
tomaw has quit [Quit: Quitting]
jeaye has quit [Ping timeout: 256 seconds]
tru_tru has quit [Ping timeout: 256 seconds]
zemm has quit [Ping timeout: 256 seconds]
azazel has quit [Ping timeout: 256 seconds]
davidv7_ has joined #nixos
asymmetric_ is now known as asymmetric
fre has joined #nixos
tomaw has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault merged pull request #109598 → firefox: limit disable-elf-hack to arm, x86{,_64} → https://git.io/Jtknx
zemm has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault pushed 2 commits to master: https://git.io/Jtk4Q
Heirlung has joined #nixos
Swant has quit [Read error: Connection reset by peer]
aw has quit [Ping timeout: 256 seconds]
genevino has quit [Ping timeout: 256 seconds]
laerling has quit [Ping timeout: 256 seconds]
davidv7 has quit [Ping timeout: 256 seconds]
aforemny has quit [Ping timeout: 256 seconds]
AtnNn has quit [Ping timeout: 256 seconds]
tru_tru has joined #nixos
aw has joined #nixos
laerling has joined #nixos
genevino has joined #nixos
azazel has joined #nixos
Swant has joined #nixos
AtnNn has joined #nixos
aforemny has joined #nixos
jeaye has joined #nixos
hoijui has joined #nixos
EmoSpice has joined #nixos
Jd007 has quit [Quit: Jd007]
<bqv> Oh wow, TIL I'm accidentally using emacswithpackages. Thanks h-m
EmoSpice has quit [Ping timeout: 260 seconds]
respawn has joined #nixos
EmoSpice has joined #nixos
EmoSpice has quit [Ping timeout: 240 seconds]
simba1 has joined #nixos
hoijui has quit [Remote host closed the connection]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/145cf67bbbe (from 11 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @mweinelt opened pull request #109605 → Home assistant → https://git.io/JtkBy
EmoSpice has joined #nixos
EmoSpice has quit [Ping timeout: 246 seconds]
kolaente_ has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #108505 → python3Packages.aiohomekit: init at 0.2.60 → https://git.io/JLNqB
<kolaente_> Hey there, since I did the 20.09 upgrade my i3 always starts with the 10th workspace instead of the first. Has anyone seen similar or has an idea how to fix that?
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JtkBh
<{^_^}> [nixpkgs] @fabaff opened pull request #109606 → amass: 3.10.5 -> 3.11.1 → https://git.io/JtkBj
<{^_^}> [nixpkgs] @alesguzik opened pull request #109607 → nixos/snapper: improve config example → https://git.io/JtkRv
kini has quit [Remote host closed the connection]
kini has joined #nixos
<hexa-> kolaente_: probably because in your config 10 is the last one defined
<kolaente_> hexa-: you mean for switching around?
<hexa-> kolaente_: yeah, try and turn the order around maybe
<hexa-> i think those are commands, that create the workspaces in that order, the last one created stay on top
<kolaente_> huh it's 10, 1, 2, 3 and so on
<hexa-> ah, then substitute my logic for something working
<hexa-> apparently the first one is relevant then :p
<kolaente_> hehe
<kolaente_> I don't have that in my .nix config, it only shows up in the generated one in ~/.config/i3/config
<kolaente_> using home-manager, that is
captn3m0- has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #109602 → zoom-us: 5.4.53350.1027 -> 5.4.57862.0110 → https://git.io/JtklB
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JtkRC
rajivr has joined #nixos
<kolaente_> So I'm not really sure how to change that
zupo has joined #nixos
captn3m0- has joined #nixos
<hexa-> the sorting is the same for me on sway, they share the config backend iirc
coloneljohnby[m] has quit [Quit: Idle for 30+ days]
cryptkeeper_x[m] has quit [Quit: Idle for 30+ days]
timclassic has quit [Quit: Idle for 30+ days]
yuu[m] has quit [Quit: Idle for 30+ days]
elie144[m] has quit [Quit: Idle for 30+ days]
nbonfils[m] has quit [Quit: Idle for 30+ days]
demostanis[m] has quit [Quit: Idle for 30+ days]
president-electc has quit [Quit: Idle for 30+ days]
dbirks[m] has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @charvp opened pull request #109608 → gomuks: patch out hardcoded path → https://git.io/JtkR8
<kolaente_> Looks like there's an issue about it... idle since 2019 https://github.com/nix-community/home-manager/issues/695
<{^_^}> nix-community/home-manager#695 (by arcnmx, 1 year ago, open): i3 workspace/bindsym ordering
<kolaente_> I wonder why it worked for me until 20.09
<hexa-> ah, rip
<hexa-> Well, not to be judgy or anything. If that is your biggest issue today, you are winning.
<kolaente_> yeah well
<kolaente_> It didn't annoy me that much so far but still
<hexa-> i think they are sorted still, it's just that they don't open the right way, no?
<{^_^}> [nixpkgs] @raboof opened pull request #109610 → reckon: 0.4.4 -> 0.6.0 → https://git.io/JtkR0
<kolaente_> They do open right away in the order thats in the generated config file, that order is just wrong
<kolaente_> And I didn't specify the bindings in my .nix config so I'm not quite sure how to fix it
<hexa-> yeah, as the issue says, keeping track of ordered things in an attrset is …
<bqv> Alright hooray, I did it. And in doing so, I understood why nobody had done it before http://github.com/bqv/nixrc/commit/06f393c579806ae807bae81e2c62f4a487f1b751
<bqv> Damn it made the file longer
<{^_^}> [nixpkgs] @Mic92 opened pull request #109612 → zoom-us: 5.3.469451.0927 -> 5.4.53350.1027 → https://git.io/JtkRV
<hexa-> kolaente_: attrsets don't have a definitive ordering
<hexa-> well, they seem to do, but it's not sorted to your liking :p
<hexa-> should probably involve a list for sorting on the outer layer
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109592 → pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35 → https://git.io/Jtkmh
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkRD
<kolaente_> But I guess for now I'm stuck on redefining the default bindings manually in my config in the order I want?
<kolaente_> through i3.extraConfig
<hexa-> would need to unset workspace config
EmoSpice has joined #nixos
mekanical has quit [Ping timeout: 248 seconds]
Darkmatter66 has joined #nixos
<kolaente_> The best part about this is they declared it in the correct order in the default config which mine is based on https://github.com/nix-community/home-manager/blob/master/modules/services/window-managers/i3-sway/i3.nix#L55
<hexa-> kolaente_: yeah, so you can reason about how attrsets are sorted these edays
<{^_^}> [nixpkgs] @marsam merged pull request #109568 → tiny: 0.7.0 -> 0.8.0 → https://git.io/JtkJr
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jtk0v
magnetophon has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #109601 → age: 1.0.0-beta5 -> 1.0.0-beta6 → https://git.io/Jtklk
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jtk0f
EmoSpice has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @siraben opened pull request #109613 → pkgs/tools: pkgconfig -> pkg-config (2) → https://git.io/Jtk0U
<{^_^}> [nixpkgs] @marsam merged pull request #109572 → python3Packages.xknx: 0.16.0 -> 0.16.1 → https://git.io/JtkTl
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jtk0L
magnetophon has joined #nixos
mallox has joined #nixos
kolaente_ has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109597 → beats: fix missing lib in extrafiles plugin → https://git.io/JtknW
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtk0n
simba1 has quit [Ping timeout: 260 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #109583 → vapoursynth: R49 -> R52 → https://git.io/JtkLK
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/Jtk04
simba1 has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
Darkmatter66 has quit [Read error: Connection reset by peer]
hiro98 has joined #nixos
jonringer has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #109483 → python3Packages.voluptuous-serialize: enable tests → https://git.io/JtTYV
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/Jtk0o
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @doronbehar closed pull request #105979 → zoom-us: Update → https://git.io/JIZ0r
respawn has quit [Quit: Leaving]
attila_lendvai_ has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #109581 → python3Packages.python-hpilo: init at 4.4.3 → https://git.io/JtkLv
<{^_^}> [nixpkgs] @mweinelt pushed 4 commits to master: https://git.io/JtkEe
<{^_^}> [nixpkgs] @mweinelt merged pull request #109451 → python3Packages.aioshelly: init at 0.5.3 → https://git.io/JtUX8
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JtkEs
<{^_^}> [nixos-search] @turboMaCk pushed to turboMaCk/facet-search-item-hover « Improve hover action »: https://git.io/JtkEC
<{^_^}> [nixos-search] @turboMaCk opened pull request #263 → Turbo ma ck/facet search item hover → https://git.io/JtkEl
malook has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109504 → radicale: 3.0.5 -> 3.0.6 → https://git.io/JtTgn
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JtkEa
o1lo01ol1o has joined #nixos
luciusf has quit [Quit: WeeChat 2.9]
o1lo01ol1o has quit [Ping timeout: 265 seconds]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109495 → prometheus-rabbitmq-exporter: 0.25.2 -> 1.0.0-RC7.1 → https://git.io/JtTWp
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkE7
nikivi has joined #nixos
o1lo01ol1o has joined #nixos
nikivi has quit [Client Quit]
fendor has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
nikivi has joined #nixos
mrkirby153 has quit [Ping timeout: 265 seconds]
astylian has quit [Ping timeout: 264 seconds]
nikivi has quit [Client Quit]
nikivi has joined #nixos
nikivi has quit [Client Quit]
dstzd has quit [Quit: ZNC - https://znc.in]
Nikita has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nikita is now known as nikivi
zupo has joined #nixos
dstzd has joined #nixos
nikivi has quit [Client Quit]
<{^_^}> [nixpkgs] @mweinelt merged pull request #109605 → home-assistant: 2021.1.3 -> 2021.1.4 (+zigpy) → https://git.io/JtkBy
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/Jtkuk
dstzd has quit [Client Quit]
nikivi has joined #nixos
dstzd has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
nikivi has quit [Client Quit]
nikivi has joined #nixos
penguwin has quit [Ping timeout: 272 seconds]
dstzd has quit [Client Quit]
dstzd has joined #nixos
nikivi has quit [Client Quit]
nikivi has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
v0|d has quit [Remote host closed the connection]
nikivi has quit [Client Quit]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dstzd has quit [Client Quit]
dstzd has joined #nixos
malook has quit [Quit: malook]
astylian has joined #nixos
magnetophon has left #nixos [#nixos]
dstzd has quit [Read error: Connection reset by peer]
dstzd_ has joined #nixos
MmeQuignon has joined #nixos
dstzd_ is now known as dstzd
penguwin has joined #nixos
dstzd_ has joined #nixos
pointfree has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109063 → resholve: don't propagate, 0.4.0 -> 0.4.1 → https://git.io/JtvUM
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtkuz
dstzd has quit [Ping timeout: 264 seconds]
dstzd_ is now known as dstzd
arjen-jonathan has joined #nixos
EmoSpice has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #109607 → nixos/snapper: improve config example → https://git.io/JtkRv
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/Jtku5
EmoSpice has quit [Ping timeout: 256 seconds]
lsix has joined #nixos
lsix has quit [Client Quit]
inquisitiv3 is now known as a12l
<MmeQuignon> Hi everyone! I have a question : Is there a way to use mount commands as user? Is there a group to do that? Thank you!
hke has quit [Read error: Connection reset by peer]
EmoSpice has joined #nixos
ManiacOfMadness has quit []
hke has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109570 → peco: 0.5.3 -> 0.5.8 → https://git.io/JtkU6
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkzK
ambro718 has joined #nixos
lsix has joined #nixos
EmoSpice has quit [Ping timeout: 265 seconds]
ManiacOfMadness has joined #nixos
neiluj has quit [Ping timeout: 272 seconds]
neiluj has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/2fbc36f3d89 (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Diagon has joined #nixos
astylian has quit [Ping timeout: 256 seconds]
_bin has quit [Quit: ZNC - https://znc.in]
_bin has joined #nixos
lsix has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @urbas opened pull request #109615 → python3Packages.hug: disable broken marshmallow tests → https://git.io/Jtkgl
EmoSpice has joined #nixos
jolicoeur has joined #nixos
astylian has joined #nixos
EmoSpice has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #109616 → python3Packages.aresponses: 2.1.0 -> 2.1.2 → https://git.io/JtkgX
<eyJhb> I am trying to do this - https://termbin.com/vzzs but I keep getting error: cannot coerce the built-in function 'fetchTarball' to a string, at /state/home/projects/github/eyjhb.github.io/build.nix:1:7. What am I doing wrong?
<jolicoeur> I believe my drive blew up after 2 years using nix because trim wasn't enabled by default
<jolicoeur> so first : why is config.services.fstrim false by default ? Would it hurt any setup if it was true instead ? Or can't we have it commented in the generated config ?
<jolicoeur> and second: will trim actually run if my computer isn't on mondays at midnight ? https://github.com/NixOS/nixpkgs/commit/a996fe849f669e5d1cafed18f299ed6ed4abec84#r22478447
arjen-jonathan has quit [Ping timeout: 272 seconds]
zeorin has joined #nixos
attila_lendvai_ has quit [Ping timeout: 260 seconds]
hiro98 has quit [Remote host closed the connection]
vidbina_ has joined #nixos
simba1 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @LeSuisse opened pull request #109617 → arb: update permanently redirected homepage URL → https://git.io/Jtk2f
simba1 has joined #nixos
zeorin has quit [Ping timeout: 264 seconds]
<jolicoeur> I believe yes for my second question since : /var/lib/systemd/timers/stamp-fstrim.timer was created but it empty now, I'll see in 2 days if that changes
<supersandro2000> eyJhb: you can't do import there
<supersandro2000> you are maybe missing () or {}
orivej has joined #nixos
<supersandro2000> jolicoeur: no clue. zfsTrim is enabled by default.
<supersandro2000> that should change if it does not interfere with zfs
<supersandro2000> and it should have persistet
<{^_^}> [nixpkgs] @LeSuisse opened pull request #109618 → checksec: update permanently redirected homepage URL → https://git.io/Jtk2G
<{^_^}> [nixos-search] @turboMaCk pushed to faceted-search « Apply "more link" on options and fix CSS issues »: https://git.io/Jtk2u
<{^_^}> [nixos-search] @turboMaCk pushed 0 commits to turboMaCk/facet-search-fix-options: https://git.io/Jtk22
<{^_^}> [nixos-search] @turboMaCk pushed to turboMaCk/facet-search-fix-options « Apply "more link" on options and fix CSS issues »: https://git.io/Jtk2u
<{^_^}> [nixos-search] @turboMaCk pushed 0 commits to faceted-search: https://git.io/Jtk2a
<jolicoeur> @supersandro2000, yes, it seems `Persistent = "yes";` should be required but it isn't on zfs either : https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/tasks/filesystems/zfs.nix#L660
<{^_^}> [nixos-search] @turboMaCk opened pull request #264 → Apply "more link" on options and fix CSS issues → https://git.io/Jtk2r
__monty__ has joined #nixos
<jolicoeur> isn't this kind of urgent? Anyone running with an ssd or an nvme might see their hard drive lifetime dramatically reduced with current defaults and available options.
<{^_^}> [nixpkgs] @primeos pushed to master « cargo-c: 0.7.0 -> 0.7.1 »: https://git.io/Jtk2M
<dutchie> it's probably worth making a pr for it
<{^_^}> [nixpkgs] @Ma27 pushed commit from @WilliButz to release-20.09 « hedgedoc: 1.7.1 -> 1.7.2, fixes CVE-2021-21259 »: https://git.io/Jtk2d
<{^_^}> [nixpkgs] @fabaff opened pull request #109620 → python3Packages.swisshydrodata: init at 0.0.3 → https://git.io/Jtk2F
<eyJhb> supersandro2000: well, import can be used there, as you can do import <nixpkgs> {}, but I cannot get it to work with the tarball :/ Doing more () {} does not aid me so far
<{^_^}> [nixpkgs] @sternenseemann opened pull request #109621 → ocamlPackages: init xenstore, xenstore_transport, vchan, tls-mirage, conduit-mirage and cohttp-mirage → https://git.io/JtkaJ
NeoCron has joined #nixos
<qyliss> yeah you definitely can import in a with
<{^_^}> [nixpkgs] @petabyteboy opened pull request #109623 → _389-ds-base: 1.3.9.1 -> 1.4.4.10 → https://git.io/Jtkat
<qyliss> eyJhb: change "with (import builtins.fetchTarball" to "with import (builtins.fetchTarball"
<siraben> Is it ok to rewrite stdenv.cc.cc.lib to lib in general?
<eyJhb> Thanks qyliss !
<{^_^}> [nixpkgs] @Ma27 merged pull request #109433 → [20.09] sudo: 1.8.31p1 -> 1.9.5p1 → https://git.io/JtUG4
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/Jtka8
<qyliss> siraben: no, I don't think so
<qyliss> > stdenv.cc.cc.lib
<{^_^}> "<derivation /nix/store/hif1rqjfcxpcvn3bp4b3n2riiv96ivbp-gcc-10.2.0.drv>"
<supersandro2000> siraben: I don't think this lib is any different from just lib. lib are just nix functions and not anything related to the stdenv AFAIK
<{^_^}> [nixpkgs] @yevhenshymotiuk opened pull request #109624 → python37Packages.importlib-metadata: 1.7.0 -> 3.4.0 → https://git.io/Jtkaw
orivej has quit [Ping timeout: 240 seconds]
<qyliss> what are you talking about? it's a derivation
<qyliss> so obviously not the same thing as lib
<qyliss> > lib
<{^_^}> { __unfix__ = <LAMBDA>; add = <CODE>; addContextFrom = <CODE>; addErrorContext = <CODE>; addErrorContextToAttrs = <CODE>; addMetaAttrs = <CODE>; all = <PRIMOP>; and = <CODE>; any = <PRIMOP>; appendToN...
<supersandro2000> oh yeah you are right
<supersandro2000> unfortunate naming clash
respawn has joined #nixos
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #109590 → Electron {9,10} updates → https://git.io/JtkqH
<{^_^}> [nixpkgs] @prusnak pushed 3 commits to master: https://git.io/JtkVI
<{^_^}> [nixpkgs] @fabaff opened pull request #109625 → python3Packages.rachiopy: init at 1.0.3 → https://git.io/JtkVq
<{^_^}> [nixpkgs] @holymonson opened pull request #109626 → darwin: add impure-cmds → https://git.io/JtkV3
Darkmatter66 has quit [Ping timeout: 256 seconds]
riksteri has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109559 → adguardhome: 0.102.0 -> 0.104.3 → https://git.io/JtTxP
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkVc
<{^_^}> [nixpkgs] @github-actions[bot] pushed 60 commits to staging-next: https://git.io/JtkVC
<{^_^}> [nixpkgs] @github-actions[bot] pushed 61 commits to staging: https://git.io/JtkVW
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109556 → python3Packages.pubnubsub-handler: init at 1.0.9 → https://git.io/JtTbh
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 5 commits to master: https://git.io/JtkV4
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109550 → pythonPackages.ufoprocessor: fix test execution → https://git.io/JtT7E
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkVR
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109549 → burpsuite: 2020.1 -> 2020.12.1 → https://git.io/JtTQx
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkVE
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109548 → julius: 1.5.1 -> 1.6.0 → https://git.io/JtTQ8
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkV2
<{^_^}> [nixpkgs] @prusnak opened pull request #109627 → [20.09] Electron {9,10} updates → https://git.io/JtkVw
<eyJhb> Is there any "easy" way to do a nix-build with a user that has HOME=/var/empty?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109544 → factorio-headless-experimental, factorio-experimental: 1.1.10 -> 1.1.12 → https://git.io/JtT9M
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkVK
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109545 → mpvScripts.mpvacious: init at 0.12 → https://git.io/JtTHY
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtkV6
<eyJhb> Currently when I try to do a nix-build, I get `error: creating directory '/var/empty/.cache': Operation not permitted`
<__monty__> eyJhb: If this is about sudo maybe use `-E`?
<{^_^}> [nixpkgs] @LeSuisse opened pull request #109628 → opensmtpd: 6.7.1p1 -> 6.8.0p2 → https://git.io/JtkVP
<eyJhb> Nope, shouldn't be. It is just a "empty" account ,which I want to own a set of dirs
<eyJhb> (and also run some basic commands?)
<eyJhb> [nix-shell:/tmp/eyjhb.github.io]$ sudo su -s /bin/sh -c "nix-build build.nix" blog
<eyJhb> error: creating directory '/var/empty/.cache': Operation not permitted
<supersandro2000> export the var early on?
<eyJhb> supersandro2000: Guessing `the` refers to HOME ?
<__monty__> Yeah, HOME=$(mktemp -d) or something might work.
<supersandro2000> eyJhb: yes
<eyJhb> Works, thanks :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109235 → vlc: add skin support → https://git.io/JtvxV
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @lucasew to master « vlc: add skin support (#109235) »: https://git.io/JtkwE
simba1 has quit [Ping timeout: 260 seconds]
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtkwQ
<Reventlov> hey supersandro2000, I don't get https://github.com/NixOS/nixpkgs/pull/109547#issuecomment-761800367
<{^_^}> [nixpkgs] @fabaff opened pull request #109629 → python3Packages.regenmaschine: init at 3.1.1 → https://git.io/Jtkwd
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109610 → reckon: 0.4.4 -> 0.6.0 → https://git.io/JtkR0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkrL
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109579 → sqlar: fix build error → https://git.io/JtkIz
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtkrm
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109584 → mediawiki: 1.35.0 -> 1.35.1 → https://git.io/JtkLP
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkrY
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109586 → python3Packages.awsiotpythonsdk: init at 1.4.9 → https://git.io/Jtkta
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkrO
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109593 → psw: 0.1.2 -> 0.2.0 → https://git.io/JtkYG
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtkr3
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109604 → Repackage snapper-gui → https://git.io/Jtk8N
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JtkrG
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109606 → amass: 3.10.5 -> 3.11.1 → https://git.io/JtkBj
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtkrn
o1lo01ol1o has quit [Ping timeout: 272 seconds]
arjen-jonathan has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109618 → checksec: update permanently redirected homepage URL → https://git.io/Jtk2G
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtkra
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109617 → arb: update permanently redirected homepage URL → https://git.io/Jtk2f
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtkrw
berberman has quit [Ping timeout: 246 seconds]
EmoSpice has joined #nixos
mallox has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @mweinelt merged pull request #109535 → python3Packages.fnvhash: init at 0.1.0 → https://git.io/JtTXG
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/Jtkr1
berberman has joined #nixos
<{^_^}> [nixpkgs] @SeTSeR opened pull request #109630 → melpaPackages.telega: Fix build → https://git.io/Jtkr7
EmoSpice has quit [Ping timeout: 264 seconds]
Lord_of_Life has quit [Ping timeout: 256 seconds]
chvp has joined #nixos
<gchristensen> gnome users, what terminal do you use? I typically use alacritty, but it has funny window dressing, and also I can't launch more than one
kapil_ has quit [Read error: Connection reset by peer]
kapil_ has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/f5f66148b28 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
lunik1 has quit [Quit: :x]
<ronthecookie> gchristensen: kitty is nice
Lord_of_Life has joined #nixos
lunik1 has joined #nixos
lunik1 has quit [Client Quit]
kapil_ has quit [Client Quit]
<supersandro2000> Reventlov: that is the ouput wen I try to run a binary on darwin
<supersandro2000> gchristensen: and weird colors
<supersandro2000> use kitty if you need GPU acc or Konsole
h0m2 has quit [Quit: WeeChat 3.0]
kapil_ has joined #nixos
<Reventlov> supersandro2000: yeah, I got it after a while (but I still don't know what could cause this, I'm not even sure the simulator is supposed to be compatible with darwin)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109620 → python3Packages.swisshydrodata: init at 0.0.3 → https://git.io/Jtk2F
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/Jtkol
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109625 → python3Packages.rachiopy: init at 1.0.3 → https://git.io/JtkVq
<{^_^}> [nixos-search] @turboMaCk pushed to turboMaCk/facet-search-fix-options « elm fmt »: https://git.io/Jtko4
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtkoB
<{^_^}> [nixpkgs] @teto merged pull request #109547 → ns-3: Fix hash for 3.33 → https://git.io/JtTQU
<{^_^}> [nixpkgs] @teto pushed commit from @rgrunbla to master « ns-3: Fix hash for 3.33 and patch for upstream bug »: https://git.io/JtkoR
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109628 → opensmtpd: 6.7.1p1 -> 6.8.0p2 → https://git.io/JtkVP
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtko0
<supersandro2000> Reventlov: please mark it broken on darwin if you have no idea
lunik1 has joined #nixos
EmoSpice has joined #nixos
tlaxkit has joined #nixos
lunik17 has joined #nixos
EmoSpice has quit [Ping timeout: 246 seconds]
lunik1 has quit [Ping timeout: 256 seconds]
lunik17 is now known as lunik1
jolicoeur has quit [Remote host closed the connection]
chvp has left #nixos ["User left"]
<{^_^}> [nixpkgs] @siraben opened pull request #109632 → treewide: stdenv.*lib -> lib → https://git.io/Jtkod
lunik1 has quit [Client Quit]
chvp has joined #nixos
<Reventlov> a broken = stdenv.isDarwin; would do it ?
lunik1 has joined #nixos
silare[m] has joined #nixos
<Ke> can I somehow reset my nix-channel that I manually edited
<Ke> it seems nixos-install uses it
<Ke> and checks the hashes
<Ke> ie. nixpkgs
<{^_^}> [nixpkgs] @cpcloud opened pull request #109633 → rocksdb: 6.14.6 -> 6.15.2 → https://git.io/Jtkop
<chvp> ,channels
<{^_^}> 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
<Ke> bot so slow
m0rphism has joined #nixos
<ronthecookie> is there a way i can use just one hardware.* option from nixos unstable on my 20.03 install?
meh` has joined #nixos
<{^_^}> [nixpkgs] @wmertens merged pull request #109452 → scponly: init at 4.8 → https://git.io/JtUXj
<{^_^}> [nixpkgs] @wmertens pushed 2 commits to master: https://git.io/JtkK1
<gchristensen> what am I missing to have gnome show files on the desktop?
zupo_ has joined #nixos
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
<neiluj> hello! got an issue with home manager (with flakes):
<neiluj> The option `home-manager.users' in `<unknown-file>' is already declared in ...
lsix has joined #nixos
<ronthecookie> neiluj: #home-manager
<neiluj> all i did was to import home manager at the beginning of the main configuration file and then define a user
<neiluj> thanks ronthecookie :)
<ronthecookie> np :D
<Ke> nix-store --repair-path helped for me
<Ke> now I just need to provide alternate nixpkgs
<{^_^}> [nixpkgs] @WilliButz opened pull request #109634 → prometheus-nextcloud-exporter: 0.1.0 -> 0.3.0 → https://git.io/Jtk6s
zebrag has joined #nixos
Soo_Slow has joined #nixos
<genevino> Error in file "/nix/store/b3372dzns2417ks9xj8b7qbkrlxp0r5q-system-path/share/applications/krita_jpeg.desktop": "jpeg/jfif" is an invalid MIME type ("jpeg" is an unregistered media type)
<genevino> that looks like a bug, is that a known one?
ahmedelgabri has joined #nixos
nikivi has joined #nixos
Diagon has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @mroi opened pull request #109635 → linux-pam: fix cross compilation on Darwin → https://git.io/Jtk6K
madmaurice has joined #nixos
madmaurice_ has joined #nixos
esac[m] has joined #nixos
<{^_^}> [nixpkgs] @mroi opened pull request #109636 → initrdUtils: fix cross compilation → https://git.io/Jtk6j
<{^_^}> [nixos-homepage] @garbas pushed 3 commits to blog: https://git.io/JtkiJ
madmaurice_ has quit [Client Quit]
<MmeQuignon> genevino: Don't know if it is a known issue, but I has the same issue yesterday
<{^_^}> [nixos-homepage] @garbas merged pull request #668 → Add Black River Software to list of consulting companies → https://git.io/JtUNN
<{^_^}> [nixos-homepage] @garbas pushed 3 commits to master: https://git.io/Jtkim
<MmeQuignon> had*
cole-h has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4a2481f0c70 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/f5f66148b28 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/4a2481f0c70 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Doraemon has joined #nixos
NeoCron has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Ma27 merged pull request #109634 → prometheus-nextcloud-exporter: 0.1.0 -> 0.3.0 → https://git.io/Jtk6s
<{^_^}> [nixpkgs] @rycee opened pull request #109637 → liquibase: support PostgreSQL JDBC driver → https://git.io/Jtkio
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/JtkiK
astylian has quit [Ping timeout: 256 seconds]
malook has joined #nixos
ahmedelgabri has quit [Quit: WeeChat 3.0]
<{^_^}> [nixos-homepage] @garbas opened pull request #669 → Blog sections of the website → https://git.io/Jtkiy
ardumont has quit [Ping timeout: 272 seconds]
ahmedelgabri has joined #nixos
<cyberwolf[m]> https://nix.dev/
BlessJah has quit [Remote host closed the connection]
respawn has quit [Quit: Leaving]
<{^_^}> [nixos-search] @garbas merged pull request #264 → Apply "more link" on options and fix CSS issues → https://git.io/Jtk2r
<{^_^}> [nixos-search] @garbas pushed commit from @turboMaCk to faceted-search « Apply "more link" on options and fix CSS issues (#264) »: https://git.io/Jtkij
<{^_^}> [nixos-search] @garbas pushed 0 commits to turboMaCk/facet-search-fix-options: https://git.io/JtkPe
o1lo01ol1o has joined #nixos
lsix has quit [Ping timeout: 246 seconds]
drozdziak1 has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #109603 → doc: rust: fix syntax error in code snippet example for declarative overlay → https://git.io/Jtk8e
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JtkPf
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
<drozdziak1> I'm learning Kubernetes and would love to generate a custom NixOS container image, how can I achieve that?
berberman has joined #nixos
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<drozdziak1> gah, first result on Google, nvm
ardumont has joined #nixos
alexherbo2 has joined #nixos
astylian has joined #nixos
<{^_^}> [nixos-search] @turboMaCk pushed 2 commits to turboMaCk/facet-search-item-hover: https://git.io/JtkPu
asheshambasta has joined #nixos
<asheshambasta> Has anyone had any luck in getting bitwig to find libjack.so?
<{^_^}> [nixos-search] @turboMaCk pushed to turboMaCk/facet-search-item-hover « fix »: https://git.io/JtkPK
BlessJah has joined #nixos
<{^_^}> [nixos-search] @garbas merged pull request #263 → facet search update item hover interaction → https://git.io/JtkEl
<{^_^}> [nixos-search] @garbas pushed commit from @turboMaCk to faceted-search « facet search update item hover interaction (#263) »: https://git.io/JtkPD
<{^_^}> [nixos-search] @garbas pushed 0 commits to turboMaCk/facet-search-item-hover: https://git.io/JtkPy
teto has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @siraben opened pull request #109638 → pkgs/development: stdenv.lib -> lib → https://git.io/JtkPj
ahmedelgabri has quit [Ping timeout: 272 seconds]
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109596 → alsaLib: correct license field → https://git.io/JtkGd
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkXT
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109587 → djvu2pdf: fix broken homepage URL → https://git.io/JtkqB
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkXk
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #109639 → Qmk → https://git.io/JtkXL
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109632 → treewide: stdenv.*lib -> lib → https://git.io/Jtkod
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtkXq
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @baracoder opened pull request #109640 → nvidia-x11.stable: Fix passthru.settings version → https://git.io/JtkXc
czer00 has joined #nixos
Soo_Slow has quit [Quit: Soo_Slow]
ManiacOfMadness has quit [Ping timeout: 246 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
o1lo01ol1o has joined #nixos
mmmattyx has joined #nixos
teto has joined #nixos
vidbina_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @symphorien merged pull request #97093 → texi2html: Fix cross-platform build → https://git.io/JU3o2
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to master: https://git.io/JtkXP
EmoSpice has joined #nixos
ahmedelgabri has joined #nixos
cole-h has quit [Remote host closed the connection]
EmoSpice has quit [Ping timeout: 256 seconds]
michiel__ has joined #nixos
<{^_^}> [nixpkgs] @onsails opened pull request #109641 → vim: add indent-blankline-nvim → https://git.io/JtkXp
<{^_^}> [nixpkgs] @justinas opened pull request #109642 → Init roombapy → https://git.io/JtkXh
vidbina_ has joined #nixos
lsix has joined #nixos
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @symphorien merged pull request #101233 → klibc: fix cross-compilation → https://git.io/JTEYK
<{^_^}> [nixpkgs] @symphorien pushed 3 commits to master: https://git.io/Jtk1e
duende_inside has joined #nixos
<eyJhb> I keep forgetting, how can I check if a value is set in a ... set?
<eyJhb> > ({"b" = true;}.a || false)
<{^_^}> attribute 'a' missing, at (string):466:2
<eyJhb> (provide a default value)
davidv7_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @ju1m opened pull request #109643 → nixos/openvpn: add network namespace support → https://git.io/Jtk1m
<{^_^}> [nixpkgs] @Izorkin opened pull request #109644 → libnftnl: 1.1.8 -> 1.1.9, nftables: 0.9.7 -> 0.9.8, iptables: 1.8.6 -> 1.8.7 → https://git.io/Jtk1G
ahmedelgabri has quit [Quit: WeeChat 3.0]
<eyJhb> > ({"b" = true;}.a or false)
<{^_^}> false
<eyJhb> > ({"a" = true;}.a or false)
<{^_^}> true
<eyJhb> The || vs or is ... annoying :(
vidbina_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @symphorien merged pull request #96896 → hspell: fix cross-platform build issues → https://git.io/JUm25
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to staging: https://git.io/Jtk1l
<{^_^}> [nixpkgs] @symphorien merged pull request #96762 → source-highlight: Skip building docs when cross-compiling → https://git.io/JUqoA
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to master: https://git.io/Jtk1B
miscalculated has quit [Ping timeout: 260 seconds]
alexherbo23 has joined #nixos
astylian_ has joined #nixos
nckx has quit [Ping timeout: 256 seconds]
hexagoxel has quit [Ping timeout: 256 seconds]
<qyliss> > { a = 1; } ? a
<{^_^}> true
astylian has quit [Ping timeout: 256 seconds]
aforemny has quit [Ping timeout: 256 seconds]
hke has quit [Ping timeout: 256 seconds]
acarrico has quit [Ping timeout: 256 seconds]
hexagoxel has joined #nixos
teto has quit [Ping timeout: 256 seconds]
alexherbo2 has quit [Ping timeout: 256 seconds]
Siyo has quit [Ping timeout: 256 seconds]
tlaxkit has quit [Ping timeout: 256 seconds]
meh` has quit [Ping timeout: 256 seconds]
AtnNn has quit [Ping timeout: 256 seconds]
fre has quit [Ping timeout: 256 seconds]
alexherbo23 is now known as alexherbo2
nckx has joined #nixos
teto has joined #nixos
Siyo has joined #nixos
hke has joined #nixos
meh` has joined #nixos
<qyliss> eyJhb: ^^
AtnNn has joined #nixos
fre has joined #nixos
aforemny has joined #nixos
acarrico has joined #nixos
iMatejC has quit [Quit: WeeChat 3.0]
Siyo has quit [Client Quit]
Siyo has joined #nixos
iMatejC has joined #nixos
gustavderdrache has joined #nixos
ahmedelgabri has joined #nixos
ahmedelgabri has quit [Client Quit]
vidbina_ has joined #nixos
rb2k has joined #nixos
civodul has joined #nixos
lsix1 has joined #nixos
miscalculated has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #109645 → python3Packages.myjwt: init at 1.4.0 → https://git.io/JtkMm
miscalculated has quit [Ping timeout: 264 seconds]
ahmedelgabri has joined #nixos
jonringer has joined #nixos
Darkmatter66 has joined #nixos
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ahmed_elgabri has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
arjen-jonathan has quit [Ping timeout: 260 seconds]
Jd007 has joined #nixos
rb2k has joined #nixos
Lord_of_Life_ has joined #nixos
hiro98 has joined #nixos
gnu-linuxera has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #109646 → python3Packages.pypck: 0.7.8 -> 0.7.9 → https://git.io/JtkDC
Lord_of_Life has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @deviant opened pull request #109647 → sway: remove swaybg from path → https://git.io/JtkD8
hiro98 has quit [Client Quit]
<supersandro2000> https://nixos.org/community.html "Other Platforms" is empty. Should I create an issue for that?
Lord_of_Life_ is now known as Lord_of_Life
KarlJoad has joined #nixos
gnu-linuxera has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<{^_^}> [nixpkgs] @prusnak opened pull request #109648 → pkgs/development: stdenv.lib -> lib → https://git.io/JtkDX
vidbina_ has quit [Ping timeout: 246 seconds]
hiro98 has joined #nixos
Acou_Bass has quit [Quit: byeeeeeeeeeeeeeee]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<abathur> supersandro2000: I don't see it as empty, so either someone already fixed it, or this may be something else (browser? incomplete styles?)
tlaxkit has joined #nixos
pinkieval has quit [Quit: We're here, we're queer, connection reset by peer.]
duende_inside has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @Mic92 merged pull request #109613 → pkgs/tools: pkgconfig -> pkg-config (2) → https://git.io/Jtk0U
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/Jtk9W
<{^_^}> [nixpkgs] @Mic92 pushed 73 commits to staging-next: https://git.io/Jtk9B
zupo has joined #nixos
<{^_^}> [nixpkgs] @berberman opened pull request #109649 → Fix fcitx5 → https://git.io/Jtk90
<{^_^}> [nixpkgs] @Mic92 pushed 74 commits to staging: https://git.io/Jtk9E
hiro98 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #109650 → python3Packages.digital-ocean: 1.15.0 -> 1.16.0 → https://git.io/Jtk92
Darkmatter66 has quit [Ping timeout: 260 seconds]
<supersandro2000> abathur: ublock removes it...
<{^_^}> [nixpkgs] @mausch opened pull request #109651 → starspace: init at 8aee0a950aa607c023e5c91cff518bec335b5df5 → https://git.io/Jtk9a
<abathur> :]
philr_ has quit [Ping timeout: 246 seconds]
rb2k has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
mrkirby153 has joined #nixos
berberman has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @KAction opened pull request #109652 → RFC: enable split-object compilation for static build → https://git.io/Jtk9y
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @katyo opened pull request #109653 → Fixed broken swiftshader → https://git.io/JtkHe
<gchristensen> does GDM use xserver's configuration for keyboard layout?
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
<DigitalKiwi> supersandro2000: IRC ONLY
dnlkrgr[m] has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #109655 → pkgs/development/mobile: stdenv.lib -> lib → https://git.io/JtkHY
davidv7 has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #109656 → pkgs/development/node-packages: stdenv.lib -> lib → https://git.io/JtkHG
titouan has quit [Ping timeout: 240 seconds]
titouan has joined #nixos
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ahmed_elgabri has quit [Ping timeout: 260 seconds]
malook has quit [Quit: malook]
arjen-jonathan has joined #nixos
<{^_^}> [nix] @domenkozar merged pull request #4454 → Document expected output of 'nix store ping'. → https://git.io/JtThr
<{^_^}> [nix] @domenkozar pushed 2 commits to master: https://git.io/Jtk7n
<petrichor> It's detected correctly by `airscan-discover` but `scanimage -L` doesn't show it; `sudo scanimage -L` *does* show it as `device 'airscan:e0:EPSON XP-860 Series' is a eSCL EPSON XP-860 Series eSCL network scanner` but `scanimage --help -d "airscan:e0:EPSON XP-860 Series"` fails with `scanimage: open of device airscan:e0:EPSON XP-860 Series failed: Invalid argument`
pinkieval has joined #nixos
miscalculated has joined #nixos
EmoSpice has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/f5f66148b28 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
Darkmatter66 has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @tu-maurice opened pull request #109658 → gnomeExtensions.noannoyance: init at unstable → https://git.io/Jtk5d
noonien2 has joined #nixos
Henson has joined #nixos
noonien has quit [Ping timeout: 265 seconds]
noonien2 is now known as noonien
ahmedelgabri has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @katyo closed pull request #109653 → Fixed broken swiftshader → https://git.io/JtkHe
Darkmatter66 has quit [Ping timeout: 246 seconds]
miscalculated has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #109659 → albert: 0.16.1 -> 0.17.2 → https://git.io/Jtkde
<BlessJah> boot.zfs.devNodes defaults to /dev/disk/by-id; virtio devices are missing by-id link; QEMU VM might be unable to import ZFS pools on boot
ahmedelgabri has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oxalica has quit [Quit: oxalica]
zupo has joined #nixos
anonymous_idiot has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
oxalica has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #109589 → brave: 1.18.77 -> 1.18.78 → https://git.io/JtkqD
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jtkdn
<{^_^}> [nixpkgs] @prusnak closed pull request #109656 → pkgs/development/{node-packages,web}: stdenv.lib -> lib → https://git.io/JtkHG
xanderle has quit [Ping timeout: 246 seconds]
respawn_ has joined #nixos
rb2k has joined #nixos
asheshambasta has quit [Ping timeout: 272 seconds]
<madmaurice> When adding packages for master I use nix-build -A pkg path/to/local/nixpkgs/repository to check if it builds. In a recent instance however I realized that it builds a derivation from my user-local overlay instead of the derivation I have added to nixpkgs. Is there any way to prevent nix-build from using .config/nixpkgs for a particular build?
Soo_Slow has joined #nixos
rb2k has quit [Client Quit]
<infinisil> madmaurice: --arg overlays '[]' --arg config '{}'
<Henson> I'm trying to build a Python package using buildPythonPackage. It needs to use the "msgfmt" command from gettext. I've included gettext in the list of buildInputs, but setup.py can't find the msgfmt command. When I create a nix-shell with the same dependencies it works just fine. I get the feeling this might be an issue where buildInputs is not looking in the right output of gettext.
<Henson> any suggestions?
<infinisil> Henson: Try nativeBuildInputs instead
<madmaurice> infinisil, Thanks I'll add it as a shell alias
ericsagnes has quit [Ping timeout: 272 seconds]
<Henson> infinisil: thank you, that was it!
<infinisil> :)
copumpkin has quit [Quit: Hmmm]
copumpkin has joined #nixos
ahmed_elgabri has joined #nixos
ahmedelgabri has quit [Ping timeout: 246 seconds]
lsix1 has quit [Ping timeout: 264 seconds]
copumpkin has quit [Ping timeout: 272 seconds]
hiro98 has joined #nixos
anonymous_idiot has quit [Quit: Connection closed]
zupo has quit [Ping timeout: 272 seconds]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JtkF8
zupo has joined #nixos
ahmed_elgabri has quit [Ping timeout: 264 seconds]
ahmedelgabri has joined #nixos
ericsagnes has joined #nixos
Hail_Spacecake has quit [Ping timeout: 240 seconds]
arjen-jonathan has quit [Ping timeout: 246 seconds]
Hail_Spacecake has joined #nixos
Henson has quit [Ping timeout: 256 seconds]
Baughn has quit [Quit: ZNC 1.6.2+deb1 - http://znc.in]
BaughnLogBot has joined #nixos
attila_lendvai_ has joined #nixos
hnOsmium0001 has joined #nixos
rb2k has joined #nixos
Soo_Slow has quit [Quit: Soo_Slow]
<gchristensen> sorry to ask again, but is there a way to ask gnome to refresh what programs it knows about? right now I have to log out / log in to launch newly installed system-level programs
rb2k has quit [Client Quit]
lordcirth_ has joined #nixos
<eyJhb> Anybody using the nixExtensions for Firefox that was included some time back? Because it seems fairly broken right now. Nothing really works....
<eyJhb> ` Download failed - ERROR_CORRUPT_FILE - file:///nix/store/5l4kidnbll02p54f0cs32m7b6c5yxbh3-surfingkeys_ff/nixos@surfingkeys_ff.xpi`
<eyJhb> `JavaScript error: mozilla.cfg, line 7: SyntaxError: private fields are not currently supported`
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107227 → lxi-tools: init at 1.21 → https://git.io/JLzTi
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JtkFh
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108701 → cantoolz: init at 3.7.0 → https://git.io/JLx0C
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkFj
melian83 has joined #nixos
lsix1 has joined #nixos
lordcirth has quit [Ping timeout: 264 seconds]
melian83 has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109567 → metapixel: init at 1.0.2 → https://git.io/JtkJv
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkbT
EmoSpice has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 11 commits to staging-next: https://git.io/Jtkbk
<{^_^}> [nixpkgs] @github-actions[bot] pushed 12 commits to staging: https://git.io/JtkbI
rb2k has joined #nixos
<{^_^}> [nix] @edolstra pushed to master « Tweak »: https://git.io/Jtkbt
astylian_ has quit [Ping timeout: 256 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
<DigitalKiwi> gchristensen: you're real hell bent on using gnome huh
<gchristensen> no
<{^_^}> [nixpkgs] @r-ryantm opened pull request #109662 → obsidian: 0.10.6 -> 0.10.7 → https://git.io/Jtkba
<gchristensen> I just have a hard time believing people use NixOS + Gnome based on my experience so far
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #97291 → elasticmq: remove in favour of elasticmq-server → https://git.io/JUG60
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtkbr
berberman_ has joined #nixos
<adisbladis> gchristensen: Doesn't gnome have some equivalent of kbuildsycoca5 ?
berberman has quit [Ping timeout: 260 seconds]
<adisbladis> (that's the plasma one to force refresh)
<bbigras> uh I'm using gnome on this computer (because I can't use sway) and it seems fine.
respawn_ has quit [Quit: Leaving]
ManiacOfMadness has joined #nixos
lsix1 has quit [Ping timeout: 246 seconds]
<gchristensen> adisbladis: I've heard the thing to do is restart gnome-shell, but you can't do that with wayland
<{^_^}> [nixpkgs] @Pamplemousse opened pull request #109663 → documention corrections → https://git.io/JtkNJ
<adisbladis> gchristensen: Huh
<adisbladis> That sounds... Brutal.
ahmedelgabri has joined #nixos
<bbigras> I wonder if alt+f2 and then "r". is enough. but yeah I had this limitation before and I wish it wasn't the case.
tff^ has quit []
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #95274 → qemu: libiscsi support → https://git.io/JJ98e
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtkNs
knupfer1 has joined #nixos
mkaito has joined #nixos
tracerte has joined #nixos
knupfer1 is now known as knupfer
<eyJhb> Soo it seems like the Firefox wrapper thing does not work, at all... At least the extension part does not. Yay
gnu-linuxera has joined #nixos
tracerte has quit [Client Quit]
gustavderdrache1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109648 → pkgs/development: stdenv.lib -> lib → https://git.io/JtkDX
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkNl
tracerte has joined #nixos
tracerte has quit [Client Quit]
tracerte has joined #nixos
tlaxkit has quit [Ping timeout: 256 seconds]
gustavderdrache has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109573 → grafana-agent: init at 0.10.0 → https://git.io/JtkTy
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkNB
tracerte has quit [Remote host closed the connection]
nrh^ has joined #nixos
gustavderdrache1 is now known as gustavderdrache
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109490 → pkgs/os-specific: stdenv.lib -> lib → https://git.io/JtTCl
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtkNr
work_ has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai_ has quit [Ping timeout: 246 seconds]
turlando_ has quit [Ping timeout: 256 seconds]
turlando has joined #nixos
ahmed_elgabri has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @prusnak merged pull request #106837 → bitcoin: 0.20.1 -> 0.21.0 + allow build without wallet → https://git.io/JIAIE
<{^_^}> [nixpkgs] @prusnak pushed 3 commits to master: https://git.io/JtkNh
ahmedelgabri has quit [Ping timeout: 246 seconds]
<MmeQuignon> Hi everyone! I have a question : Is there a way to use mount (cifs) as user? Is there a group to do that? Thank you!
attila_lendvai has quit [Ping timeout: 272 seconds]
<bbigras> MmeQuignon: I don't know if users can mount but I wonder if you could use a systemd automount. maybe the user could trigger it by accessing it.
<bbigras> I also wonder if users can mount if the entry is in fstab.
arjen-jonathan has joined #nixos
<MmeQuignon> Well, the idea is not to add entries in the fstab
<bbigras> ah. no idea then. good luck
<MmeQuignon> I mean, there's a remote share I have access to. I'm the proprietary of the folder I want to mount the device on. Why should I be root to do that?
<MmeQuignon> It does not makes sense to me.
<dutchie> 9
<dutchie> whoops
<kunrooted[m]> hey guys can anyone check my config?
<kunrooted[m]> I've decided to install nixOS 12 hours before school start again after winter break haha
<MmeQuignon> Well done :)
<MmeQuignon> I can take a look if you want
<kunrooted[m]> thanks, gonna send it in a minute
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3888fe83e1c (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/3888fe83e1c (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<MmeQuignon> kunrooted[m]:it's 11h55 now :P
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JtkAd
o1lo01ol1o has joined #nixos
<kunrooted[m]> MmeQuignon: here it is, I'd be glad if you'd check that or recommend adding something/changing something
<kunrooted[m]> my first configuration.nix tbh haha
betaboon has quit [Quit: ZNC - https://znc.in]
<fiveseven[m]> is there any effort to combine the concept of nixOS with Qubes OS ?
<edef> fiveseven[m]: there is! https://spectrum-os.org (cc qyliss)
o1lo01ol1o has quit [Ping timeout: 265 seconds]
miscalculated has joined #nixos
betaboon has joined #nixos
<fiveseven[m]> nice
slack1256 has joined #nixos
Siyo has quit [Ping timeout: 256 seconds]
<MmeQuignon> kunrooted[m]:ok
<MmeQuignon> do you have any traceback or whatever ?
<kunrooted[m]> what is traceback
<kunrooted[m]> I'm not into English haha
<MmeQuignon> error message
<MmeQuignon> (I'm not either ^^)
<MmeQuignon> Have you tried to compile this config ?
Siyo has joined #nixos
jolicoeur has joined #nixos
bparker has quit [Changing host]
bparker has joined #nixos
<jolicoeur> can anyone with an ssd check if nixos ever trim ed that disk ? `journalctl -aqg strim`
<jolicoeur> (or nvme)
<kunrooted[m]> <MmeQuignon "Have you tried to compile this c"> Not yet
<MmeQuignon> jolicoeur:sure
<kunrooted[m]> I mean, I'm installing NixOS the first time on the actual hardware
<jolicoeur> `journalctl -aqg fstrim`
<kunrooted[m]> I Just compile it And it should be done?
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #109664 → python3Packages.adext: init at 0.3 → https://git.io/Jtkxy
<MmeQuignon> jolicoeur:don't know why, it seems I should have something installed : libpcre2-8.so.0
<jolicoeur> ah -g does a pcre grep
<jolicoeur> `journalctl -aq | grep fstrim`
o1lo01ol1o has joined #nixos
<MmeQuignon> jolicoeur:thanks, didn't know about this
<MmeQuignon> none of my configs return anythin (one with ext4 the other with btrfs (which do no trim))
marcje has joined #nixos
<jolicoeur> ok so trim never ran on those systems
<jolicoeur> which is very bad iiuc
<MmeQuignon> kunrooted[m]: Well, the idea is to first have a working config. Once it's done, then you add programs and whatever. But IMO, you should do it step by step.
<jolicoeur> just had a 2 years old 1tb nvme rendered useless since it never trim ed itslef
<MmeQuignon> You shouldn't try to install and configure everything for your first config.
riksteri has quit [Quit: riksteri]
marcje has left #nixos ["The Lounge - https://thelounge.chat"]
o1lo01ol1o has quit [Ping timeout: 264 seconds]
<jolicoeur> I'd suggest all of you to run `sudo fstrim -a -v` and enable `services.fstrim.enable = true;` on any system with ssds or nvmes asap
<jolicoeur> nixos is basically destroying your hard drives atm
<MmeQuignon> Are you sure ?
<MmeQuignon> For instance, btrfs disables trim only on ssds
<MmeQuignon> (I mean by default)
<{^_^}> [nixpkgs] @prusnak opened pull request #109665 → nixos/modules: stdenv.lib -> lib → https://git.io/JtkpB
<gchristensen> I thought the criticality of trim was from an older time when ssds were basically trash
miscalculated has quit [Ping timeout: 246 seconds]
Siyo has quit [Ping timeout: 256 seconds]
hiro98 has quit [Quit: hiro98]
acarrico has quit [Ping timeout: 256 seconds]
Nafai has quit [Quit: WeeChat 2.9]
<kunrooted[m]> <MmeQuignon "kunrooted: Well, the idea is to "> okie, got it
<kunrooted[m]> I'm doing this with my Buddy actually, I think we'll go with polybar, berrywm etc
justanotheruser has quit [Quit: WeeChat 2.9]
<MmeQuignon> In some time, you should give `home-manager` a try
<kunrooted[m]> what is this?
<MmeQuignon> A tool to manager your user configuration
<kunrooted[m]> hmm, gonna try
<MmeQuignon> that you can install as a nixos module
<MmeQuignon> You should wait
<kunrooted[m]> wait for what?
<MmeQuignon> A working configuration
<MmeQuignon> Well sorry, I should mind my own business ^^
justanotheruser has joined #nixos
<kunrooted[m]> ah, got it
LilleCarl has joined #nixos
<kunrooted[m]> sure, working config the first
lsix has quit [Quit: WeeChat 3.0]
lsix1 has joined #nixos
gnu-linuxera has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
astylian_ has joined #nixos
<jolicoeur> MmeQuignon, aren't you supposed to trim your ssds even with btrfs ? https://btrfs.wiki.kernel.org/index.php/FAQ#Is_Btrfs_optimized_for_SSD.3F
ahmed_elgabri has joined #nixos
xanderle has joined #nixos
<jolicoeur> zfs has the services.zfs.trim.enable option enabled by default
<dnlkrgr[m]> hey all, somehow my urxvt settings done by home-manager seem to not be applied. For vim the settings done by home-manager work. What am I missing?
<dnlkrgr[m]> I guess my extraConfig is wrong
gustavderdrache has quit [Quit: Leaving.]
<jolicoeur> gchristensen, that might well be the case. I read conflicting things about this. But it seems disabling weekly trims shouldn't blow up a drive as I thought. It should normally and at most render writes much slower when disk is nearly full.
Lord_of_Life has quit [Ping timeout: 246 seconds]
<jolicoeur> nevertheless most distros enable weekly trim by default
Lord_of_Life has joined #nixos
vidbina_ has joined #nixos
jolicoeur has quit [Remote host closed the connection]
EmoSpice has joined #nixos
iv_nn[m] has joined #nixos
jolicoeur has joined #nixos
tom39291 has quit [Ping timeout: 260 seconds]
<kunrooted[m]> how do I test config before installation?
tom39291 has joined #nixos
zupo_ has joined #nixos
foobar4279[m] has joined #nixos
<jolicoeur> kunrooted[m], it will complain if it's invalid
o1lo01ol1o has joined #nixos
EmoSpice has quit [Ping timeout: 240 seconds]
<kunrooted[m]> hmmm
<jolicoeur> sudo nixos-rebuild test
zupo has quit [Ping timeout: 264 seconds]
<kunrooted[m]> oh fuck I used switch flag
<jolicoeur> check the man page though
<jolicoeur> it just doesn't add an entry in grub if you didn't set it
<jolicoeur> just pick the previous grub entry if you really can't boot/use the new config
fuzzypixelz has joined #nixos
<fuzzypixelz> markdown-it-py is not working on 20.09
<fuzzypixelz> I get a `missing markdown-it-py`
<fuzzypixelz> But it's fine on unstable
<jolicoeur> python37Packages.markdown-it-py or python38Packages.markdown-it-py
<fuzzypixelz> where is python38Packages defined?
<fuzzypixelz> 38
<jolicoeur> fuzzypixelz, `nix-shell -p 'python38.withPackages(ps: with ps; [ markdown-it-py ])'`
<jolicoeur> works fine, I can `from markdown_it import MarkdownIt` in python3, in that nix-shell
xanderle has quit [Ping timeout: 256 seconds]
EmoSpice has joined #nixos
<fuzzypixelz> that's weird because it doesn't work for me
<fuzzypixelz> (in the nix-shell)
<fuzzypixelz> I still get undefined variable 'markdown-it-py'
<{^_^}> [nixpkgs] @fabaff opened pull request #109666 → python3Packages.pyblackbird: init at 0.5 → https://git.io/Jtkjz
<kunrooted[m]> <jolicoeur "it just doesn't add an entry in "> can you help me with that? I'm a little bit retarded and new
<jolicoeur> kunrooted[m], sure you might want to have a look at https://nixos.org/manual/nixpkgs/stable/#python also
EmoSpice has quit [Ping timeout: 246 seconds]
<jolicoeur> kunrooted[m], https://termbin.com/1wfq
fuzzypixelz has left #nixos [#nixos]
<jolicoeur> sry I meant
<kunrooted[m]> wait can I just send you my configuration.nix and you'll take a look at it?
<jolicoeur> ok
Siyo has joined #nixos
<jolicoeur> I meant fuzzypixelz for the previous links
amerigo has joined #nixos
<jolicoeur> kunrooted[m], my editor tells me there is a syntax error, ';' is missing
<kunrooted[m]> can you edit this for me? have been studying for 3 days and haven't gotten to sleep so I'm barely thinking
<kunrooted[m]> and add what's needed, that grub thing and stuff like that
<jolicoeur> grub is automatic
<jolicoeur> but nixos-rebuild switch should already complain and tell you which line is failing
<etu> kunrooted[m]: you need to close your services.xserver attribute set :)
<etu> kunrooted[m]: Missing a }; after `layout = "pl";`
<kunrooted[m]> okie, thanks
dsg has quit [Ping timeout: 246 seconds]
<kunrooted[m]> done, what else should I add? what packages and what shit?
Cadey has quit [Quit: WeeChat 3.0]
<jolicoeur> is this a first time install or an update ?
<kunrooted[m]> first time even trying nixOS
<kunrooted[m]> all I was ever doing with nix was using nixpkgs on my other Linux distros
<jolicoeur> just install the minimum for the first `nixos-install`
<kunrooted[m]> so this config is fine after adding `};`?
<jolicoeur> it looks like it
<kunrooted[m]> just a quick question, does packages just add themself to the configuration.nix using install command?
<jolicoeur> no
<kunrooted[m]> rip
<jolicoeur> regular flow to add or remove packages is: edit configuration.nix then sudo nixos-rebuild switch
EmoSpice has joined #nixos
dunc4n[m] is now known as dunc4n
<kunrooted[m]> got it
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
m4ts has joined #nixos
Xe has joined #nixos
m4tsa_ has joined #nixos
knupfer has quit [Remote host closed the connection]
Xe is now known as Cadey
EmoSpice has quit [Ping timeout: 260 seconds]
dsg has joined #nixos
m4ts has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/68398d2dd50 (from 21 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3876561795a (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<kunrooted[m]> oh my ducking god
<kunrooted[m]> it's alive
<jolicoeur> nice
<etu> kunrooted[m]++ :)
<{^_^}> kunrooted[m]'s karma got increased to 1
miscalculated has joined #nixos
<kunrooted[m]> I think this is the day when my nix-philia starts
<kunrooted[m]> gonna learn nix
Siyo has quit [Ping timeout: 246 seconds]
lsix1 has quit [Ping timeout: 264 seconds]
tracerte has joined #nixos
ahmed_elgabri has quit [Quit: WeeChat 3.0]
strobelight has quit [Ping timeout: 256 seconds]
arjen-jonathan has quit [Ping timeout: 264 seconds]
davidv7 has joined #nixos
EmoSpice has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
work_ has quit [Quit: Connection closed for inactivity]
EmoSpice has quit [Ping timeout: 256 seconds]
lsix1 has joined #nixos
<colemickens> one of us!
<pisquo[m]> <kunrooted[m] "just a quick question, does pack"> If you want you can use home-manger to manage user packages in a declarative way (afaik since I've been using nixos for just a month)
pitch has quit [Read error: Connection reset by peer]
vidbina_ has quit [Ping timeout: 256 seconds]
Siyo has joined #nixos
strobelight has joined #nixos
attila_lendvai has quit [Ping timeout: 272 seconds]
<jolicoeur> that's possible with users.users.username.packages and without home-manager too
garionion has joined #nixos
cole-h has joined #nixos
tracerte has quit [Remote host closed the connection]
tracerte has joined #nixos
tracerte has quit [Client Quit]
tracerte has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #109651 → starspace: init at 8aee0a950aa607c023e5c91cff518bec335b5df5 → https://git.io/Jtk9a
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JtIv0
page has quit [Ping timeout: 265 seconds]
Jackneill has quit [Ping timeout: 256 seconds]
tracerte has quit [Client Quit]
tracerte has joined #nixos
growpotkin has joined #nixos
lassulus has quit [Remote host closed the connection]
BlessJah has quit [Remote host closed the connection]
alexherbo26 has joined #nixos
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo26 is now known as alexherbo2
lassulus has joined #nixos
BlessJah has joined #nixos
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtIfq
MmeQuignon has quit [Ping timeout: 246 seconds]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MmeQuignon has joined #nixos
mbrgm has quit [Quit: ZNC 1.8.1 - https://znc.in]
EmoSpice has joined #nixos
titouan7 has joined #nixos
titouan7 has quit [Read error: Connection reset by peer]
titouan has quit [Read error: Connection reset by peer]
Jackneill has joined #nixos
zupo has joined #nixos
simba1 has joined #nixos
EmoSpice has quit [Ping timeout: 256 seconds]
alexherbo23 has joined #nixos
madmaurice has quit [Quit: Leaving]
zupo_ has joined #nixos
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo23 is now known as alexherbo2
Marissa has quit [Ping timeout: 272 seconds]
zupo has quit [Ping timeout: 260 seconds]
<MmeQuignon> regarding my earlier question about using mount as user. There's a tool, `gio` that allows to run gio mount `smb://whatever` (it also works with ssh, external drives and so on). The device is then mounted in $XDG_RUNTIME_DIR/gvfs (which is /run/user/<UID> here). Hope it'll help.
ManiacOfMadness has quit []
monokrome has quit [Ping timeout: 264 seconds]
Hail_Spacecake has quit [*.net *.split]
nicoo has quit [*.net *.split]
srk has quit [*.net *.split]
cantstanya has quit [*.net *.split]
xelxebar has quit [*.net *.split]
madalu has quit [*.net *.split]
est31 has quit [*.net *.split]
andreas303 has quit [*.net *.split]
oida has quit [*.net *.split]
jb55 has quit [*.net *.split]
mmmattyx has quit [Quit: Connection closed for inactivity]
tracerte has quit [Remote host closed the connection]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JtIfp
Marissa has joined #nixos
philr_ has joined #nixos
alexherbo22 has joined #nixos
<kunrooted[m]> nevermind guys I fucked somewhere because I want Dual Boot and Linux Boot Manager booted once, then I've checked Windows and it worked and then I wanted Linux Boot Manager again and it doesn't work right noe
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo22 is now known as alexherbo2
xelxebar has joined #nixos
srk has joined #nixos
jb55 has joined #nixos
est31 has joined #nixos
rb2k has joined #nixos
<{^_^}> [nixpkgs] @dotlambda closed pull request #107221 → abcmidi: 2020.11.07 -> 2020.12.10 → https://git.io/JLuQn
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @dotlambda closed pull request #107848 → abcmidi: 2020.11.07 -> 2020.12.10 → https://git.io/JLS0i
nicoo has joined #nixos
alexherbo25 has joined #nixos
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo25 is now known as alexherbo2
MmeQuignon has quit [Ping timeout: 272 seconds]
Hail_Spacecake has joined #nixos
oida has joined #nixos
andreas303 has joined #nixos
cantstanya has joined #nixos
madalu has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109666 → python3Packages.pyblackbird: init at 0.5 → https://git.io/Jtkjz
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtIJ2
slack1256 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109664 → python3Packages.adext: init at 0.3 → https://git.io/Jtkxy
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtIJo
mbrgm has joined #nixos
__monty__ has quit [Quit: leaving]
Doraemon has quit [Quit: Leaving]
orivej has quit [Ping timeout: 246 seconds]
<{^_^}> [nixos-homepage] @garbas pushed 3 commits to commercial-page: https://git.io/JtIUT
simba1 has quit [Ping timeout: 246 seconds]
simba1 has joined #nixos
garionion has quit [Quit: garionion]
<{^_^}> [nixos-homepage] @garbas pushed 2 commits to commercial-page: https://git.io/JtIUq
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109658 → gnomeExtensions.noannoyance: init at unstable → https://git.io/Jtk5d
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtIUm
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109650 → python3Packages.digital-ocean: 1.15.0 -> 1.16.0 → https://git.io/Jtk92
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtIU3
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109646 → python3Packages.pypck: 0.7.8 -> 0.7.9 → https://git.io/JtkDC
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtIUG
mkaito has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109659 → albert: 0.16.1 -> 0.17.2 → https://git.io/Jtkde
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtIUa
<{^_^}> [nixpkgs] @fabaff opened pull request #109667 → theHarvester: 3.1 -> 3.2.2 → https://git.io/JtIUV
<{^_^}> [nixpkgs] @marsam opened pull request #109668 → mcfly: 0.5.2 -> 0.5.3 → https://git.io/JtIUo
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109641 → vim: add indent-blankline-nvim → https://git.io/JtkXp
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JtIU1
<{^_^}> [nixpkgs] @r-ryantm opened pull request #109669 → plexRaw: 1.21.1.3842-b0c7a97d9 -> 1.21.1.3876-3c3adfcb4 → https://git.io/JtIUS
tracerte has joined #nixos
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « haskellPackages.pandoc: Temporarily disable tests »: https://git.io/JtITT
<{^_^}> [nixos-homepage] @garbas pushed to commercial-page « add locations to the listing »: https://git.io/JtITk
<{^_^}> [nixpkgs] @zimbatm pushed to ci-no-channel « Update .github/workflows/no-channel.yml »: https://git.io/JtITI
<{^_^}> [nixos-homepage] @garbas opened pull request #670 → Commercial page rework → https://git.io/JtITt
rb2k has quit [Read error: Connection reset by peer]
meh` has quit [Ping timeout: 246 seconds]
rb2k has joined #nixos
* kunrooted[m] uploaded an image: 20210118_000412.jpg (166KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/kPQSMZJpJTUETbpPTDHJzyXH/20210118_000412.jpg >
<kunrooted[m]> why is it like that?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109615 → python3Packages.hug: disable broken marshmallow tests → https://git.io/Jtkgl
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtITa
<lordcirth_> kunrooted[m], did you mean to chmod +x loader ?
<kunrooted[m]> nope, a chroot
<kunrooted[m]> Or wait
<kunrooted[m]> Maybe I'm too exhausted
simba1 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109566 → smartmontools: 7.1 -> 7.2 and devicedb updated to latest → https://git.io/Jtkfs
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @eropleco to master « smartmontools: 7.1 -> 7.2 and devicedb updated to latest (#109566) »: https://git.io/JtITQ
<DigitalKiwi> in nix with flakes can i nix profile install something that is not a flake
<DigitalKiwi> since nix-env doesn't work
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #109670 → pythonPackages.dotty-dict: init at 1.3.0 → https://git.io/JtITx
sss2 has quit [Quit: Leaving]
tracerte has left #nixos ["Igloo IRC: https://iglooirc.com"]
<kunrooted[m]> nope, wait, Windows fuvks everything up
* kunrooted[m] uploaded an image: 20210118_001140.jpg (149KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/AavLanElBKOLtvUoCIzmzKwH/20210118_001140.jpg >
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « yosys-bluespec: 2021.01.14 -> 2021.01.17 »: https://git.io/JtIkZ
strobelight has quit [Remote host closed the connection]
tomaw_ has joined #nixos
davidv7_ has joined #nixos
tomaw has quit [Read error: Connection reset by peer]
strobelight has joined #nixos
lassulus has quit [Ping timeout: 256 seconds]
davidv7 has quit [Ping timeout: 256 seconds]
lassulus has joined #nixos
BlessJah has quit [Remote host closed the connection]
BlessJah has joined #nixos
lsix1 has quit [Ping timeout: 272 seconds]
johnnyfive has quit [Ping timeout: 272 seconds]
nocent has quit [Quit: issued !quit command]
fendor has quit [Remote host closed the connection]
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
Dotz0cat has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109569 → git-big-picture: 0.10.1 -> 1.0.0 (fixes CVE-2021-3028) → https://git.io/JtkU0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtIkH
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #99074 → matrix-corporal: init at 2.0.1 → https://git.io/JU1kl
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @dali99 to master « matrix-corporal: init at 2.0.1 (#99074) »: https://git.io/JtIkQ
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107644 → libstrophe: 0.10.0 -> 0.10.1 → https://git.io/JLMRK
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtIkF
ili has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109591 → cargo-readme: init at 3.2.0 → https://git.io/Jtkmw
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtIkb
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109642 → python3Packages.roombapy: init at 1.6.2-1 → https://git.io/JtkXh
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtIkj
Dotz0cat has joined #nixos
leotaku has quit [Quit: ZNC 1.8.2 - https://znc.in]
Dotz0cat has quit [Remote host closed the connection]
leotaku has joined #nixos
Dotz0cat has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107845 → openbabel: 2.4 -> 3.1.1 → https://git.io/JLS0t
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 5 commits to master: https://git.io/JtIIm
jolicoeur has quit [Remote host closed the connection]
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109662 → obsidian: 0.10.6 -> 0.10.7 → https://git.io/Jtkba
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtIIE
euandreh has joined #nixos
ambro718 has quit [Ping timeout: 264 seconds]
<{^_^}> [nix] @aneeshusa opened pull request #4457 → Support --no-modify-profile for daemon installations → https://git.io/JtIIV
euandreh has quit [Quit: WeeChat 3.0]
titouan7 has joined #nixos
Rusty1 has joined #nixos
euandreh has joined #nixos
justanotheruser has quit [Ping timeout: 246 seconds]
gustavderdrache has joined #nixos
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109670 → pythonPackages.dotty-dict: init at 1.3.0 → https://git.io/JtITx
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtIIy
titouan7 has quit [Client Quit]
euandreh has quit [Client Quit]
euandreh has joined #nixos
Dotz0cat has quit [Ping timeout: 260 seconds]
Dotz0cat has joined #nixos