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
ddellacosta has quit [Ping timeout: 260 seconds]
BaughnLogBot has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #113193 → buildRustPackage: factor out cargoCheckHook and cargoInstallHook → https://github.com/NixOS/nixpkgs/pull/113193
K0kada has joined #nixos
K0kada has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113533 → python37Packages.arrayqueues: 1.2.0b0 -> 1.3.1 → https://github.com/NixOS/nixpkgs/pull/113533
erasmas has quit [Quit: leaving]
ddellacosta has quit [Ping timeout: 240 seconds]
K0kada has joined #nixos
K0kada has quit [Client Quit]
K0kada has joined #nixos
K0kada has quit [Client Quit]
n-osborne has quit [Remote host closed the connection]
K0kada has joined #nixos
iqubic` has left #nixos ["ERC (IRC client for Emacs 28.0.50)"]
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
<drozdziak1> I'm writing an overrideAttrs expression but I need to access the existing derivation's `callPackage` args. What are my options?
supersandro2000 has joined #nixos
supersandro2000 has quit [Remote host closed the connection]
supersandro2000 has joined #nixos
<sterni> drozdziak1: this doesn't work afaik, unless they are to be found somewhere in attrs, e. g. some inputs you'll find in old.buildInputs for example
<drozdziak1> sterni I'm namely looking to pass the `kernel` variable to fix r8168
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @lovesegfault merged pull request #113336 → google-cloud-sdk: 327.0.0 -> 328.0.0 → https://github.com/NixOS/nixpkgs/pull/113336
<drozdziak1> To rephrase the question, how do I get the current kernel derivation from a configuration.nix?
<drozdziak1> I need `kernel.version and `kernel.dev` and a couple more things that should be in there
gustavderdrache has joined #nixos
fl0_id has quit [Quit: ZNC]
pingiun has quit [Quit: Bye!]
PyroLagus has quit [Remote host closed the connection]
fl0_id has joined #nixos
pingiun has joined #nixos
misuzu has quit [Ping timeout: 264 seconds]
rj has quit [Ping timeout: 268 seconds]
mauli has quit [Read error: Connection reset by peer]
PyroLagus has joined #nixos
lsix has quit [Quit: WeeChat 3.0.1]
mauli has joined #nixos
misuzu has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #113535 → python3Packages.PyRMVtransport: 0.2.10 -> 0.3.0 → https://github.com/NixOS/nixpkgs/pull/113535
|beowulf| has quit [Ping timeout: 264 seconds]
|beowulf| has joined #nixos
rj has joined #nixos
alexherbo2 has quit [Ping timeout: 260 seconds]
nhs has joined #nixos
ddellacosta has joined #nixos
BaughnLogBot has quit [Read error: Connection reset by peer]
dominikh has quit [Ping timeout: 264 seconds]
BaughnLogBot has joined #nixos
supersandro20006 has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
laduke-13 has left #nixos ["WeeChat 2.3"]
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JtDUM
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113522 → collection: remove unused inputs, stale substituteInPlace, mark some python packages broken for darwin → https://github.com/NixOS/nixpkgs/pull/113522
supersandro2000 has quit [Ping timeout: 264 seconds]
supersandro20006 is now known as supersandro2000
zn10 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to release-20.09: https://git.io/JtDUS
<sterni> drozdziak1: <kernelPackage>.drvAttrs?
ToxicFrog has quit [Remote host closed the connection]
<drozdziak1> sterni: Yep, used just that, thanks
<sterni> drozdziak1: for version and dev you don't even need the attrs
<sterni> > linuxPackages.kernel.version
<{^_^}> "5.4.92"
<sterni> > linuxPackages.kernel.dev
<{^_^}> "<derivation /nix/store/x76lgj2hx21p67ikz69yk0nxvwq5rgz5-linux-5.4.92.drv>"
<sterni> by .dev you mean the dev output right?!
<drozdziak1> this is a nixops settings so I used `config.boot.kernelPackages.kernel`
<drozdziak1> *setting
<sterni> > linuxPackages
<{^_^}> { __unfix__ = <LAMBDA>; acpi_call = <CODE>; akvcam = <CODE>; amdgpu-pro = <CODE>; anbox = <CODE>; asus-wmi-sensors = <CODE>; ati_drivers_x11 = <CODE>; batman_adv = <CODE>; bbswitch = <CODE>; bcc = <CO...
<sterni> okay yeah that's just a set that should work
<drozdziak1> How do I insert a *.ko.xz? Do I need to unpack?
<sterni> idk how the kernel is built actually
<sterni> you'll have to look through the nix expression that does that
litschi has quit [Quit: WeeChat 2.9]
<drozdziak1> sterni `xz -d -k *.ko.xz` was enough
<sterni> (also not sure what you are trying to achieve)
<sterni> are you trying to insert an additional module?
<drozdziak1> wterni r8168 is borked because kernel builds started mutating their own tree so I'm cheating by looking how `r8125` does things :P So far so good, it built
<drozdziak1> sterni %
<drozdziak1> sterni ^
<{^_^}> [nixpkgs] @neonfuz opened pull request #113536 → papermc: 1.16.5r457 -> 1.16.5r469 → https://github.com/NixOS/nixpkgs/pull/113536
supersandro20004 has joined #nixos
<drozdziak1> Now I want to test the module without making it part of the boot configuration
<drozdziak1> so that I can reboot if things go wrong
ahmedelgabri has quit [Ping timeout: 272 seconds]
supersandro2000 has quit [Ping timeout: 265 seconds]
supersandro20004 is now known as supersandro2000
<sterni> drozdziak1: are you overriding r8125 or kernel?
<drozdziak1> (Don't quote me on the tree mutation, but I was getting permission denied from a build that would cd the kernel dir and use one of Linux' module build styles that runs make in-tree and references the module dir)
<drozdziak1> sterni r8168 is the problem module, it's broken == true ATM
<sterni> ahhh
mbrgm_ has joined #nixos
<sterni> instead of overriding yourself to death you could also just use a local checkout of nixpkgs to make changes and rebuild from there using -I nixpkgs=$HOME/src/nixpkgs
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113537 → python37Packages.breathe: 4.26.1 -> 4.27.0 → https://github.com/NixOS/nixpkgs/pull/113537
<sterni> although I don't remember how nixops reacts to that
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « librseq: specify that lgpl21 is lgpl21Only »: https://git.io/JtDTY
<drozdziak1> It's not to death really :P And I'm in a NixOps repo with a niv-pinned nixpkgs
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm_ is now known as mbrgm
litschi has joined #nixos
<sterni> i see
<sterni> seems like the package is obsolete for >= v5.9.1
<drozdziak1> sterni tip of release-20.09, 5.4.97
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/5c53c720ff6 (from 16 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3fc5151d570 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<sterni> drozdziak1: it's not marked as broken on that branch?!
<drozdziak1> 8125? No
<sterni> oh the numbers
litschi has quit [Quit: WeeChat 2.9]
ToxicFrog has joined #nixos
mmlb has joined #nixos
litschi has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #112539 → tracy: 0.7.5 -> 0.7.6 → https://github.com/NixOS/nixpkgs/pull/112539
sigmundv has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
dominikh has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #113279 → minio: 2021-02-11T08-23-43Z -> 2021-02-14T04-01-33Z → https://github.com/NixOS/nixpkgs/pull/113279
dominikh is now known as Guest25657
<{^_^}> [nixpkgs] @ryantm merged pull request #113281 → minio-client: 2021-02-10T07-32-57Z -> 2021-02-14T04-28-06Z → https://github.com/NixOS/nixpkgs/pull/113281
<jgart[m]> <elvishjerricco "jgart: No, but `man configuratio"> I use that regularly. It's nice
<{^_^}> [nixpkgs] @ryantm closed pull request #110152 → mu: 1.4.13 -> 1.4.14 → https://github.com/NixOS/nixpkgs/pull/110152
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113538 → python37Packages.convertdate: 2.3.0 -> 2.3.1 → https://github.com/NixOS/nixpkgs/pull/113538
ddellacosta has quit [Read error: Connection reset by peer]
ddellacosta has joined #nixos
ahmedelgabri has joined #nixos
PhantomFutaba has joined #nixos
<MarcWeber> I tried packaging linuxcnc. However it installs to /etc (install fails). What is the best way to debug the build? i mean wouldn't it be very useful to have a DEBU|G like statement allowing to access to the protected chroot from the otuside?
<MarcWeber> nix-sell can be used, but the chroot is missing, rigght ?
mkaito has quit [Quit: WeeChat 3.0]
<MarcWeber> So is creating new user on a linux and using nix-shell like to mimic the build env closest I can get without much patching ?
troydm has joined #nixos
<supersandro2000> there is breakpointHook
<supersandro2000> also you can try to build the package with -K and then open a restricted shell from there
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #113183 → operator-sdk: 1.4.0 -> 1.4.1 → https://github.com/NixOS/nixpkgs/pull/113183
<{^_^}> [nixpkgs] @ryantm merged pull request #113389 → mkgmap: 4600 -> 4601 → https://github.com/NixOS/nixpkgs/pull/113389
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113532 → upwork: 5.4.9.6 -> 5.5.0.1 → https://github.com/NixOS/nixpkgs/pull/113532
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113512 → topgrade: 6.5.1 -> 6.5.2 → https://github.com/NixOS/nixpkgs/pull/113512
<{^_^}> [nixpkgs] @ryantm merged pull request #112547 → visualvm: 2.0.5 -> 2.0.6 → https://github.com/NixOS/nixpkgs/pull/112547
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113531 → metasploit: 6.0.29 -> 6.0.30 → https://github.com/NixOS/nixpkgs/pull/113531
<{^_^}> [nixpkgs] @ryantm merged pull request #113344 → filebot: 4.9.2 -> 4.9.3 → https://github.com/NixOS/nixpkgs/pull/113344
<{^_^}> [nixpkgs] @ryantm merged pull request #113324 → bpytop: 1.0.61 -> 1.0.62 → https://github.com/NixOS/nixpkgs/pull/113324
ahmedelgabri has quit [Ping timeout: 264 seconds]
<ornxka_> i ran two invocations of nix-shell about an hour apart and they both triggered a rebuild of rust-nightly :|
johnw has quit [Ping timeout: 265 seconds]
ddellacosta has quit [Remote host closed the connection]
johnw has joined #nixos
rajivr has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113293 → redis-desktop-manager: Fix 'missing plugin "xcb"' → https://github.com/NixOS/nixpkgs/pull/113293
pareidolia has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @tpwrules opened pull request #113539 → g2o: fix CHOLMOD and upgrade → https://github.com/NixOS/nixpkgs/pull/113539
n-osborne has joined #nixos
n-osborn_ has joined #nixos
n-osborne has quit [Read error: Connection reset by peer]
pareidolia has joined #nixos
jonringer has quit [Remote host closed the connection]
poscat1 has joined #nixos
poscat has quit [Ping timeout: 240 seconds]
patagonicus6 has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
patagonicus has quit [Ping timeout: 264 seconds]
patagonicus6 is now known as patagonicus
nhs has joined #nixos
<{^_^}> [nixpkgs] @danderson opened pull request #113540 → zrepl: init at 0.3.1. → https://github.com/NixOS/nixpkgs/pull/113540
nhs has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113541 → python37Packages.flask-compress: 1.8.0 -> 1.9.0 → https://github.com/NixOS/nixpkgs/pull/113541
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113542 → python37Packages.ftputil: 4.0.0 -> 5.0.0 → https://github.com/NixOS/nixpkgs/pull/113542
Lord_of_Life_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 240 seconds]
Lord_of_Life_ is now known as Lord_of_Life
inkbottle has quit [Read error: Connection reset by peer]
inkbottle has joined #nixos
tomberek has quit [Quit: Ping timeout (120 seconds)]
h0m1 has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
h0m1 has joined #nixos
thc202 has quit [Ping timeout: 260 seconds]
nhs has quit [Ping timeout: 240 seconds]
rb2k has quit [Ping timeout: 264 seconds]
patagonicus7 has joined #nixos
gentauro has quit [Read error: Connection reset by peer]
gustavderdrache1 has joined #nixos
gentauro has joined #nixos
lukego_ has joined #nixos
pieguy128 has joined #nixos
voidcont1xt has joined #nixos
carbolymer_ has joined #nixos
wirew0rm1 has joined #nixos
gustavderdrache has quit [Disconnected by services]
gustavderdrache1 is now known as gustavderdrache
codezero0 has joined #nixos
hexo| has joined #nixos
yourfate_ has joined #nixos
jol_ has joined #nixos
erhandsome_ has joined #nixos
pjan_ has joined #nixos
ifthenelse8 has joined #nixos
chin--tastic has joined #nixos
pjt_tmp2 has joined #nixos
lunik19 has joined #nixos
goodwill_ has joined #nixos
amk has quit [Ping timeout: 240 seconds]
pieguy128_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
carbolymer has quit [Remote host closed the connection]
pjt_tmp has quit [Ping timeout: 240 seconds]
wirew0rm has quit [Ping timeout: 240 seconds]
lukego has quit [Ping timeout: 240 seconds]
voidcontext has quit [Ping timeout: 240 seconds]
vk3wtf has quit [Ping timeout: 240 seconds]
hexo- has quit [Remote host closed the connection]
patagonicus has quit [Ping timeout: 240 seconds]
ml| has quit [Ping timeout: 240 seconds]
kiltzman has quit [Ping timeout: 240 seconds]
erhandsome has quit [Remote host closed the connection]
pjan has quit [Quit: さようなら]
eyJhb has quit [Ping timeout: 240 seconds]
emp has joined #nixos
nhs has joined #nixos
eyJhb has joined #nixos
eyJhb has joined #nixos
amk has joined #nixos
yourfate has quit [Remote host closed the connection]
jol has quit [Ping timeout: 240 seconds]
chin-tastic has quit [Remote host closed the connection]
betawaffle has quit [Ping timeout: 240 seconds]
pasukon has quit [Ping timeout: 240 seconds]
emp has quit [Remote host closed the connection]
goodwill has quit [Quit: ...]
goodwill_ is now known as goodwill
patagonicus7 is now known as patagonicus
lukego_ is now known as lukego
lunik1 has quit [Ping timeout: 244 seconds]
lunik19 is now known as lunik1
nixy has quit [Ping timeout: 240 seconds]
carbolymer_ is now known as carbolymer
yourfate_ is now known as yourfate
cstrahan has quit [Ping timeout: 244 seconds]
zakame has quit [Ping timeout: 240 seconds]
marsh has quit [Remote host closed the connection]
dsg has quit [Ping timeout: 244 seconds]
Acou_Bass has quit [Ping timeout: 240 seconds]
aszlig has quit [Ping timeout: 240 seconds]
codezero0 is now known as codezero
ifthenelse has quit [Read error: Connection reset by peer]
ifthenelse8 is now known as ifthenelse
hplar has quit [Ping timeout: 240 seconds]
codezero has quit [Ping timeout: 240 seconds]
fionera has quit [Ping timeout: 240 seconds]
iMatejC has quit [Ping timeout: 240 seconds]
betawaffle has joined #nixos
fionera has joined #nixos
ml| has joined #nixos
pasukon has joined #nixos
cstrahan has joined #nixos
kiltzman has joined #nixos
_Adluc_ has joined #nixos
hplar has joined #nixos
iceypoi has quit [Ping timeout: 240 seconds]
tghume has quit [Ping timeout: 240 seconds]
Adluc has quit [Write error: Connection reset by peer]
awmv has quit [Quit: Connection closed for inactivity]
marsh has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113409 → vscode-extensions.hashicorp.terraform: Init at 2.6.0 → https://github.com/NixOS/nixpkgs/pull/113409
iceypoi has joined #nixos
feepo has quit [Ping timeout: 242 seconds]
zaeph has quit [Ping timeout: 240 seconds]
kiltzman has quit [Excess Flood]
k1ltzman has joined #nixos
aszlig has joined #nixos
zaeph has joined #nixos
erhandsome_ has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111914 → weechatScripts.multiline: init at 0.6.3 → https://github.com/NixOS/nixpkgs/pull/111914
erhandsome has joined #nixos
MidAutumnHotaru4 has joined #nixos
feepo has joined #nixos
MidAutumnHotaru has quit [Quit: Ping timeout (120 seconds)]
MidAutumnHotaru4 is now known as MidAutumnHotaru
vk3wtf has joined #nixos
zakame has joined #nixos
Acou_Bass has joined #nixos
fionera has quit [Client Quit]
nhs has quit [Ping timeout: 246 seconds]
eyJhb has quit [Ping timeout: 240 seconds]
tghume has joined #nixos
fionera has joined #nixos
eyJhb has joined #nixos
nhs has joined #nixos
eyJhb has quit [Changing host]
eyJhb has joined #nixos
* PhantomFutaba is waiting for Plasma 5.21 packaged to Nix
dsg has joined #nixos
iMatejC has joined #nixos
tomberek has joined #nixos
K0kada has quit [Ping timeout: 265 seconds]
stevenro- has joined #nixos
stevenroose has quit [Ping timeout: 264 seconds]
slack1256 has quit [Remote host closed the connection]
remexre has quit [Remote host closed the connection]
remexre has joined #nixos
runciter has quit [Read error: Connection reset by peer]
runciter has joined #nixos
BaughnLogBot has quit [Ping timeout: 260 seconds]
dustinm- has joined #nixos
vk3wtf has quit [Ping timeout: 240 seconds]
ajs124 has quit [Ping timeout: 240 seconds]
dustinm has quit [Read error: Connection reset by peer]
ajs124 has joined #nixos
vk3wtf has joined #nixos
BaughnLogBot has joined #nixos
jlpeters has quit [Ping timeout: 240 seconds]
jlpeters has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
ddellacosta has joined #nixos
sdier has quit [Ping timeout: 240 seconds]
sdier has joined #nixos
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113543 → python37Packages.labelbox: 2.4.9 -> 2.4.10 → https://github.com/NixOS/nixpkgs/pull/113543
ahmedelgabri has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 246 seconds]
ahmedelgabri has quit [Ping timeout: 265 seconds]
tomberek has quit [Quit: Connection closed]
stephank has quit [Quit: stephank]
stephank has joined #nixos
gustavderdrache has joined #nixos
marsh has quit [Remote host closed the connection]
marsh has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @kylesferrazza opened pull request #113544 → todoist: unofficial 1.24.0 -> official 0.2.4 → https://github.com/NixOS/nixpkgs/pull/113544
chin--tastic is now known as chin-tastic
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #113545 → python3Packages.scipy: 1.6.0 -> 1.6.1 → https://github.com/NixOS/nixpkgs/pull/113545
nhs has quit [Ping timeout: 260 seconds]
attila_lendvai has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
LilleCarl has quit [Ping timeout: 256 seconds]
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @bbigras opened pull request #113546 → swappy: 1.2.1 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/113546
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 256 seconds]
ManiacOfMadness` has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #113540 → zrepl: init at 0.3.1. → https://github.com/NixOS/nixpkgs/pull/113540
nhs has quit [Ping timeout: 256 seconds]
plumm has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
monotux has quit [Remote host closed the connection]
monotux has joined #nixos
nhs has joined #nixos
fc[m]1 has left #nixos ["User left"]
inkbottle has quit [Quit: Konversation terminated!]
fc[m]1 has joined #nixos
inkbottle has joined #nixos
inkbottle has quit [Client Quit]
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @bbigras opened pull request #113547 → tab-rs: 0.5.6 -> 0.5.7 → https://github.com/NixOS/nixpkgs/pull/113547
_d0t has joined #nixos
nhs has joined #nixos
kenran has joined #nixos
Supersonic112 has joined #nixos
winny has quit [Quit: rebooting =)]
<_d0t> ohai! How can I switch the default version of GHC in my system?
winny has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
Supersonic has quit [Ping timeout: 272 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @danielfullmer opened pull request #113548 → zerotierone: 1.6.3 -> 1.6.4 → https://github.com/NixOS/nixpkgs/pull/113548
_d0t has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113549 → amfora: 1.7.2 -> 1.8.0 → https://github.com/NixOS/nixpkgs/pull/113549
_d0t has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113550 → argo: 2.12.8 -> 2.12.9 → https://github.com/NixOS/nixpkgs/pull/113550
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
nhs has joined #nixos
AlpineLlama has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113551 → assh: 2.11.0 -> 2.11.3 → https://github.com/NixOS/nixpkgs/pull/113551
<{^_^}> [nixpkgs] @cole-h merged pull request #111790 → nwg-launchers: 0.4.3 -> 0.4.4 → https://github.com/NixOS/nixpkgs/pull/111790
laduke-13 has joined #nixos
edrex has joined #nixos
oida has quit [Ping timeout: 268 seconds]
nhs has joined #nixos
<edrex> i am trying to modprobe on a nixos usb installer, and getting "exec format error". I assume it's because the modules are xz'd. Not finding anything about this. Guidance?
luxemboye has quit [Remote host closed the connection]
nhs has quit [Ping timeout: 260 seconds]
luxemboye has joined #nixos
nhs has joined #nixos
ahmedelgabri has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
<matthewcroughan> Is there a command like hwinfo that only outputs non-variable things? For example, the CPU frequency changes with hwinfo, which means it's not useful to diff.
_d0t has quit [Ping timeout: 272 seconds]
jonringer has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
BaughnLogBot has quit [Ping timeout: 260 seconds]
BaughnLogBot has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113552 → calc: 2.12.7.6 -> 2.12.8.1 → https://github.com/NixOS/nixpkgs/pull/113552
n-osborn_ has quit [Remote host closed the connection]
palo1 has joined #nixos
nhs has joined #nixos
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113553 → catcli: 0.6.0 -> 0.6.1 → https://github.com/NixOS/nixpkgs/pull/113553
nhs has quit [Ping timeout: 240 seconds]
n-osborne has joined #nixos
<ar> matthewcroughan: from what i can see, lshw only reports the stock (no boost, no downclock) and maximum boost frequencies
orivej has quit [Ping timeout: 256 seconds]
n-osborne has quit [Remote host closed the connection]
waleee-cl has quit [Quit: Connection closed for inactivity]
_d0t has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
Jd007 has quit [Quit: Jd007]
nhs has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
czer00 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
czer00 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #113543 → python37Packages.labelbox: 2.4.9 -> 2.4.10 → https://github.com/NixOS/nixpkgs/pull/113543
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #113541 → python37Packages.flask-compress: 1.8.0 -> 1.9.0 → https://github.com/NixOS/nixpkgs/pull/113541
nhs has joined #nixos
ddellacosta has quit [Ping timeout: 256 seconds]
<matthewcroughan> ar: it reports it in cpu.size
firstlove has joined #nixos
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @symphorien merged pull request #112939 → pkgsCross.musl32: fix a few basic package → https://github.com/NixOS/nixpkgs/pull/112939
<ar> matthewcroughan: oh, so i just lucked out with seeing stock clock there?
<matthewcroughan> maybe
<matthewcroughan> cpu.capacity is the stock clock, cpu.size is the variable clock
mallox has joined #nixos
<{^_^}> [nixpkgs] @etu merged pull request #113414 → php73Packages.phpstan: 0.12.74 -> 0.12.76 → https://github.com/NixOS/nixpkgs/pull/113414
<ar> cpu.capacity appears to be the boost clock here
<ar> well, max boost
nhs has quit [Ping timeout: 260 seconds]
raghavgururajan has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113554 → doppler: 3.22.0 -> 3.22.1 → https://github.com/NixOS/nixpkgs/pull/113554
<aleph-> Hmm, is there a param to set binary caches that nixops should use?
<{^_^}> [nixpkgs] @omasanori opened pull request #113555 → nixos/locale: set TZ to :/etc/localtime → https://github.com/NixOS/nixpkgs/pull/113555
nhs has joined #nixos
jrm has quit [Quit: ciao]
jrm has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
<Rovanion> What does an or-expression look like in the Nix language?
fabian_a has joined #nixos
<Rovanion> I want to set return either a config value or the empty string, to be precise.
<{^_^}> [nixpkgs] @kalbasit merged pull request #113554 → doppler: 3.22.0 -> 3.22.1 → https://github.com/NixOS/nixpkgs/pull/113554
<Rovanion> Seems like || cannot be used, it expects boolean rather than truthy/falsey values.
nhs has joined #nixos
bahamas has joined #nixos
bahamas has quit [Changing host]
bahamas has joined #nixos
kenran has quit [Quit: leaving]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/5c864fcb540 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
gluegadget has quit [Ping timeout: 272 seconds]
SrPx has quit [Ping timeout: 272 seconds]
nhs has quit [Ping timeout: 260 seconds]
SrPx has joined #nixos
gluegadget has joined #nixos
respawn_ has quit [Quit: Leaving]
kozowu has quit [Ping timeout: 272 seconds]
LilleCarl has joined #nixos
jonringer has quit [Ping timeout: 264 seconds]
kozowu has joined #nixos
n-osborne has joined #nixos
<{^_^}> [nixpkgs] @MatthewCroughan opened pull request #113556 → U-Boot: Adds Orange Pi Zero build → https://github.com/NixOS/nixpkgs/pull/113556
<cole-h> > asdf or "asdf wasn't defined"
<{^_^}> attempt to call something which is not a function but a set, at (string):477:1
<cole-h> > let a = asdf or "asdf wasn't defined"; in a
<{^_^}> attempt to call something which is not a function but a set, at (string):477:9
<cole-h> djkslaj
<cole-h> something like that
<cole-h> > asdf or throw "asdf wasn't defined"
<{^_^}> attempt to call something which is not a function but a set, at (string):477:1
<cole-h> I'm over it
<matthewcroughan> cole-h: is there a way to use nixos without running out of ram on tiny things?
respawn_ has joined #nixos
<matthewcroughan> using a remote builder doesn't seem to solve it, the ram is still used to store packages
nhs has joined #nixos
marsh has quit [Remote host closed the connection]
marsh has joined #nixos
domogled has joined #nixos
cole-h has quit [Ping timeout: 260 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
pjt_tmp2 has quit [Ping timeout: 246 seconds]
<AlesHuzik[m]> Hey. I was updating the version of one of the packages, when I've seen some new sha256 syntax: instead of `sha256 = "0f7xysk0cl48q7i28m25hasmrp30grgm3kah0s7xmkjgm33887pi"` it was `sha256 = "sha256-R1e+eTheS9KqPIHw1QoMJgpSB1ss0gwTUGAojdJM0Zw=";` . Can I read somewhere about it?
<supersandro2000> AlesHuzik[m]: that are sri-hashes
ahmedelgabri has joined #nixos
<AlesHuzik[m]> Cool, found it, thanks
<supersandro2000> PhantomFutaba: it is already in a PR
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113557 → flatpak-builder: 1.0.11 -> 1.0.12 → https://github.com/NixOS/nixpkgs/pull/113557
<PhantomFutaba> supersandro2000: https://github.com/NixOS/nixpkgs/pull/110536 Found it. :-D
<{^_^}> #110536 (by CertainLach, 3 weeks ago, open): plasma5: 5.20 -> 5.21
nhs has joined #nixos
ahmedelgabri has quit [Ping timeout: 260 seconds]
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vbgl opened pull request #113558 → acgtk: 1.5.1 → 1.5.2 → https://github.com/NixOS/nixpkgs/pull/113558
h0m1 has quit [Quit: WeeChat 3.0.1]
Hail_Spacecake has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #112095 → Staging next → https://github.com/NixOS/nixpkgs/pull/112095
h0m1 has joined #nixos
respawn_ has quit [Quit: Leaving]
Hail_Spacecake has joined #nixos
vidbina_ has joined #nixos
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113559 → flow: 0.144.0 -> 0.145.0 → https://github.com/NixOS/nixpkgs/pull/113559
<Rovanion> The answer was trivial, just use ''${name}'' and it will either output the value of `name` or the empty string.
<{^_^}> [nixpkgs] @Vinetos opened pull request #113560 → Adding sonokai color scheme nvim → https://github.com/NixOS/nixpkgs/pull/113560
cfricke has joined #nixos
nhs has joined #nixos
nicoo has quit [Remote host closed the connection]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9bb643272a8 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/5c864fcb540 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
_d0t has quit [Ping timeout: 256 seconds]
_d0t has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
nicoo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113561 → fluxctl: 1.21.1 -> 1.21.2 → https://github.com/NixOS/nixpkgs/pull/113561
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113562 → fly: 6.7.5 -> 7.0.0 → https://github.com/NixOS/nixpkgs/pull/113562
nhs has joined #nixos
jimmiehansson has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
nschoe has joined #nixos
dongcarl has quit [Quit: Ping timeout (120 seconds)]
dongcarl has joined #nixos
lsix has joined #nixos
RowanG has joined #nixos
<RowanG> Hello everyone, I want to install nixos on a new Dell XPS 13. But when I boot the installer from USB everything seems to go fine but the gui never appears. Only a cursor stays on screen without anything else. I can't switch to another terminal as it's completely unresponsive.
<RowanG> Would anyone here have an idea how I can tackle this problem?:)
<{^_^}> [nixpkgs] @zimbatm merged pull request #113548 → zerotierone: 1.6.3 -> 1.6.4 → https://github.com/NixOS/nixpkgs/pull/113548
<{^_^}> [nixpkgs] @Vinetos opened pull request #113563 → vifm.vim: init → https://github.com/NixOS/nixpkgs/pull/113563
<{^_^}> [nixpkgs] @adisbladis opened pull request #113564 → poetry2nix: 1.15.4 -> 1.15.5 → https://github.com/NixOS/nixpkgs/pull/113564
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113565 → gdu: 4.3.2 -> 4.6.2 → https://github.com/NixOS/nixpkgs/pull/113565
nhs has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #113566 → maturin, python3Packages.setuptools-rust: add passthru test → https://github.com/NixOS/nixpkgs/pull/113566
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
whald has joined #nixos
<NobbZ[m]> <RowanG "Hello everyone, I want to instal"> Try one of the other images instead, perhaps it's an issue with the DE your installer uses.
BaughnLogBot has quit [Ping timeout: 265 seconds]
BaughnLogBot_ has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
BaughnLogBot_ is now known as BaughnLogBot
Boomerang has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #113564 → poetry2nix: 1.15.4 -> 1.15.5 → https://github.com/NixOS/nixpkgs/pull/113564
LeshaInc has quit [Quit: ZNC - https://znc.in]
LeshaInc has joined #nixos
<{^_^}> [nixpkgs] @adisbladis opened pull request #113567 → rmfuse: init at 0.1.1 → https://github.com/NixOS/nixpkgs/pull/113567
rajivr has quit [Quit: Connection closed for inactivity]
LeshaInc has quit [Remote host closed the connection]
malook has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @edwtjo merged pull request #112809 → jetbrains: updates → https://github.com/NixOS/nixpkgs/pull/112809
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113568 → golangci-lint: 1.36.0 -> 1.37.0 → https://github.com/NixOS/nixpkgs/pull/113568
orivej has joined #nixos
<{^_^}> [nixpkgs] @oxzi opened pull request #113569 → libetpan: Fix CVE-2020-15953 → https://github.com/NixOS/nixpkgs/pull/113569
<{^_^}> [nixpkgs] @xaverdh opened pull request #113570 → Remove system config kernel parameter → https://github.com/NixOS/nixpkgs/pull/113570
dennisthepeasant has quit [Quit: Idle for 30+ days]
Tek[m] has quit [Quit: Idle for 30+ days]
matrix61[m] has quit [Quit: Idle for 30+ days]
myscreant[m] has quit [Quit: Idle for 30+ days]
wolfshappen has quit [Quit: later]
<{^_^}> [nixpkgs] @manojkarthick opened pull request #113571 → reddsaver: v0.2.3 -> v0.3.0 → https://github.com/NixOS/nixpkgs/pull/113571
m0rphism1 has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #112710 → crystal: 0.36 -> 0.36.1 → https://github.com/NixOS/nixpkgs/pull/112710
nhs has quit [Ping timeout: 272 seconds]
alexherbo2 has joined #nixos
dckc- has quit [Ping timeout: 272 seconds]
fendor has joined #nixos
LeshaInc has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
BlessJah_ has joined #nixos
tsrt^ has quit []
<{^_^}> [nixpkgs] @johanot opened pull request #113572 → dockertools: sort tar-members by name for reproducibility → https://github.com/NixOS/nixpkgs/pull/113572
BlessJah has quit [Ping timeout: 240 seconds]
DanC has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #113573 → terragrunt: 0.28.5 -> 0.28.6 → https://github.com/NixOS/nixpkgs/pull/113573
nhs has quit [Ping timeout: 260 seconds]
riksteri has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
whald has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113574 → hpx: 1.5.1 -> 1.6.0 → https://github.com/NixOS/nixpkgs/pull/113574
sigmundv_ has joined #nixos
nhs has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
<Mic92> kloenk: niksnut spacekookie sphalerite is there someone of you not coming to the meeting today?
_d0t has quit [Ping timeout: 260 seconds]
_d0t has joined #nixos
BaughnLogBot_ has joined #nixos
BaughnLogBot has quit [Ping timeout: 260 seconds]
BaughnLogBot_ is now known as BaughnLogBot
LeshaInc has quit [Quit: ZNC - https://znc.in]
bahamas has quit [Quit: leaving]
LeshaInc has joined #nixos
BlessJah_ is now known as BlessJah
<spacekookie> I can make it
nhs has joined #nixos
<niksnut> me too
mauro^ has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #113146 → winePackages: enable mingwSupport in base build → https://github.com/NixOS/nixpkgs/pull/113146
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113575 → jwt-cli: 3.3.0 -> 4.0.0 → https://github.com/NixOS/nixpkgs/pull/113575
techsethi has joined #nixos
firstlove has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @adisbladis merged pull request #113567 → rmfuse: init at 0.1.1 → https://github.com/NixOS/nixpkgs/pull/113567
<{^_^}> [nixpkgs] @adisbladis merged pull request #113572 → dockertools: sort tar-members by name for reproducibility → https://github.com/NixOS/nixpkgs/pull/113572
LeshaInc has quit [Quit: ZNC - https://znc.in]
nhs has joined #nixos
LeshaInc has joined #nixos
<{^_^}> [nixpkgs] @ehmry pushed commit from @danielfullmer to release-20.09 « zerotierone: 1.6.3 -> 1.6.4 (#113548) »: https://git.io/JtDR7
Darkmatter66 has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
Darkmatter66_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113576 → krew: 0.4.0 -> 0.4.1 → https://github.com/NixOS/nixpkgs/pull/113576
lsix has quit [Ping timeout: 272 seconds]
lsix has joined #nixos
oida has joined #nixos
mels has joined #nixos
thc202 has joined #nixos
nhs has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113577 → libcint: 4.0.7 -> 4.1.0 → https://github.com/NixOS/nixpkgs/pull/113577
<sphalerite> Mic92: will be there
_d0t has quit [Quit: Konversation terminated!]
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/6b1057b452c (from 17 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
ahmedelgabri has quit [Quit: WeeChat 3.0.1]
nhs has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @roberth opened pull request #113578 → Cassandra updates → https://github.com/NixOS/nixpkgs/pull/113578
<{^_^}> [nixpkgs] @primeos merged pull request #113313 → nix-prefetch-git: Run git-init with --initial-branch=main → https://github.com/NixOS/nixpkgs/pull/113313
nhs has quit [Ping timeout: 246 seconds]
n-osborne has quit [Remote host closed the connection]
mels has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @tfc merged pull request #112961 → nixosTests.installer: fix non-zfs grub tests → https://github.com/NixOS/nixpkgs/pull/112961
Guest53851 has joined #nixos
n-osborne has joined #nixos
rauno has quit [Ping timeout: 264 seconds]
berberman has joined #nixos
berberman_ has quit [Ping timeout: 260 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113579 → librealsense: 2.41.0 -> 2.42.0 → https://github.com/NixOS/nixpkgs/pull/113579
<{^_^}> [nixpkgs] @flokli merged pull request #112891 → systemd: stop reading from /etc/systemd-mutable → https://github.com/NixOS/nixpkgs/pull/112891
ScottHDev5 has left #nixos ["The Lounge - https://thelounge.chat"]
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/f0ace3eeaaa (from 68 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
rhit has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #104694 → python3Packages.kivy: init at 2.0.0 → https://github.com/NixOS/nixpkgs/pull/104694
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumBeta: 89.0.4389.47 -> 89.0.4389.58 »: https://git.io/JtDul
<{^_^}> [nixpkgs] @primeos merged pull request #113404 → [20.09] chromium: 88.0.4324.150 -> 88.0.4324.182 → https://github.com/NixOS/nixpkgs/pull/113404
<rhit> Hey, hey. Hopefully quick question. `nix store sign-paths` gives me "you are not privileged to add signatures" unless I use sudo. This is only on my NixOS machine. On Fedora with Nix installed, I don't have this issue. Any idea what's going wrong?
attila_lendvai has joined #nixos
<supersandro2000> rhit: fedora is also running in daemon mode?
Soo_Slow has joined #nixos
<supersandro2000> maybe trusted user or a similar setting
nhs has joined #nixos
whald has joined #nixos
<{^_^}> [nixpkgs] @maralorn merged pull request #113199 → haskellPackages.hinit: unbreak, also add to top level → https://github.com/NixOS/nixpkgs/pull/113199
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113535 → python3Packages.PyRMVtransport: 0.2.10 -> 0.3.0 → https://github.com/NixOS/nixpkgs/pull/113535
<rhit> supersandro2000: How would I check if it's running in daemon mode?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113527 → wafw00f: init at 2.1.0 → https://github.com/NixOS/nixpkgs/pull/113527
<Reventlov> hey
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @panicgh opened pull request #113580 → fetchgit: install git LFS with --local → https://github.com/NixOS/nixpkgs/pull/113580
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113273 → gopass-jsonapi: init at 1.11.1 → https://github.com/NixOS/nixpkgs/pull/113273
monokrome has quit [Ping timeout: 240 seconds]
hiro98 has joined #nixos
<supersandro2000> rhit: did you install it in user mode or not? if so there is a systemd service named nix-daemon
<supersandro2000> it could be something else but I imagine one of those two things
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113352 → xtrt: init at 61884fb → https://github.com/NixOS/nixpkgs/pull/113352
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112167 → ticker: init at 2.4.0 → https://github.com/NixOS/nixpkgs/pull/112167
<rhit> supersandro2000: IIRC, I did the single-user installation. There's no nix-daemon service running, so I guess it's not running in daemon mode.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113523 → stressapptest: init at 1.0.9 → https://github.com/NixOS/nixpkgs/pull/113523
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtDzC
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106074 → zettlr: 1.7.5 -> 1.8.7 → https://github.com/NixOS/nixpkgs/pull/106074
monokrome has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113141 → formiko: init at 1.4.3 → https://github.com/NixOS/nixpkgs/pull/113141
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113539 → g2o: fix CHOLMOD and upgrade → https://github.com/NixOS/nixpkgs/pull/113539
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113516 → nxpmicro-mfgtools: 1.4.43 -> 1.4.72 → https://github.com/NixOS/nixpkgs/pull/113516
<rhit> Well, I added my user to "trustedUsers" but now it seems to just hang when I try to sign a path
nhs has joined #nixos
supersandro2000 has quit [Read error: Connection reset by peer]
supersandro2000 has joined #nixos
ericsagn1 has quit [Ping timeout: 260 seconds]
kmein has quit [Quit: ciao kakao]
kmein has joined #nixos
vidbina_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113582 → miniflux: 2.0.27 -> 2.0.28 → https://github.com/NixOS/nixpkgs/pull/113582
dev_mohe has joined #nixos
rauno has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
lsix has quit [Ping timeout: 264 seconds]
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #nixos
hiro98 has quit [Ping timeout: 240 seconds]
monokrome has quit [Ping timeout: 256 seconds]
<rhit> Is there anyway to debug what's happening while `sign-paths` is running? "trustedUsers" got rid of the privilege error, but now it just hangs forever.
monokrome has joined #nixos
ericsagn1 has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @symphorien merged pull request #112857 → grub2: fix cross-compilation → https://github.com/NixOS/nixpkgs/pull/112857
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #99348 → kubectl-example: init at 1.0.1 → https://github.com/NixOS/nixpkgs/pull/99348
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113583 → mu: 1.4.13 -> 1.4.15 → https://github.com/NixOS/nixpkgs/pull/113583
<{^_^}> [nixpkgs] @sternenseemann opened pull request #113584 → nixos/tests/openldap: fix evaluation when auto-called → https://github.com/NixOS/nixpkgs/pull/113584
bvdw has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113307 → authy: init at 1.8.3 → https://github.com/NixOS/nixpkgs/pull/113307
bvdw has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #113585 → gimpPlugins.farbfeld: init at 2019-08-12 → https://github.com/NixOS/nixpkgs/pull/113585
rhit68 has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
rhit has quit [Ping timeout: 240 seconds]
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113513 → inkscape: ps and eps import → https://github.com/NixOS/nixpkgs/pull/113513
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
nhs has joined #nixos
lsix has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
hiro98 has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
RowanG has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113586 → nix-direnv: 1.2.1 -> 1.2.3 → https://github.com/NixOS/nixpkgs/pull/113586
rhit68 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #113587 → python3Packages.librouteros: init at 3.1.0 → https://github.com/NixOS/nixpkgs/pull/113587
<{^_^}> [nixpkgs] @erictapen opened pull request #113588 → notmuch: 0.31.3 -> 0.31.4 → https://github.com/NixOS/nixpkgs/pull/113588
o1lo01ol1o has quit [Read error: Connection reset by peer]
dev_mohe has quit [Ping timeout: 260 seconds]
o1lo01ol1o has joined #nixos
<betaboon> did bluetooth break for anyone else on nixos-unstable ?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113546 → swappy: 1.2.1 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/113546
philr has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113557 → flatpak-builder: 1.0.11 -> 1.0.12 → https://github.com/NixOS/nixpkgs/pull/113557
<{^_^}> [nixpkgs] @armijnhemel opened pull request #113590 → ncompress: 4.2.4.6 -> 5.0 → https://github.com/NixOS/nixpkgs/pull/113590
ddellacosta has joined #nixos
<betaboon> peterhoeg: for me bluetooth.service now failes with `Missing argument for -f` ;)
nhs has quit [Ping timeout: 256 seconds]
Darkmatter66 has quit [Ping timeout: 272 seconds]
ddellacosta has quit [Ping timeout: 256 seconds]
lsix has quit [Ping timeout: 264 seconds]
techsethi has quit [Ping timeout: 272 seconds]
mkaito has joined #nixos
erhandsome has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113591 → nushell: 0.26.0 -> 0.27.0 → https://github.com/NixOS/nixpkgs/pull/113591
erhandsome has joined #nixos
rajivr has joined #nixos
erhandsome has quit [Client Quit]
qyliss has quit [Quit: bye]
erhandsome has joined #nixos
<{^_^}> [nixpkgs] @collares opened pull request #113592 → emacs: precompile all trampolines → https://github.com/NixOS/nixpkgs/pull/113592
<{^_^}> [nixpkgs] @edolstra merged pull request #113590 → ncompress: 4.2.4.6 -> 5.0 → https://github.com/NixOS/nixpkgs/pull/113590
nhs has joined #nixos
dev_mohe has joined #nixos
kmein has quit [Quit: ciao kakao]
kmein has joined #nixos
qyliss has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113593 → oatpp: 1.2.0 -> 1.2.5 → https://github.com/NixOS/nixpkgs/pull/113593
nhs has quit [Ping timeout: 246 seconds]
meh` has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #113528 → openssl: 1.1.1i -> 1.1.1j → https://github.com/NixOS/nixpkgs/pull/113528
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113594 → obsidian: 0.10.13 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/113594
<{^_^}> [nixpkgs] @danieldk opened pull request #113595 → moinmoin: 1.9.10 -> 1.9.11 → https://github.com/NixOS/nixpkgs/pull/113595
erhandsome has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<{^_^}> #108045 (by mmilata, 6 weeks ago, open): nixos/moinmoin: fix module by switching to eventlet worker
dev_mohe has quit [Quit: dev_mohe]
Guest25657 is now known as dominikh
erhandsome has joined #nixos
dev_mohe has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #113596 → openssl: 1.1.1i -> 1.1.1j → https://github.com/NixOS/nixpkgs/pull/113596
nhs has joined #nixos
nschoe has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @armijnhemel opened pull request #113597 → packageurl-python: init at 0.9.4 → https://github.com/NixOS/nixpkgs/pull/113597
rauno has quit [Ping timeout: 240 seconds]
vidbina_ has joined #nixos
erhandsome has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
nhs has quit [Ping timeout: 264 seconds]
erhandsome has joined #nixos
n-osborne has quit [Remote host closed the connection]
lsix has joined #nixos
nhs has joined #nixos
erhandsome has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
erhandsome has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107784 → adoptopenjdk-bin, graalvm11-ce, graalvm8-ce, zulu, zulu8: add support for GTK+ Look and Feel → https://github.com/NixOS/nixpkgs/pull/107784
dev_mohe has quit [Quit: dev_mohe]
civodul has joined #nixos
<{^_^}> [nixpkgs] @ilian opened pull request #113598 → Add additional vim plugins → https://github.com/NixOS/nixpkgs/pull/113598
nhs has quit [Ping timeout: 260 seconds]
Darkmatter66 has joined #nixos
techsethi has joined #nixos
erhandsome has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
respawn_ has joined #nixos
<bqv> adisbladis: lol, distancing yourself from cursed PR
nhs has joined #nixos
<adisbladis> bqv: lol
<adisbladis> I have to remove myself from a lot of PRs
<adisbladis> I'm not really qualified to review that one
erhandsome has joined #nixos
<bqv> Trust me I'm past caring about that one
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @primeos merged pull request #113236 → linux: enable kcmp() system call → https://github.com/NixOS/nixpkgs/pull/113236
nhs has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
endvra has quit [Read error: Connection reset by peer]
endvra has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<Ankhers> Does anyone know why I would be getting an error saying "Kernel driver not accessible" after trying to run a virtualbox vm?
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113599 → openlibm: 0.7.4 -> 0.7.5 → https://github.com/NixOS/nixpkgs/pull/113599
<{^_^}> [rfcs] @spacekookie closed pull request #68 → [RFC 0068] Minimal daemon → https://github.com/NixOS/rfcs/pull/68
<{^_^}> [nixpkgs] @peterhoeg opened pull request #113600 → nixos/bluetooth: more fallout from #112493 → https://github.com/NixOS/nixpkgs/pull/113600
poscat1 has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 264 seconds]
poscat has joined #nixos
n-osborne has joined #nixos
zebrag has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/f0ace3eeaaa (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/69d5df63033 (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @srhb opened pull request #113601 → linux: Fix DRM_AMD_DC_DCN for >5.11 → https://github.com/NixOS/nixpkgs/pull/113601
vidbina_ has quit [Ping timeout: 264 seconds]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #113591 → nushell: 0.26.0 -> 0.27.0 → https://github.com/NixOS/nixpkgs/pull/113591
oxalica1 has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
levels has joined #nixos
PhantomFutaba has left #nixos ["Leaving"]
<levels> Hi all, quick question: when I reference a package dynamically, I get an error that it's not considered a package.  This used to work just fine, has something changed this in 20.09?
ddellacosta has quit [Ping timeout: 265 seconds]
<levels> pkgs."php${v}" where v is eg 73
<levels> throws The option value `services.phpfpm.pools.pool74.phpPackage' in `...' is not of type `package'.
<levels> I know php74 is not a package, so I do set v to "" in this case
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #113586 → nix-direnv: 1.2.1 -> 1.2.3 → https://github.com/NixOS/nixpkgs/pull/113586
<{^_^}> [nixpkgs] @primeos pushed to master « tdesktop: 2.5.8 -> 2.5.9 »: https://git.io/JtD6r
<levels> even if I type pkgs."php" the same error shows up, is it not longer possible to use dynamic package names then?
rauno has joined #nixos
o1lo01ol1o has joined #nixos
Shados has quit [Quit: Shados]
<levels> I even get that very same error if I use pkgs.php (without quotes)
<levels> This completely throws me off..
<levels> so why is pkgs.php not considered a package??
Shados has joined #nixos
<rauno> Hey all, is there a flow how to build a package or its binary using a docker container ?
nhs has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « signal-desktop: 1.39.6 -> 1.40.0 »: https://git.io/JtDiL
<{^_^}> [nixpkgs] @primeos opened pull request #113602 → [20.09] signal-desktop: 1.39.4 -> 1.40.0 → https://github.com/NixOS/nixpkgs/pull/113602
nhs has quit [Ping timeout: 256 seconds]
<levels> rauno I have no idea, whish I could help
<{^_^}> [nixpkgs] @Ma27 pushed to master « vorta: 0.7.2 -> 0.7.3 »: https://git.io/JtDi4
<levels> I usually just run a VM with nix inside and currently my main os is nix as well
<levels> so no need for VM either
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/JtDiV
<{^_^}> [nixpkgs] @primeos merged pull request #113602 → [20.09] signal-desktop: 1.39.4 -> 1.40.0 → https://github.com/NixOS/nixpkgs/pull/113602
zupo has joined #nixos
euandreh has quit [Ping timeout: 272 seconds]
Guest53851 has quit [Ping timeout: 240 seconds]
jonringer has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #113600 → nixos/bluetooth: more fallout from #112493 → https://github.com/NixOS/nixpkgs/pull/113600
<{^_^}> [nixpkgs] @collares opened pull request #113603 → [WIP] sage: disable intermittent test and fix threejs test → https://github.com/NixOS/nixpkgs/pull/113603
<levels> Things seem to be getting worse, now I get this error as well when using `services.phpfpm.phpPackage = pkgs.php;` error: The option value `services.phpfpm.phpPackage' in `/etc/nixos/vagrant-provision.nix' is not of type `package'.
hiro98 has quit [Ping timeout: 260 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @ymatsiuk opened pull request #113604 → fluxcd: 0.8.0 -> 0.8.1 → https://github.com/NixOS/nixpkgs/pull/113604
hiro98 has joined #nixos
Guest53851 has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
respawn_ has quit [Quit: Leaving]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @danieldk merged pull request #113595 → moinmoin: 1.9.10 -> 1.9.11 → https://github.com/NixOS/nixpkgs/pull/113595
hiro98 has quit [Ping timeout: 265 seconds]
domogled has quit [Quit: domogled]
rb2k has joined #nixos
mallox has quit [Ping timeout: 246 seconds]
ahmedelgabri has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
<ij> Do I need zookeeper to have kafka running? Why so?
<rauno> levels, yeah my situation is abit trickier :)
zupo has quit [Client Quit]
<srhb> ij: Not _locally_, but kafka does need a zookeeper for cluster coordination, storing broker information etc.
<rauno> probably i have to reverse engineer some parts of that container buidling flow into nix pkgs
<ij> srhb, I tried only services.apache-kafka.enable = true; and it complains about zookeeper being missing
<srhb> ij: Indeed.
<{^_^}> [nixpkgs] @danieldk merged pull request #108045 → nixos/moinmoin: fix module by switching to eventlet worker → https://github.com/NixOS/nixpkgs/pull/108045
<ij> is there some flag that disables it being necessary? It's just for local testing, so I assume it shouldn't be implicitly required like this.
<ij> shouldn't a simple enable = true be all that's required?
zupo has joined #nixos
<srhb> ij: I don't think kafka can run without a zookeeper.
<ij> ah, zookeeper is not necessary locally, gotcha
<ij> meaning it can be remote, but required
<srhb> ij: Indeed. Sorry if that was unclear :)
<ij> is what you said
nhs has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #113605 → [20.09] moinmoin: 1.9.10 -> 1.9.11 → https://github.com/NixOS/nixpkgs/pull/113605
mallox has joined #nixos
<{^_^}> [nixpkgs] @rschardt closed pull request #46066 → Chordbook: init at 0.1 → https://github.com/NixOS/nixpkgs/pull/46066
<ij> first time I've had my own kafka server running :)
lsix has quit [Ping timeout: 260 seconds]
lsix has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
mallox has quit [Ping timeout: 260 seconds]
<srhb> ij: fwiw it shouldn't neet much else but an enable of zookeeper as well :)
<ij> wouldn't run otherwise :)
<srhb> Er, need*
<ij> gotcha
bn_work has joined #nixos
<levels> rauno not sure what you're trying to achieve though. You want to run nix expressions inside a docker container?
euandreh has joined #nixos
sumner has quit [Quit: The Lounge - https://thelounge.chat]
sumner has joined #nixos
<levels> Ok, something is definitely broken in nix.  Now I get this error after removing every explicit declaration of the phpPackage option for phpfpm: `error: The option value `services.phpfpm.phpPackage' in `/nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/web-servers/phpfpm/default.nix' is not of type `package'.`
<levels> I'm on the latest channel, just ran nix-channel --update
<srhb> levels: latest what channel?
<levels> 20.09
<srhb> levels: That is, nixos-20.09?
<levels> yes indeed
<srhb> levels: All the php tests pass on 5c53c720ff690ef82a9fe4849e7b70c104e1c82f, which is current 20.09, likely a local problem.
<levels> but how, I do not edit /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/web-servers/phpfpm/default.nix
<srhb> levels: Have you overlayed the php package somehow? :)
<srhb> levels: The error message is implying that the php package it's supposed to use isn't in fact a package.
<levels> No overlays for php
<levels> I do have a bunch of overlays though, but those are for php extensions etc
<levels> not php itself
ddellacosta has joined #nixos
<srhb> levels: Start disabling them and see when evaluation passes :)
<levels> I removed every specific declaration of the phpPackage option so it's using the default value now, which is pkgs.php
Jd007 has joined #nixos
<srhb> levels: So you've likely broken pkgs.php specifically.
waleee-cl has joined #nixos
<levels> I'll try without any overlays then
<srhb> levels: You can also see if nix-instantiate '<nixpkgs>' -A php gives you some more insight.
nhs has joined #nixos
<levels> srhb that gives /nix/store/m7lffr34ifjiyj0qs6mfsm02nnvjxas6-php-with-extensions-7.4.15.drv
ddellaco_ has joined #nixos
<levels> I guess that's the correct one
<srhb> levels: Yes, that does sound right.
<levels> with and without the overlays
vidbina_ has joined #nixos
<srhb> levels: Which implies that it's not an overlay that's picked up from the environment that's breaking it (if that truly is the case)
<srhb> levels: Where are yours defined?
<srhb> levels: in-config?
domogled has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
<levels> I have a separate overlays.nix file, which I include as follows:   nixpkgs.overlays = map (n: import n) [
<levels>     "${dataPath}/src/overlays/overlays.nix"
ahmedelgabri has joined #nixos
<levels>   ];
<srhb> levels: Right, ok, then the instantiate test tells us nothing, since it isn't using those.
<srhb> levels: In other words they may still be the culprit :)
<levels> this has been working for years now, that's why I'm so confused it all of the sudden now starts failing on me
<srhb> Hopefully it'll become clearer once the error is eliminated.
<levels> I'll continue trying without overlays, quite some stuff depends on those though...
nhs has quit [Ping timeout: 264 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<srhb> levels: If it's too cumbersome you can try building php _with_ the overlays instead, explicitly
<srhb> levels: eg. nix-build -E 'with import <nixpkgs> { overlays = [(import "/path/to/overlays.nix")]; }; php'
<levels> ok, now all overlays are gone, and I'm back to the same error: error: The option value `services.phpfpm.phpPackage' in `/nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/web-servers/phpfpm/default.nix' is not of type `package'.
gustavderdrache has joined #nixos
<srhb> levels: Alright, something else then, hmm.
ericsagn1 has quit [Ping timeout: 265 seconds]
joesventek has quit [Quit: Quit]
<levels> When I try your nix-build call, it works
<levels> ...building '/nix/store/nips9aw2cp1kl35556h8fxa449wxr0l9-php.ini.drv'...
<levels> building '/nix/store/m7lffr34ifjiyj0qs6mfsm02nnvjxas6-php-with-extensions-7.4.15.drv'...
<levels> nix-build -E 'with import <nixpkgs> { overlays = [(import "/data/dev/infrastructure/src/overlays/overlays.nix")]; }; php'
<levels> these derivations will be built:
<levels>   /nix/store/nips9aw2cp1kl35556h8fxa449wxr0l9-php.ini.drv
<levels>   /nix/store/m7lffr34ifjiyj0qs6mfsm02nnvjxas6-php-with-extensions-7.4.15.drv
ahmedelgabri has quit [Ping timeout: 260 seconds]
<srhb> levels: Careful with multipastes :)
<levels> I didn't want to paste all the output, so I did the last 3 lines
<levels> then I pasted the actual command I used
<levels> ;-)
<srhb> levels: You're fine, I just don't know the exact limits of the spam protection.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113606 → rpm-ostree: 2021.1 -> 2021.2 → https://github.com/NixOS/nixpkgs/pull/113606
<levels> oh, wasn't aware of that, thx for the heads-up
<srhb> levels: I think it would be helpful to see the php related config right about now. Looks like the package is pool-specific?
saschagrunert has quit [Quit: Leaving]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<levels> ideally yes, since I do have some legacy code to run, but even with the latest php I'd be happy
<srhb> levels: Or even a full blown trace pastebinned somewhere.
<levels> on it
nhs has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #113605 → [20.09] moinmoin: 1.9.10 -> 1.9.11 → https://github.com/NixOS/nixpkgs/pull/113605
<srhb> levels: What's services.phpfpm.pool.pool74.phpPackage set to?
<levels> pkgs.php
<srhb> Explicitly? Config paste? :)
<levels> I left it out so it would default
<srhb> I don't think that's a thing in the pool.
<srhb> If I'm reading this right at least.
m4ts has joined #nixos
<levels> I actually made Wout add that option years ago ;-)
<levels> so it[s definitely a valid option
m4tsa_ has quit [Ping timeout: 246 seconds]
<srhb> Oh, I see, it defaults to the non-pool one, yeah. Sorry :)
<levels> and it has been working perfectly for years
<{^_^}> [nixpkgs] @jonringer merged pull request #113587 → python3Packages.librouteros: init at 3.1.0 → https://github.com/NixOS/nixpkgs/pull/113587
<levels> I used to run of a fork of nixpkgs, just for that option, to be able to specify a different php package for each pool
m4tsa_ has joined #nixos
risson has quit [Changing host]
risson has joined #nixos
<srhb> levels: OK, you seem pretty confident here, perhaps it's time to bisect the nixpkgs channel bump and find the point that broke it? :)
<srhb> Since it's eval-time it should be fast.
<levels> interesting, but I;m afraid that goes way beyond my understanding of all this, I'm mainly a nix user, not a nix developer ;-)
<levels> a happy nix user I have to add
zupo has joined #nixos
<srhb> Happy to help you, and I'm not sure how to do anything else without your config at this point. :)
m4ts has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112687 → python3Packages.papermill: 2.2.2 -> 2.3.2 → https://github.com/NixOS/nixpkgs/pull/112687
<levels> Thanks already for that, thinking of how I can share the project with you, on the other hand, I feel this is asking too much
m4ts has joined #nixos
<srhb> I'm OK with taking a quick look, if it's too deep I'll excuse myself. ;-)
ericsagn1 has joined #nixos
<levels> ok, I could add you to the bitbucket repo
fabian_a is now known as faffolter
BaughnLogBot has quit [Ping timeout: 240 seconds]
m4tsa_ has quit [Ping timeout: 265 seconds]
<srhb> ping in PM :)
BaughnLogBot has joined #nixos
domogled has quit [Quit: domogled]
m4ts has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113167 → pytestCheckHook: add support for disabling arbitrary paths → https://github.com/NixOS/nixpkgs/pull/113167
m4ts has joined #nixos
proofofkeags has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113604 → fluxcd: 0.8.0 -> 0.8.1 → https://github.com/NixOS/nixpkgs/pull/113604
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<{^_^}> [nix] @domenkozar pushed to installer-artifact « Generate installer script for each PR/push »: https://git.io/JtDMD
<{^_^}> [nixpkgs] @mmilata opened pull request #113608 → nixos/moinmoin: fix module by switching to eventlet worker → https://github.com/NixOS/nixpkgs/pull/113608
vidbina_ has quit [Ping timeout: 240 seconds]
julm has quit [Ping timeout: 240 seconds]
teasea has quit [Quit: teasea]
cole-h has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113609 → sd-local: 1.0.20 -> 1.0.21 → https://github.com/NixOS/nixpkgs/pull/113609
teasea has joined #nixos
cptchaos83 has joined #nixos
erhandsome has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
maier has joined #nixos
erhandsome has joined #nixos
<maier> In my multi-package Haskell project, I need one nix expression that is a set of all "our" packages. Is there a way to "discover" those by finding cabal files somehow? (I'd still need to exclude one, but I guess that's possible somehow).
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<maier> At the moment we're just writing those down manually, but that makes it three locations where I need to think of adding it, and two would be much better (one being the README then).
erasmas has joined #nixos
abathur has joined #nixos
rb2k has joined #nixos
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mupf has quit [Ping timeout: 272 seconds]
oida has quit [Ping timeout: 268 seconds]
cptchaos83 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #113610 → mullvad-vpn: 2021.1 -> 2021.2 → https://github.com/NixOS/nixpkgs/pull/113610
hiro98 has joined #nixos
n-osborne has quit [Remote host closed the connection]
levels has quit [Quit: Connection closed]
oida has joined #nixos
Dotz0cat_ has quit [Ping timeout: 264 seconds]
erhandsome has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
erhandsome has joined #nixos
toddgamblin has joined #nixos
<srhb> maier: readDir may be of interest.
toddgamblin has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113611 → sqlite-utils: 3.4.1 -> 3.5 → https://github.com/NixOS/nixpkgs/pull/113611
justanotheruser has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/82abb66345f (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
cfricke has quit [Quit: WeeChat 3.0.1]
zn40 has joined #nixos
malook has joined #nixos
civodul has joined #nixos
zn40 has quit [Client Quit]
zn46 has joined #nixos
malook has quit [Client Quit]
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<zn46> My nixos install journey so far: background - I'm familiar with distros like debian, I've used nix-on-debian for several months, I used nix to develop an alternative to a somewhat thorny build system for a project I work on. So given that background: I was able to install nixos on a bare metal machine after 2 hours of effort. Much of that time was
<zn46> sorting through how to get lvm-atop-luks for the `/` partition set up, and there were maybe 4 or 5 hurdles.
cptchaos83 has joined #nixos
<maier> -quit
maier has quit [Quit: leaving]
<zn46> Now, after about 1 hour of effort I have failed to create a user account I can log into after experimenting with many different `configuration.nix` tweaks, but all of them have `users.mutableUsers = false`.
<zn46> Currently I have `users.users = { root = { hashedPassword = "…"; }; myuser = { hashedPassword = "..."; }; };` and after doing a `nixos-rebuild build` I can log out and in as root, but not as `myuser`. Furthermore, `myuser` doesn't appear in `/etc/passwd`. Should that user appear there after a rebuild?
<zn46> A really helpful tidbit from IRC yesterday was someone telling me `man configuration.nix` and `nixos-option` exist. I wish the manual had said both of those things at the very beginning of the Configuration section…
<srhb> zn46: That would probably be a helpful addition. :)
justanotheruser has joined #nixos
<srhb> zn46: And yes, the user should appear in /etc/passwd
<srhb> zn46: First things first, are you sure your configuration was actually switched with your myuser addition?
<zn46> The user doesn't appear in /etc/passwd, and no homedir exists in /home.
nhs has quit [Ping timeout: 272 seconds]
<zn46> Maybe? Do I need to do anything after `nixos-rebuild build`?
hyper_ch has quit [Quit: ZNC 1.8.2 - https://znc.in]
<srhb> zn46: You need switch, not build
<srhb> zn46: build literally only builds, it does not activate.
<zn46> Oh man! I just realized I haven't read "https://nixos.org/manual/nixos/stable/index.html#sec-changing-config".
<zn46> Somehow I clicked a link into https://nixos.org/manual/nixos/stable/index.html#ch-configuration and just jumped to configuring users and never realized I missed this key piece.
<zn46> hehe... oh man. I haven't activated any of these changes. No wonder.
<srhb> zn46: It happens, and there's a lot to take in. :)
vidbina_ has joined #nixos
hyper_ch has joined #nixos
mupf has joined #nixos
<zn46> I'm not the best at reading docs linearly. I often just jump straight to a specific section that I assume is the next logical step…
dev_mohe has joined #nixos
<zn46> If I had also done `nixos-rebuild --help` I would have figured out the same thing.
<srhb> Well, you came here, and usually the channel is pretty quick to help as well. :)
nhs has joined #nixos
grahamf has joined #nixos
aleph- has quit [Quit: WeeChat info:version]
<zn46> Ok, here's a snag that seems system specific but is slowing me down: when I first started the install, I could press `alt-f2` on the installer to get a new tty. Later, I discovered the keyboard didn't work while entering the disk encryption password, and https://github.com/NixOS/nixpkgs/pull/96639 seemed to solve my issue, so I added
<zn46> `hid_microsoft` to `boot.initrd.kernelModules`. Now however, I cannot switch to other ttys, even when booting the installer (not my installed instance). In the installer shell prompt it prints `^@`. Does anyone have clues about this?
<{^_^}> #96639 (by xfix, 24 weeks ago, merged): nixos/availableKernelModules: add microsoft hid
<zn46> Do I want a different hid driver, and how can I diagnose / discover which one is correct?
ddellaco_ has quit [Remote host closed the connection]
aleph- has joined #nixos
abathur has quit [Quit: abathur]
<grahamf> hi folks. are there string comparison functions in the Nix language?  I was looking to filter a set of attrNames, e.g. builtins.filter (name: hasSubstring name "xyz") (attrNames someSet). But I can't find a hasSubstring function anywhere.
<srhb> zn46: Does the keyboard have a function key? "Fn"? (Not F1... etc)
alexherbo2 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113613 → telegraf: 1.17.2 -> 1.17.3 → https://github.com/NixOS/nixpkgs/pull/113613
Boomerang has quit [Ping timeout: 265 seconds]
<srhb> grahamf: Most advanced string functions can be implemented via builtins.match.
Darkmatter66 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113614 → tendermint: 0.34.4 -> 0.34.7 → https://github.com/NixOS/nixpkgs/pull/113614
Thra11 has joined #nixos
<grahamf> srhb: thank you, I will take a look at builtins.match!
<infinisil> > lib.hasInfix
<{^_^}> <LAMBDA>
<srhb> zn46: (I'm making the guess that you've gotten it "Fn locked" where F2 is suddenly instead volume up or some other media function)
<infinisil> > lib.hasInfix "test" "hello there, test!"
<{^_^}> true
<infinisil> grahamf: ^
<grahamf> infinisil: awesome thank you!
<qyliss> wow that is an unfortunate name
<qyliss> like, I get that it matches hasPrefix and hasSuffix
<infinisil> Huh what's unfortunate about it?
<gchristensen> neat another graham, hi grahamf
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #113615 → cnijfilter2: 5.70 -> 5.90 → https://github.com/NixOS/nixpkgs/pull/113615
<srhb> gchristensen: I was wondering whether we skipped grahamd and grahame
<supersandro2000> Attack of the Grahams
<grahamf> hahah we are everywhere, lurking in the dark
Mrmaxmeier has joined #nixos
<rauno> Is there a way to exclude some scripts from patchShebang ?
<grahamf> hi ghcristensen, always nice to meet a fellow Graham.
<infinisil> rauno: I think it only patches executables
<infinisil> So chmod -x the ones you don't want should work
<rauno> o.0
<rauno> will try
<supersandro2000> patchShebang x y z?
<infinisil> Actually not sure if that's correct about the chmod -x
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113616 → texstudio: 3.0.4 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/113616
endformationage has joined #nixos
<{^_^}> [nixpkgs] @srhb closed pull request #113601 → linux: Fix DRM_AMD_DC_DCN for >=5.11 → https://github.com/NixOS/nixpkgs/pull/113601
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113617 → tfsec: 0.38.3 -> 0.38.4 → https://github.com/NixOS/nixpkgs/pull/113617
<mdash> alexfmpe: I saw you made contributions to nixpkgs trying to get tezos working; were you ever successful in building it on nixos?
supersandro2000 has quit [Read error: Connection reset by peer]
drakonis has quit [Quit: ZNC 1.8.2 - https://znc.in]
supersandro2000 has joined #nixos
n-osborne has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113618 → tickrs: 0.11.0 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/113618
revity[m] has joined #nixos
drakonis has joined #nixos
<zn46> srhb, that's a good idea. Is there a console tool I can use that will display solid debug info about all keyboard input?
bvdw has joined #nixos
<zn46> Different issue: I am generating user-specific hashed password files with `mkpasswd -m sha-512 > /path/to/user/passwd`, then in `configuration.nix` in each user section I have `hashedPassword = builtins.readFile /path/to/user/passwd`. This works for one password file but not another. I've tried swapping them (one for root one for normal user).
<srhb> zn46: I don't know of any. But if you do have the Fn key, I would guess that Fn+ESC toggles FnLock
<zn46> I've tried rerunning `mkpasswd -m sha-512`, and newly generated results don't work. The build process issues a warning that the hash "may be invalid".
<aleph-> So question, I'm currently mirroring the 20.09 channel via https://paste.rs/xHD once I've fully generated this dump of .nar/.narinfo files how exactly would I go about ingesting them into the machines binary cache/(/nix/store)
<zn46> Ah, it was the newline in the file, so `mkpasswd -m sha-512 | tr -d '\n' > /path/to/file` does work.
<zn46> Is there an easier way to configure hashed user passwords in separate files from `configuration.nix`?
<srhb> zn46: If you surround the hash with "" it's a valid nix string, so it can be imported.
<srhb> zn46: Whether you consider that easier, I don't know :)
vrinek has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113619 → tiledb: 2.2.3 -> 2.2.4 → https://github.com/NixOS/nixpkgs/pull/113619
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
seku has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
<matthewcroughan> does anyone know how to use SLAAC to get an ipv6 address on nixos?
<matthewcroughan> I can't really figure it out
<matthewcroughan> I've already set networking.interfaces.ens3.tempAddress = "enabled";
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
nschoe has joined #nixos
whald has quit [Remote host closed the connection]
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
bvdw has joined #nixos
mupf has quit [Ping timeout: 272 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6e10cf2c1c3 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @imlonghao opened pull request #113620 → borgmatic: init at 1.5.12 → https://github.com/NixOS/nixpkgs/pull/113620
bvdw has quit [Remote host closed the connection]
grahamf has left #nixos [#nixos]
bvdw has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
ahmedelgabri has quit [Ping timeout: 260 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
<jasom> for upstreams using autotools that don't include the "configure.sh" is just putting "bash ./autogen.sh" in the preConfigure hook the right solution?
supersandro2000 has joined #nixos
simonpe^^ has quit [Remote host closed the connection]
bvdw has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #113621 → ripgrep: Add installCheckPhase → https://github.com/NixOS/nixpkgs/pull/113621
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113622 → traefik: 2.4.2 -> 2.4.3 → https://github.com/NixOS/nixpkgs/pull/113622
<tpw_rules> suppose i have a list of like 500 store paths. how can i nicely determine which ones are in http://cache.nixos.org/?
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
Soo_Slow has quit [Quit: Soo_Slow]
domogled has joined #nixos
n-osborne has quit [Remote host closed the connection]
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
<rauno> How to use sudo or docker in nix package building?
<viric> package building doesn't use root
<zn46> jasom: I'm not at all sure but I thought there may be a stdenv hook for `./autogen.sh`…
<zn46> Checking a project where I think I did that…
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
<zn46> I had `nixpkgs.autoreconfHook` as an entry in `nativeBuildInputs`: https://github.com/nathan-at-least/zcash/blob/nix.WIP/contrib/nix/zcash.nix#L19
techsethi has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113623 → tweeny: 3.1.1 -> 3.2.0 → https://github.com/NixOS/nixpkgs/pull/113623
bvdw has quit [Remote host closed the connection]
<simpson> rauno: Which subcommand of Docker do you want? For generic tricking build scripts, you could look into fakeroot.
bvdw has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « cargo-c: 0.7.2 -> 0.7.3 »: https://git.io/JtD5s
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
mupf has joined #nixos
<rauno> Hum okay, checking
supersandro2000 has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/9b855b09aed (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
ddellacosta has joined #nixos
techsethi has joined #nixos
vrinek has quit [Ping timeout: 272 seconds]
bvdw has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113624 → uhubctl: 2.3.0 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/113624
bvdw has joined #nixos
bvdw has quit [Remote host closed the connection]
bvdw has joined #nixos
thc202 has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 272 seconds]
bvdw has quit [Client Quit]
Darkmatter66 has joined #nixos
techsethi has quit [Ping timeout: 265 seconds]
<aminechikhaoui> Would nix verify --all do an update to the local sqlite database if it would find for example a deleted path that was removed without nix knowledge ?
sigmundv__ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113598 → Add additional vim plugins → https://github.com/NixOS/nixpkgs/pull/113598
enteee_ has quit [Read error: Connection reset by peer]
sigmundv_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nix] @edolstra pushed to master « Increase default stack size on Linux »: https://git.io/JtDdA
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113593 → oatpp: 1.2.0 -> 1.2.5 → https://github.com/NixOS/nixpkgs/pull/113593
<rauno> simpson, docker build and docker ps etc
<simpson> rauno: `docker ps`, probably not. `docker build` can be emulated with pkgs.dockerTools https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-dockerTools
<simpson> In general, no, actual communication with the Docker daemon is not okay, but it's still possible to build OCI-compatible containers using Nix alone.
<rauno> Actually my prob is that one kernel module that i need is now developed with building with docker only..
<rauno> And i'm trying to find a easiest way how to port that solution so i could get that module and insert it :D
<simpson> Huh. That's an interesting situation. Perhaps in that case we could somehow "decontainerize" the build automatically?
<mpickering> I have deployed two machines to ec2 with nixops and setup an encryptedLinksTo between them. I am trying to ping one machine from the other without success
<mpickering> From my local machine I can ping them both
<mpickering> Security policies are set-up to allow icmp..
<mpickering> Ideas?
IRCsum has quit [Remote host closed the connection]
<rauno> simpson, any ideas about that decontainerizing? reverse-engineering it totally would take alot time i think
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113625 → vultr-cli: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/113625
<{^_^}> [nixpkgs] @armijnhemel opened pull request #113626 → ncompress: split "name" in "pname" and "version" → https://github.com/NixOS/nixpkgs/pull/113626
IRCsum has joined #nixos
<simpson> No idea, sorry.
<qyliss> infinisil: it's a very obscure name compared to "contains" or "substring"
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113627 → wasabiwallet: 1.1.12.3 -> 1.1.12.4 → https://github.com/NixOS/nixpkgs/pull/113627
mindavi has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113588 → notmuch: 0.31.3 -> 0.31.4 → https://github.com/NixOS/nixpkgs/pull/113588
<mindavi> I'm looking at this PR: https://github.com/NixOS/nixpkgs/pull/102398. The patch adds some tools to the a2x script that builds documentation. However, due to the direct referencing with ${libxml2.bin}, cross-compiling is broken. Is there any way to reference the nixpkgs from the host platform using the inline syntax?
<{^_^}> #102398 (by dasJ, 15 weeks ago, merged): [staging] asciidoc: 8.6.9 -> 9.0.4
<mindavi> So instead of using nativeBuildInputs and buildInputs, a sed script is used that replaces the tools directly in the script
lsix has quit [Ping timeout: 268 seconds]
mindavi has quit [Quit: leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113629 → waypoint: 0.2.1 -> 0.2.2 → https://github.com/NixOS/nixpkgs/pull/113629
oxalica1 has joined #nixos
ManiacOfMadness` has joined #nixos
oxalica has quit [Ping timeout: 256 seconds]
oxalica1 is now known as oxalica
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113630 → webcamoid: 8.7.1 -> 8.8.0 → https://github.com/NixOS/nixpkgs/pull/113630
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113164 → zap: 2.7.0 -> 2.10.0 → https://github.com/NixOS/nixpkgs/pull/113164
<{^_^}> [nixpkgs] @danieldk merged pull request #113608 → [20.09] nixos/moinmoin: fix module by switching to eventlet worker → https://github.com/NixOS/nixpkgs/pull/113608
luxemboye has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #113625 → vultr-cli: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/113625
<zn46> Yay, so I'm running nixos with an herbstluftwm session and have done my first pass through the manual's configuration section. I don't quite yet understand how to manage the user account in a nixy way. For example, I'd like herbstluftwm to start some terminal on start, say alacritty. Is there some way I can use nix to declaritively specify "this
<zn46> user's herbstluftwm config depends on alacritty"?
<zn46> I know how to do "nix-env -i alacritty" then edit the herbstluftwm config, but then I don't maintain that dependency info and it's not declarative.
<qyliss> zn46: have you come across home-manager?
ddellacosta has joined #nixos
<qyliss> it allows you to declaratively specify user config files and packages, and can be integrated into NixOS
attila_lendvai has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @danieldk merged pull request #113619 → tiledb: 2.2.3 -> 2.2.4 → https://github.com/NixOS/nixpkgs/pull/113619
luxemboye has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113569 → libetpan: Fix CVE-2020-15953 → https://github.com/NixOS/nixpkgs/pull/113569
<{^_^}> [nixpkgs] @prusnak merged pull request #113624 → uhubctl: 2.3.0 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/113624
mauro^ has quit []
<mpickering> Why do my two ec2 machines get the wrong IP address in the /etc/hosts on each machine?
ddellaco_ has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #113618 → tickrs: 0.11.0 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/113618
ddellacosta has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @danieldk opened pull request #113631 → _1password-gui: 0.9.12-3 -> 0.9.13 → https://github.com/NixOS/nixpkgs/pull/113631
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113632 → xdg-desktop-portal: 1.8.0 -> 1.8.1 → https://github.com/NixOS/nixpkgs/pull/113632
Dotz0cat has joined #nixos
<zn46> qyliss, thanks I'll check into it.
<{^_^}> [nixpkgs] @kalbasit merged pull request #113561 → fluxctl: 1.21.1 -> 1.21.2 → https://github.com/NixOS/nixpkgs/pull/113561
berberman_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113633 → xkb-switch: 1.6.0 -> 1.8.5 → https://github.com/NixOS/nixpkgs/pull/113633
berberman has quit [Ping timeout: 268 seconds]
ddellaco_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113552 → calc: 2.12.7.6 -> 2.12.8.1 → https://github.com/NixOS/nixpkgs/pull/113552
mallox has joined #nixos
mallox has quit [Client Quit]
mallox has joined #nixos
mallox has quit [Client Quit]
<{^_^}> [nixpkgs] @baloo opened pull request #113634 → fwupd: comment about 1.5.6 release → https://github.com/NixOS/nixpkgs/pull/113634
meh` has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #113583 → mu: 1.4.13 -> 1.4.15 → https://github.com/NixOS/nixpkgs/pull/113583
meh` has joined #nixos
<{^_^}> [nixpkgs] @talyz opened pull request #113635 → Gitlab improvements → https://github.com/NixOS/nixpkgs/pull/113635
<{^_^}> [nixpkgs] @Vinetos closed pull request #113560 → vimPlugins.sonokai: init → https://github.com/NixOS/nixpkgs/pull/113560
<{^_^}> [nixpkgs] @danieldk merged pull request #113577 → libcint: 4.0.7 -> 4.1.0 → https://github.com/NixOS/nixpkgs/pull/113577
shibboleth has joined #nixos
vidbina_ has quit [Ping timeout: 246 seconds]
bn_work has quit [Remote host closed the connection]
SrPx has quit [Remote host closed the connection]
ryjm has quit [Remote host closed the connection]
joshmeredith has quit [Remote host closed the connection]
nz__ has quit [Remote host closed the connection]
sorear has quit [Remote host closed the connection]
jared-w has quit [Remote host closed the connection]
r0bby has quit [Remote host closed the connection]
davetapley has quit [Remote host closed the connection]
mitsuhiko has quit [Remote host closed the connection]
wpcarro_ has quit [Remote host closed the connection]
etrepum has quit [Remote host closed the connection]
vdemeester has quit [Remote host closed the connection]
lally has quit [Remote host closed the connection]
aristid has quit [Remote host closed the connection]
teozkr_ has quit [Remote host closed the connection]
s1341_ has quit [Remote host closed the connection]
ctp has quit [Remote host closed the connection]
JadoJodo has quit [Remote host closed the connection]
alanz_ has quit [Remote host closed the connection]
bradparker has quit [Remote host closed the connection]
philipcristiano has quit [Remote host closed the connection]
dgonyeo has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Vinetos closed pull request #113563 → Adding various vim plugins → https://github.com/NixOS/nixpkgs/pull/113563
bvdw has joined #nixos
Jd007 has quit [Ping timeout: 264 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113636 → z-lua: 1.8.11 -> 1.8.12 → https://github.com/NixOS/nixpkgs/pull/113636
lsix has joined #nixos
acarrico has joined #nixos
<{^_^}> [nixpkgs] @ju1m opened pull request #113637 → cabal-install: fix build on ghc901 → https://github.com/NixOS/nixpkgs/pull/113637
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113381 → nmap-unfree: init at 7.91 → https://github.com/NixOS/nixpkgs/pull/113381
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113638 → zbar: 0.23.1 -> 0.23.90 → https://github.com/NixOS/nixpkgs/pull/113638
hiro98 has quit [Remote host closed the connection]
ddellacosta has joined #nixos
<AmandaC> Is `security.wrappers.gitolite-shell-nginx = { source = "${pkgs.gitolite}/bin/gitolite-shell"; owner = "gitolite"; group = "nginx"; };` Correct to create a wrapper that will run `source` as user gitolite, group nginx?
<{^_^}> [nixpkgs] @peti merged pull request #113637 → cabal-install: fix build on ghc901 → https://github.com/NixOS/nixpkgs/pull/113637
<{^_^}> [nixpkgs] @danieldk merged pull request #113565 → gdu: 4.3.2 -> 4.6.2 → https://github.com/NixOS/nixpkgs/pull/113565
<AmandaC> ( I'm not that familiar with setuid/setgid stuff,tbh )
bdju has quit [Read error: Connection reset by peer]
bdju has joined #nixos
<{^_^}> [nixpkgs] @lxea opened pull request #113639 → gonic: 0.12.0 -> 0.12.1 → https://github.com/NixOS/nixpkgs/pull/113639
zn46 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @danieldk merged pull request #113549 → amfora: 1.7.2 -> 1.8.0 → https://github.com/NixOS/nixpkgs/pull/113549
<matthewcroughan> Has anyone got an example of using Traefik with NixOS?
ahmedelgabri has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #113611 → sqlite-utils: 3.4.1 -> 3.5 → https://github.com/NixOS/nixpkgs/pull/113611
cosimone has joined #nixos
<tpw_rules> in a flake, how can i add as an input one of the inputs of my inputs?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113610 → mullvad-vpn: 2021.1 -> 2021.2 → https://github.com/NixOS/nixpkgs/pull/113610
czer00 has quit [Ping timeout: 264 seconds]
acarrico has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @Vinetos opened pull request #113640 → Adding vim plugins → https://github.com/NixOS/nixpkgs/pull/113640
<{^_^}> [nixpkgs] @danieldk merged pull request #113547 → tab-rs: 0.5.6 -> 0.5.7 → https://github.com/NixOS/nixpkgs/pull/113547
Darkmatter66 has quit [Read error: Connection reset by peer]
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113571 → reddsaver: 0.2.3 -> 0.3.0 → https://github.com/NixOS/nixpkgs/pull/113571
zebrag has joined #nixos
Darkmatter66 has joined #nixos
walkah has joined #nixos
n-osborne has joined #nixos
vrinek has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #113553 → catcli: 0.6.0 -> 0.6.1 → https://github.com/NixOS/nixpkgs/pull/113553
zupo has joined #nixos
charukiewicz has quit [Ping timeout: 256 seconds]
cosimone has quit [Quit: cosimone]
<matthewcroughan> tpw_rules: great humor
est is now known as est31
charukiewicz has joined #nixos
Boomerang has joined #nixos
etrepum has joined #nixos
davetapley has joined #nixos
aristid has joined #nixos
teozkr_ has joined #nixos
nz__ has joined #nixos
r0bby has joined #nixos
philipcristiano has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #113584 → nixos/tests/openldap: fix evaluation when auto-called → https://github.com/NixOS/nixpkgs/pull/113584
alanz_ has joined #nixos
SrPx has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #113545 → python3Packages.scipy: 1.6.0 -> 1.6.1 → https://github.com/NixOS/nixpkgs/pull/113545
ctp has joined #nixos
chisui has joined #nixos
dgonyeo has joined #nixos
vdemeester has joined #nixos
mitsuhiko has joined #nixos
est31 has quit [Remote host closed the connection]
est31 has joined #nixos
sorear has joined #nixos
bradparker has joined #nixos
<{^_^}> [nixpkgs] @taktoa opened pull request #113641 → pythonPackages.cozy: add setuptools propagatedBuildInput → https://github.com/NixOS/nixpkgs/pull/113641
JadoJodo has joined #nixos
lsix has quit [Ping timeout: 246 seconds]
lally has joined #nixos
joshmeredith has joined #nixos
wpcarro_ has joined #nixos
ahmedelgabri has joined #nixos
s1341_ has joined #nixos
bn_work has joined #nixos
<tpw_rules> not really sure how to phrase it better...
ryjm has joined #nixos
jared-w has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113573 → terragrunt: 0.28.5 -> 0.28.6 → https://github.com/NixOS/nixpkgs/pull/113573
ddellacosta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @bachp opened pull request #113642 → [20.09] minio: 2021-02-11T08-23-43Z -> 2021-02-14T04-01-33Z → https://github.com/NixOS/nixpkgs/pull/113642
ahmedelgabri has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #113606 → rpm-ostree: 2021.1 -> 2021.2 → https://github.com/NixOS/nixpkgs/pull/113606
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113413 → ashuffle: 3.4.0 -> 3.10.1 → https://github.com/NixOS/nixpkgs/pull/113413
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113585 → gimpPlugins.farbfeld: init at 2019-08-12 → https://github.com/NixOS/nixpkgs/pull/113585
<{^_^}> [nixpkgs] @Ma27 merged pull request #113621 → ripgrep: Add installCheckPhase → https://github.com/NixOS/nixpkgs/pull/113621
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113643 → atlassian-cli: 9.5.0 -> 9.6.0 → https://github.com/NixOS/nixpkgs/pull/113643
charukiewicz has quit [Ping timeout: 265 seconds]
charukiewicz has joined #nixos
jkachmar has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113615 → cnijfilter2: 5.70 -> 5.90 → https://github.com/NixOS/nixpkgs/pull/113615
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @bachp opened pull request #113644 → nodePackages.ganache-cli: init at 6.12.2 → https://github.com/NixOS/nixpkgs/pull/113644
slack1256 has joined #nixos
Acou_Bass has quit [Quit: ZNC 1.8.2 - https://znc.in]
saschagrunert has quit [Client Quit]
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113511 → python3Packages.linode-api: 4.1.8b1 -> 5.0.0 → https://github.com/NixOS/nixpkgs/pull/113511
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113544 → todoist: move to official electron app → https://github.com/NixOS/nixpkgs/pull/113544
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110587 → python3Packages.aioasuswrt: init at 1.3.2 → https://github.com/NixOS/nixpkgs/pull/110587
rb2k has quit [Quit: Textual IRC Client: www.textualapp.com]
chisui has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
<tpw_rules> how can i set the c++ version for a derivation?
ManiacOfMadness` has quit [Ping timeout: 260 seconds]
domogled has quit [Quit: domogled]
zebrag has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
dev_mohe has quit [Ping timeout: 264 seconds]
domogled has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113645 → bind: 9.16.11 -> 9.16.12 → https://github.com/NixOS/nixpkgs/pull/113645
nhs has quit [Ping timeout: 240 seconds]
Diogo9 has joined #nixos
<alexfmpe> mdash: I did get it building for me way back then, but upstreaming the dependencies had lots of latency and at some point someone chipped in linking to their own packaging of tezos (by that point using more newer versions of some dependencies) - given that already existed I didn't see much point in me replicating that work, dunno if that was ever upstreamed though
domogled has quit [Read error: Connection reset by peer]
nhs has joined #nixos
<alexfmpe> mdash: see comments in https://github.com/NixOS/nixpkgs/pull/74818
<{^_^}> #74818 (by alexfmpe, 1 year ago, merged): ocamlPackages.irmin: init at 1.4.0
n-osborne has quit [Remote host closed the connection]
Izorkin has joined #nixos
Guest53851 has left #nixos [#nixos]
K0kada has joined #nixos
troydm has quit [Ping timeout: 240 seconds]
sigmundv__ has quit [Read error: Connection reset by peer]
nschoe has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @CohenCyril opened pull request #113646 → ocamlPackages.elpi: 1.12.0 -> 1.13.0 → https://github.com/NixOS/nixpkgs/pull/113646
sigmundv__ has joined #nixos
n-osborne has joined #nixos
hugolgst has joined #nixos
vidbina_ has joined #nixos
<hugolgst> hey guys
<hugolgst> any idea why after activating wireguard on my raspberry pi 4
eli2 has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #113647 → gh: 1.6.0 -> 1.6.1 → https://github.com/NixOS/nixpkgs/pull/113647
<hugolgst> I cant see the wlan0 interface anymore
eli2 is now known as Guest73115
<Guest73115> disconnect
Guest73115 has quit [Client Quit]
<{^_^}> [nixpkgs] @mweinelt merged pull request #112373 → [20.09] Staging → https://github.com/NixOS/nixpkgs/pull/112373
n-osborne has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @kalbasit merged pull request #113622 → traefik: 2.4.2 -> 2.4.3 → https://github.com/NixOS/nixpkgs/pull/113622
n-osborne has joined #nixos
ddellacosta has quit [Remote host closed the connection]
ddellacosta has joined #nixos
boo has joined #nixos
hugolgst has quit [Quit: Lost terminal]
boo is now known as Guest24283
ddellacosta has quit [Remote host closed the connection]
ddellacosta has joined #nixos
ddellacosta has quit [Remote host closed the connection]
<Guest24283> hello, i was wondering if anyone could tell me if there is something like the command guix system in nix
ddellacosta has joined #nixos
bn_work has quit [Remote host closed the connection]
etrepum has quit [Remote host closed the connection]
dgonyeo has quit [Remote host closed the connection]
JadoJodo has quit [Remote host closed the connection]
s1341_ has quit [Remote host closed the connection]
joshmeredith has quit [Remote host closed the connection]
philipcristiano has quit [Remote host closed the connection]
aristid has quit [Remote host closed the connection]
sorear has quit [Remote host closed the connection]
teozkr_ has quit [Remote host closed the connection]
alanz_ has quit [Remote host closed the connection]
nz__ has quit [Remote host closed the connection]
davetapley has quit [Remote host closed the connection]
r0bby has quit [Remote host closed the connection]
bradparker has quit [Remote host closed the connection]
vdemeester has quit [Remote host closed the connection]
ryjm has quit [Remote host closed the connection]
jared-w has quit [Remote host closed the connection]
lally has quit [Remote host closed the connection]
SrPx has quit [Remote host closed the connection]
ctp has quit [Remote host closed the connection]
wpcarro_ has quit [Remote host closed the connection]
mitsuhiko has quit [Remote host closed the connection]
ddellacosta has quit [Remote host closed the connection]
<NieDzejkob> which part of 'guix system' are you interested in?
riksteri has quit [Quit: riksteri]
<Guest24283> i guess reconfigure and build! i was trying to get guix set up on my machine but the script is crapping out so I figured i'd try nix
<NieDzejkob> the way you manage nixos is the nixos-rebuild command
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<Guest24283> i was trying to kinda replace my systems package manager slowly with guix (or nix)
<Guest24283> oh but thats a nixos exclusive command then?
Izorkin has joined #nixos
<NieDzejkob> I mean 'guix system reconfigure' is only used on Guix System too, I don't understand what you're trying to do
<Guest24283> oh
<Guest24283> guess i misunderstood the whole thing
<Guest24283> oh well
<NieDzejkob> BTW, did you let the guix folks know of the problems their script had?
<Guest24283> not yet! i am still messing around seeing if its my fault
zebrag is now known as inkbottle
etrepum has joined #nixos
davetapley has joined #nixos
Izorkin has quit [Client Quit]
aristid has joined #nixos
teozkr_ has joined #nixos
nz__ has joined #nixos
r0bby has joined #nixos
philipcristiano has joined #nixos
lsix has joined #nixos
alanz_ has joined #nixos
ManiacOfMadness` has joined #nixos
SrPx has joined #nixos
ctp has joined #nixos
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #nixos
dgonyeo has joined #nixos
vdemeester has joined #nixos
mitsuhiko has joined #nixos
<Guest24283> but hey im wondering, if theres a way to have nix download packages for me with a .nix config file on every build i use that nix file on?
<Guest24283> by build i mean
<Guest24283> computer
sorear has joined #nixos
bradparker has joined #nixos
JadoJodo has joined #nixos
<{^_^}> [nixpkgs] @zowoq merged pull request #113647 → gh: 1.6.0 -> 1.6.1 → https://github.com/NixOS/nixpkgs/pull/113647
Izorkin has joined #nixos
joshmeredith has joined #nixos
lally has joined #nixos
wpcarro_ has joined #nixos
Izorkin has quit [Client Quit]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #113648 → terragrunt: 0.28.6 -> 0.28.7 → https://github.com/NixOS/nixpkgs/pull/113648
<mpickering> It turns out nixops is just broken which is why the private address was being used - https://github.com/NixOS/nixops-aws/blob/dd09b143d36a77c1e251f6e631e22fcfd15dd17d/nixops_aws/backends/ec2.py#L339
Izorkin has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/9b855b09aed (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110631 → llvmPackages_11: 11.0.1 -> 11.1.0 → https://github.com/NixOS/nixpkgs/pull/110631
Izorkin has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113641 → pythonPackages.cozy: add setuptools propagatedBuildInput → https://github.com/NixOS/nixpkgs/pull/113641
acarrico has joined #nixos
Izorkin has joined #nixos
ATuin has joined #nixos
s1341_ has joined #nixos
fendor has quit [Remote host closed the connection]
hugolgst has joined #nixos
<hugolgst> could we fix this build? https://hydra.nixos.org/build/137165543
<{^_^}> [nixpkgs] @vbgl merged pull request #113646 → ocamlPackages.elpi: 1.12.0 -> 1.13.0 → https://github.com/NixOS/nixpkgs/pull/113646
fendor has joined #nixos
slack1256 has quit [Ping timeout: 260 seconds]
<dxb[m]> <Guest24283 "but hey im wondering, if theres "> you're wanting some kind of portable environment with certain packages installed?
bn_work has joined #nixos
<Guest24283> i guess so! lol
<{^_^}> [nixpkgs] @bachp opened pull request #113649 → openethereum: fix tests → https://github.com/NixOS/nixpkgs/pull/113649
<Guest24283> but because i often have to use different machines
ddellacosta has joined #nixos
<Guest24283> for certain periods of time then off to a new one
ryjm has joined #nixos
<hugolgst> any idea why on Raspberry pi 4 when creating a wireguard service, after rebooting the wlan0 interface does not show up?
ahmedelgabri has joined #nixos
<dxb[m]> <Guest24283 "i guess so! lol"> nix-shell works really well for that. check out https://nixos.wiki/wiki/Development_environment_with_nix-shell and https://www.sam.today/blog/environments-with-nix-shell-learning-nix-pt-1/
jared-w has joined #nixos
Guest24283 has quit [Quit: WeeChat 3.0]
infty has joined #nixos
techsethi has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113578 → Cassandra updates → https://github.com/NixOS/nixpkgs/pull/113578
ddellaco_ has joined #nixos
sss2 has joined #nixos
lsix has quit [Quit: WeeChat 2.9]
lsix has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
crockity has joined #nixos
hugolgst has quit [Ping timeout: 272 seconds]
<crockity> dxb[m] sorry my connection died for a second
ddellacosta has joined #nixos
<crockity> so, and this question probably comes from misunderstanding things but can nix shell packages become part of the system?
<dxb[m]> np. did you see those links?
<crockity> or do i need to be re explained that command
<crockity> yeah i managed to get them!
<{^_^}> [nixpkgs] @r-ryantm opened pull request #113650 → chisel: 1.7.4 -> 1.7.6 → https://github.com/NixOS/nixpkgs/pull/113650
ahmedelgabri has quit [Ping timeout: 264 seconds]
<infty> Hey, does anybody know what the executable name for R (the statistics programming language) is? I tried running `r` in a `nix-shell -p rWrapper`, but it's not found. Single-letter-named languages are a pain D:
<dxb[m]> <crockity "so, and this question probably c"> well when you use nix-shell, the packages _do_ go into the nix store, but once you leave the nix-shell they're no longer linked to anything (unless they're linked somewhere else…) and will be cleaned up next time a gc runs
<crockity> gotcha, reading the first link you sent and basically if I do nix-build instead of shell, they become part of the system permanently right?
ddellaco_ has quit [Ping timeout: 260 seconds]
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<dxb[m]> i don't think so…
<crockity> oh lmaooo
ddellacosta has quit [Ping timeout: 240 seconds]
<dxb[m]> so you're not wanting to add these to your configuration.nix, right?
<crockity> wait...
<crockity> ur telling me i misunderstood the whole thing and i can just add the packages to configuration.nix and theyll get installed
<{^_^}> [nixpkgs] @vbgl opened pull request #113651 → ocamlPackages.atd: 2.0.0 → 2.2.1 → https://github.com/NixOS/nixpkgs/pull/113651
<crockity> am i about to jump off a cliff?
<dxb[m]> <crockity "ur telling me i misunderstood th"> yeah
<crockity> ok, i like u dxb
<crockity> can u do me a favour
<crockity> kill me
<dxb[m]> https://nixos.wiki/wiki/Nix_to_Debian_phrasebook this might help if you're used to debian/ubuntu
<crockity> im not BUT i do run them on my servers so i can translate them
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113644 → nodePackages.ganache-cli: init at 6.12.2 → https://github.com/NixOS/nixpkgs/pull/113644
<crockity> so wait wtf its just that easy, i just put packages in my config with my build configs and thats that
<crockity> seems so wrong! i love it
chisui has joined #nixos
Boomerang has quit [Ping timeout: 264 seconds]
<dxb[m]> yep, it's awesome lol. nix-shell is good if you need a one-off env and don't want to install everything in your global env
<crockity> thanks a lot!
<crockity> imma get off here to go mess around with it
<crockity> cheers
crockity has quit [Quit: WeeChat 3.0]
<shla> how come linuxPackages_latest from 20.09 has higher version than unstable channel?
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ec9fe6217f3 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<ambroisie> Hey people, it seems like my gpg setup (on a headless server) does not find any pinentry program
<ambroisie> Is there something I can do to fix this? I do not know what is causing the issue
domogled has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113626 → ncompress: split "name" in "pname" and "version" → https://github.com/NixOS/nixpkgs/pull/113626
boo has joined #nixos
boo is now known as Guest55499
<Guest55499> dxb[m]: i am BACK, so i am reading that configuration.nix is only available on nixos, if this is true, I think i will just bite the bullet and use nixos!
jonge has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113515 → python3Packages.requests: 2.25.0 -> 2.25.1 → https://github.com/NixOS/nixpkgs/pull/113515
fendor has quit [Quit: Leaving]
<dxb[m]> <Guest55499 "dxb: i am BACK, so i am reading "> yeah that's true. you can use `nix-env -iA <package>` to install something using the nix package manager on other distros
<Guest55499> alrighty! thanks a lot!!
<{^_^}> [nixpkgs] @roberth opened pull request #113652 → Cassandra 20.09 → https://github.com/NixOS/nixpkgs/pull/113652
philr has joined #nixos
<Guest55499> found this, this is exactly what i wanted!
erasmas has quit [Quit: leaving]
<Guest55499> i just kept reading and i see what you meant by what u said now!! very clever, i love it!
<qyliss> Guest55499: you could also look into home-manager, for the closest experience to NixOS you can get without using NixOS
<Guest55499> yeah i have it open funnily enough, but i think i will look at it once i get more comfortable with nix
justanotheruser has quit [Ping timeout: 240 seconds]
<qyliss> makes sense :)
growpotkin has joined #nixos
<Guest55499> ohhh so with that config.nix i declare the configs like "firefox enableflash" blah blah blah before and then i use nix -iA nixpkgs.mypkg
<Guest55499> i get it now, im so smart rn
<qyliss> Guest55499: if you want declarative package management, you should avoid nix-env -i
<qyliss> (or -iA)
<qyliss> ,declarative
<{^_^}> There are multiple ways of managing a user declaratively. 1) nix-env -ir, compatible with "temporary" imperative use of nix-env; 2) buildEnv, providing more control over the paths that are linked into the profile; 3) home-manager, providing nixos-like config for your ~. https://git.io/fp0aU contains a comparison of the three methods and a sample expression for option 2.
<Guest55499> thank you! and qyliss why avoid -iA?
<qyliss> because it's not declarative!
<Guest55499> oh so wait what would i run then? D:
<qyliss> moment
dsrt^ has joined #nixos
<qyliss> Guest55499: oh actually if you're doing it the way the manual tells you that's fine
ddellacosta has joined #nixos
<qyliss> the way it suggests slightly suboptimal and we should maybe rewrite it, but not in any way that matters when you're just getting started
<qyliss> the problem with -iA is that you can also use it to install packages without having them in a configuration anywhere
<qyliss> e.g. nix-env -iA nixpkgs.hello
slack1256 has joined #nixos
<qyliss> and you don't get all the benefits of Nix by doing that
<Guest55499> so i should give them horrible unrememberable names, got it thenk u
<Guest55499> oh?
chisui has quit [Ping timeout: 240 seconds]
<qyliss> well, if you install packages one at a time imperatively, like nix-env -iA nixpkgs.hello to install the hello program, that'll mean the packages you have installed will get out of sync with what's in your nix file
<qyliss> make sense?
<Guest55499> oh, well i would avoid really hard to do that
<Guest55499> ye ye
<qyliss> yeah
is_null has quit [Remote host closed the connection]
<Guest55499> because the idea is to be able to carry this file with me
growpotkin has quit [Ping timeout: 246 seconds]
<qyliss> but the way the manual says is fine, because you're only ever installing one package (your package defined in your nix file) and it's always the same one
justanotheruser has joined #nixos
<Guest55499> mhm! thanks a lot!
ddellacosta has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @zowoq opened pull request #113653 → buildah: 1.19.4 -> 1.19.6 → https://github.com/NixOS/nixpkgs/pull/113653
n-osborne has quit [Remote host closed the connection]
charukiewicz has quit [Ping timeout: 260 seconds]
charukiewicz has joined #nixos
Guest55499 has quit [Quit: WeeChat 3.0]
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
is_null has joined #nixos
sheepfleece has joined #nixos
sheepfleece has quit [Client Quit]
_bin has joined #nixos
troydm has joined #nixos
sheepfleece has joined #nixos
Dotz0cat_ has joined #nixos
<{^_^}> [nixpkgs] @tmountain opened pull request #113654 → uchess: init at 0.2.1 → https://github.com/NixOS/nixpkgs/pull/113654
<{^_^}> [nixpkgs] @TredwellGit opened pull request #113655 → newt: replace python with python3 → https://github.com/NixOS/nixpkgs/pull/113655
Dotz0cat has quit [Ping timeout: 256 seconds]
neiluj has quit [Quit: leaving]
notpiika has joined #nixos
<notpiika> I have my DPI scaling set via `Xft.dpi` in my Xresources. Every app renders fine. However, whenever a GTK app opens a file dialog, it's opened more zoomed in than full screen, so I can't even use the dialog. If I unset `Xft.dpi`, the window opens small and normal, but every other app is very small.
<notpiika> What can I do?
<{^_^}> [nixpkgs] @ethancedwards8 opened pull request #113656 → tmuxPlugins.dracula: unstable-2021-02-09 -> unstable-02-18 → https://github.com/NixOS/nixpkgs/pull/113656
n-osborne has joined #nixos
CMCDragonkai1 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
ATuin has quit [Ping timeout: 264 seconds]
acarrico has quit [Ping timeout: 264 seconds]
CMCDragonkai1 has quit [Ping timeout: 240 seconds]
sigmundv__ has quit [Read error: Connection reset by peer]
sigmundv__ has joined #nixos
Acou_Bass has quit [Quit: ZNC 1.8.2 - https://znc.in]
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @zowoq pushed 2 commits to release-20.09: https://git.io/JtyLT
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111313 → hdf5: 1.10.6 -> 1.10.7 → https://github.com/NixOS/nixpkgs/pull/111313
jonge has joined #nixos
orivej has quit [Ping timeout: 272 seconds]
<ambroisie> It seems that explicitly setting `pinentryFlavor` to "curses" did not change anything about my problem
infty has quit [Quit: Lost terminal]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113654 → uchess: init at 0.2.1 → https://github.com/NixOS/nixpkgs/pull/113654
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113656 → tmuxPlugins.dracula: unstable-2021-02-09 -> unstable-02-18 → https://github.com/NixOS/nixpkgs/pull/113656
growpotkin has joined #nixos
sigmundv__ has quit [Read error: Connection reset by peer]
ericsagn1 has quit [Ping timeout: 272 seconds]
sigmundv__ has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<{^_^}> [nixpkgs] @nh2 opened pull request #113657 → turbovnc: init at 2.2.5 → https://github.com/NixOS/nixpkgs/pull/113657
g-w1 has joined #nixos
zn34 has joined #nixos
ddellacosta has joined #nixos
<zn34> Do nixpkgs follow any conventions as for XDG_CONFIG_HOME?
meh` has quit [Ping timeout: 265 seconds]
<zn34> I'm running `herbstluftwm` but it does not seem to use `~/.config/herbstluftwm/autostart`
<qyliss> we don't do anything to that (usually, haven't checked hlwm)
ddellacosta has quit [Ping timeout: 246 seconds]
ericsagn1 has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #113658 → skopeo: 1.2.1 -> 1.2.2 → https://github.com/NixOS/nixpkgs/pull/113658
<zn34> Thanks.
Acou_Bass has quit [Read error: Connection reset by peer]
<rednaZ[m]> I want to run python app pancritic.
<rednaZ[m]> It is not contained in `nixos.pythonPackages`
Acou_Bass has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
bn_work has quit [Quit: Connection closed for inactivity]
growpotkin has quit [Ping timeout: 256 seconds]
<rednaZ[m]> So I tried `nix-shell -p 'python3Packages.pip'`, `pip install -t . pancritic`, `bin/pancritic`
<rednaZ[m]> But that gives me `ModuleNotFoundError: No module named 'pancritic'`.
<rednaZ[m]> I do not really know the python ecosystem.
<rednaZ[m]> The pip command seems generally broken the way I use it. `pip search` gives me `xmlrpc.client.Fault: <Fault -32500: "RuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. See https://status.python.org/ for more information.">`.
<qyliss> if you want to run a program that isn't packaged your best bet is to write a derivation for it
seku has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @mweinelt opened pull request #113659 → python36: 3.6.12 -> 3.6.13; python37: 3.7.9 -> 3.7.10 → https://github.com/NixOS/nixpkgs/pull/113659
sheepfleece has quit [Quit: Lost terminal]
attila_lendvai has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
<{^_^}> [nixpkgs] @Hoverbear opened pull request #113660 → nvme-cli: add libuuid input → https://github.com/NixOS/nixpkgs/pull/113660
sigmundv__ has quit [Read error: Connection reset by peer]
gustavderdrache has joined #nixos
sigmundv__ has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #113659 → python36: 3.6.12 -> 3.6.13; python37: 3.7.9 -> 3.7.10 → https://github.com/NixOS/nixpkgs/pull/113659
faffolter has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<rednaZ[m]> qyliss: If a package is not in nodePackages, I can simply run `npm install` and `npx`. If a package is not in haskellPackages, I can simply run `stack install`.
acarrico has joined #nixos
<rednaZ[m]> qyliss: In these ecosystems, my best bet is not to write a deriviation for it, is it?
Mateon2 has joined #nixos
Mateon1 has quit [Ping timeout: 260 seconds]
Mateon2 is now known as Mateon1
Hail_Spacecake has quit [Ping timeout: 268 seconds]
ddellacosta has joined #nixos
<rednaZ[m]> qyliss: Does pip in NixOS behave differently than on other linux distributions?