<{^_^}>
[nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/JJ283
Cale has quit [Ping timeout: 260 seconds]
alphy has quit [Ping timeout: 245 seconds]
kraeXen- has joined #nixos
proofofkeags has joined #nixos
kraeXen- has quit [Client Quit]
proofofkeags has quit [Ping timeout: 240 seconds]
Rusty1 has joined #nixos
nij has joined #nixos
<nij>
I'm about to start using home-manager.. may I ask a few questions before that?
<Ashy>
nij: in general on irc you never need to ask permission to ask questions :)
<nij>
1. There are some packages that I can install by using both configuration.nix and home-manager.. for example `htop`. What is the advantage of using either?
<nij>
Ashy: ;D thanks for the tip! I have many questions.. so :/
<nij>
2. In the official github page, it's suggested that I first get home-manager by `nix-shell -A ...`. Doesn't this make the system non-functional? Can I get home-manager by adding one line to my configuration.nix?
<nij>
3. I'm still not sure how it works. Say I use home-manager to configure my `git`. Does it add a `~/.gitconfig`? If this is the case, what happen if I edit `gitconfig` manually afterward? Would it detect the change?
<nij>
4. There's a warning in the official repo. Is it true that it's still not "mature enough"? Should I expect many breaks?
h0m1 has quit [Ping timeout: 272 seconds]
<colemickens>
DigitalKiwi: fortunately my script supports remote building the faster way -> copy drvs, rsync drvs, ssh build, ssh push to cachix, realize from cachix back on original machine.
codygman has quit [Read error: Connection reset by peer]
alphy has joined #nixos
codygman has joined #nixos
Cale has joined #nixos
maier has joined #nixos
inkbottle has joined #nixos
<alphy>
I've been driven nuts by this issue for a couple of days now. I have just installed Kubuntu 20.04, and am trying to install multi-user Nix 2.3.7; I have added nixos-20.03 to channels, but when I try "nix-channel --update", I get an error: program '/usr/local/bin/nix-env' failed with exit code 100, because it can't find "/usr/bin/bash". I have
<alphy>
confirmed that "/usr/bin/bash" works just fine, so I'm wondering why the error occurs.
<tdeo>
tried setting them to true/[] explicitly but still seems to trip
rajivr has joined #nixos
orivej_ has quit [Ping timeout: 265 seconds]
terribleArtist has joined #nixos
orivej has joined #nixos
ttys1 has joined #nixos
kraeXen has joined #nixos
vivasvat has quit [Remote host closed the connection]
<ttys1>
Hello; recently I've been pulling my hair out attempting to setup ssh access to a nixos VM guest instance. The machine is built with "nixos-rebuild -I nixos-config=./configuration.nix build-vm", and I am running SSH on a custom port and have verified the ability to log in via ssh locally (i.e. from within the vm). The command I am using to run the
<ttys1>
guest is env QEMU_OPTS="-enable-kvm -net nic -net user,hostfwd=tcp::7777-:34782" ./result/bin/run-testvm-vm
<ttys1>
I have allowed TCP port 7777 in the firewall on the physical machine (not sure if this is needed)
<ttys1>
When I try to SSH into the guest, it times out
<clever>
ttys1: are you trying to ssh into 127.0.0.1?
<ttys1>
yes
<clever>
ttys1: what does `netstat -anp | grep 7777` report?
<ttys1>
(Not all processes could be identified, non-owned process info
<ttys1>
will not be shown, you would have to be root to see it all.)
<clever>
`rm /nix/var/nix/profiles/per-user/little-dude/profile /nix/var/nix/profiles/per-user/little-dude/profile-32-link` will fix the problem, but remove everything you have installed in nix-env
<little-dude>
That's fine. I'm using home-manager so I can re-install everything
<clever>
ah, should be fine then
<little-dude>
So I rm these two, then garbage collect everything, and then call `home-manager switch`?
Rajsun has quit [Quit: Leaving]
<clever>
no need to gc, just home-manager switch
<little-dude>
ok
<little-dude>
Trying that
<little-dude>
oh but then zsh: command not found: home-manager
<clever>
you need to look in `ls -l /nix/store/*/bin/home-manager` to find the old home-manager binary
<little-dude>
cool. It's building. Let's see
<little-dude>
I'm curious though: why not running the gc? Won't the corrupted /nix/store/largfl1x1qrwfvvprazn8jqg5ds43dak-env-manifest.nix remain?
karantan has joined #nixos
<clever>
if you gc'd, you would loose the home-manager binary
<dminuoso>
General question, if I have a minimal merge request that hasn't been looked in a while, what's the process? Just wait idly and hope for the best?
<clever>
,pr dminuoso
<{^_^}>
dminuoso: 0. Sorry. 1. If you complain about PR being in limbo, always provide a number («I have an unmerged PR (#23924)…»), bot will print PR title and it might bring you an impulse-merge. 2. Please look up who commits similar work and ping these people (or request-review), keeping up with all the PRs is not really possible.
<{^_^}>
[nixpkgs] @FRidh pushed commit from @jonringer to master « python2Packages.statsmodels: disable py27, abandoned »: https://git.io/JJ2SF
<sdisavona>
Hi, I'm using nix as secondary package manager on archlinux. vscode (Visual Studio Code OSS) and Skype (skypeforlinux) both can't connect to network.
<sdisavona>
Where should I start investigating? Is that just a coincidence? (2 MS products installed on nix not connecting to network).
<aveltras>
i've just installed nixos 20.03 on my desktop (which succeeded), im now trying to switch to nixos-unstable, when running nixos-rebuild switch, there's an error in bash "Exec format error", my config is the default one modulo enabling networkmanager and my user, any idea ?
<{^_^}>
[nixpkgs] @IvarWithoutBones opened pull request #94329 → ryujinx: init at 1.0.5094 → https://git.io/JJ2pl
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
sdisavona has joined #nixos
knupfer has quit [Read error: Connection reset by peer]
knupfer1 has joined #nixos
<sdisavona>
I'm getting "warning: name collision in input Nix expressions, skipping '/home/lapini/.nix-defexpr/channels_root/nixpkgs'"
fendor_ has joined #nixos
<sdisavona>
I've googled it quite a bite but no one of the solution is working for me.
fendor_ has quit [Remote host closed the connection]
fendor_ has joined #nixos
<sdisavona>
I've seen that my $NIX_PATH variable contained ~/.nix-defexpr/channels, which was coming from /etc/profile.d/nix.sh; this sh had the line "export NIX_PATH=${NIX_PATH:+$NIX_PATH:}$HOME/.nix-defexpr/channels"
knupfer1 is now known as knupfer
fendor has quit [Ping timeout: 240 seconds]
<sdisavona>
I commented out that line and put in a new one without the home bit, this way $NIX_PATH has changed, but has no effect.
<superherointj>
I did not understand how I can download U-Boot for the board (idbloader.img and u-boot.itb)
<superherointj>
It says to download. But from where?
<superherointj>
Above it says it says: "U-Boot for this board is packaged in nixpkgs and Hydra builds can be found here". But I was not able to download it in that URL.
<superherointj>
I am new to Nix.
<superherointj>
I am trying to install NixOS in this RockPro64 board.
<simpson>
superherointj: Two things. First, yes. Under "Build products", on the right, click "Help", and you'll be shown the package path (as well as a command to add it to nix-env, which you probably don't want)
<superherointj>
I don't have Nix installed yet.
<simpson>
Second, #nixos-aarch64 is a channel that you can use to get more targeted help. This channel is fine too, but that channel is specialized.
ap29600 has joined #nixos
<simpson>
Oh, yes, you'll want your build machine to have Nix for embedded work. Nix has to run builds somewhere, and that'll probably be your build machine.
<simpson>
Think of Nix as replacing Make, and nixpkgs as replacing your bitbake/gentoo/etc. ports tree.
<superherointj>
I have installed Nix in my computer (amd64). How can I download this file?
<superherointj>
I am only in need of Uboot and not of building NixOS. Because I have downloaded the NixOS image but it lacks the uboot for my device. It seems to me I just need to learn how to download from this URL.
<superherointj>
Sorry about being repetitive. IRC doesn't have edit.
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
codygman has quit [Ping timeout: 240 seconds]
codygman has joined #nixos
<{^_^}>
[nixpkgs] @ehmry pushed to master « nixos/lib/make-disk-image.nix: abritary format input »: https://git.io/JJakf
domogled has quit [Ping timeout: 240 seconds]
<atemu12[m]>
Is ofBorg sending you emails on GH actions failures of (Unnamed Workflow)s too?
<atemu12[m]>
I have no connection to the PRs I get notified on
itshaydendev has quit [Ping timeout: 265 seconds]
infandum has joined #nixos
jehova[m] has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos
<infandum>
I have a self-contained haskell script that uses nix-shell with `nix-shell -i runghc`. The setup is `nix-shell -E "let config = {allowBroken = true;}; in with import <nixos> { inherit config; }; let hp = haskellPackages.extend (self: super: {}); in runCommand \"dummy\" { buildInputs = [ (hp.ghcWithPackages (pkgs: [pkgs.system-filepath pkgs.text pkgs.turtle pkgs.bytestring pkgs.containers pkgs.vector]))]; } \"\""`. It's been a while
<infandum>
since I needed to make another one, but I need to do pkgs.haskell.lib.doJailbreak one of the haskell libraries. However, doing `(haskell.lib.doJailbreak pkgs.text)` for example does nothing. Where do I specify the jailbreak package? When making a package with developPackage I just put that in `overrides`, but I don't know where that goes here in the env nix-shell script.
<jiehong>
New to nixos, but I'm using it as my main driver for the last week and a half. I'm coming from Archlinux. I was wondering if it would be possible to have the boot process to use my screen's native resolution from grub till the xserver login. I couldn't find anything in the wiki about that beside setting the grub resolution
<jiehong>
(boot.loader.grub.gfxmodeEfi), but this isn't actually enough, and the resolution jumps about 2 or 3 times during the boot.
<gchristensen>
ma27[m]: I don't know what that is about
<stigo>
jiehong: welcome to nixos :)
<gchristensen>
ma27[m]: maybe ping Mic92 ?
<infandum>
Of course I figure it out after asking here even though I've been looking into it for a while: I needed to add the overrides where the extend is, replacing that with .override { overrides = self: super: { text = haskell.lib.doJailbreak super.text etc.
<ma27[m]>
I'm sorry then, looked like this is related to ofborg
<atemu12[m]>
jiehong: `console.earlySetup`
<jiehong>
stigo: thanks!
pmy has quit [Ping timeout: 246 seconds]
<jiehong>
atemu12[m]: ok, I'll check that!
<Mic92>
gchristensen: this looks a bit like a bug?
gustavderdrache has joined #nixos
<gchristensen>
with github?
<{^_^}>
[nixpkgs] @1000101 opened pull request #94340 → nixos/modules: add myself as maintainer of several services → https://git.io/JJaLO
<Mic92>
gchristensen: yes. It's not shown in the pr itself
<gchristensen>
huh very interesting...
<Mic92>
Does it do anything except showing up in the event log?
smatting_ has joined #nixos
pamplemousse has joined #nixos
<gchristensen>
to be honest I'm not sure what I'm looking at
<atemu12[m]>
Mic92: Spams me with emails :/
<atemu12[m]>
No idea why tbh, I have no connection to those failures
pmy has joined #nixos
<gchristensen>
Mic92: is the workflow stuff backported? maybe that is related?
<Mic92>
gchristensen: it's only in master atm
<gchristensen>
hrm.... I have no idea, do we have any contacts with github?
<fnlaai>
atemu12[m] do u got that email since u comment on a spesific issue? i do have those spam email when comment on issue we both discussed, the anbox.
<Mic92>
I don't know how so, your bot should not trigger any action, however it does react to comments
<Mic92>
atemu12[m]: romildo gchristensen I opened a ticket at github
<atemu12[m]>
Mic92: Thanks!
<gchristensen>
thank you a lot
<typetetris>
I am running a `nix-serve` with `NIX_SECRET_KEY_FILE` set and the client has the public key configured in `trusted-public-keys` but I still get `does not have a valid signature for path ...`. That has me totally baffled, any clues?
<atemu12[m]>
Could we perhaps selectively disable our bots and see if the issue persists?
jiehong has joined #nixos
<atemu12[m]>
Btw, do you all receive emails or is it limited to a specific NixOS org team?
dbmikus has joined #nixos
<Mic92>
I am in the team
zebrag has joined #nixos
inkbottle has quit [Ping timeout: 256 seconds]
zupo has joined #nixos
pmy has quit [Quit: WeeChat 2.8]
<jiehong>
I tried `console.earlySetup`, and this sort of removed 1 resolution jump at the very beginning. But what happens is that Stage 1 starts with a big font, and stops to ask my zfs pool password, which is expected. I enter my password, and Stage 2 is started, but in the middle of stage 2, the resolution suddenly change to match the native resolution of
<jiehong>
the monitor. But the console font doesn't seem to change, so that's fine. Can the resolution at start up be set to avoid this change in resolution?
dbmikus has quit [Ping timeout: 240 seconds]
domogled has quit [Remote host closed the connection]
<buckley310>
what bootloader are you using?
domogled has joined #nixos
<Mic92>
jiehong: if you use the new hidpi it should set systemd-boot to use higher resolution i would say
<Mic92>
At least it does that for me.
<buckley310>
if you use systemd-boot, this will use your monitor's native resolution `boot.loader.systemd-boot.consoleMode = "max";`
<{^_^}>
[nixpkgs] @cohei opened pull request #94345 → chruby-fish: init at 0.8.2 → https://git.io/JJamc
<jiehong>
I'm using systemd-boot, so I'll try that consoleMode setting then! thanks for the hint!
jiehong has quit [Remote host closed the connection]
<jiehong>
Mic92: so, does that mean better default in the next stable version? Great!
<Mic92>
jiehong: yesh, but you can already just copy the options the module defines.
sentinal8473 has joined #nixos
<jiehong>
I checked the logs in dmesg, and it seems that `fb0: switching to amdgpudrmfb from EFI VGA` is when the console jumps resolution
<Mic92>
systemd-boot uses the EFI graphic primitives
meh` has quit [Quit: I don't want to live on this planet anymore.]
<Mic92>
It does not have any graphics drier.
<Mic92>
Linux upgrades during the boot
<Mic92>
you might not have graphics driver in your initrd though
<{^_^}>
[nixpkgs] @peti pushed 797 commits to haskell-updates: https://git.io/JJaOT
NeoCron has quit [Remote host closed the connection]
meh` has joined #nixos
<jiehong>
Mic92: (y)
<romildo>
Mic92, thanks for looking at the e-mail on actions issue. I have just submitted the PR. It also happened to the other PR I have submitted today.
adyatlov has joined #nixos
<adyatlov>
Is there any way I can make this work? nix-env -qaP 'nixos.emacs26Packages.*theme
<adyatlov>
I.e. query for a list of available emacs themes
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJaOi
alp has quit [Ping timeout: 240 seconds]
<{^_^}>
[nix] @edolstra pushed to master « nix bundle: Set category »: https://git.io/JJaO1
<nh2[m]>
Ah, I see my mistake, I had both normal `vim` and `vim_configurable` in the `systemPackages`, and the normal one took preference. Removing it fixed it.
finnb has joined #nixos
<{^_^}>
[nixpkgs] @peti opened pull request #94347 → Update Haskell package set to LTS 16.7 (plus other fixes) → https://git.io/JJaOM
jiehong has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<timokau[m]>
Mic92: Oh, I thought you had. Will do
nixuser has joined #nixos
domogled has quit [Quit: domogled]
jiehong has quit [Remote host closed the connection]
adyatlov has quit [Remote host closed the connection]
<nixuser>
nixos-install says: creating symlink from '/mnt/nix/var/nix/gcroots/profiles' to '/mnt/nix/var/nix/profiles' : Operation not permitted. I don't have file: profiles. Please send me file: profiles
<atemu12[m]>
finnb: Sure does but that should be irrelevant for containers, shouldn't it?
<infinisil>
NixUser: Are you root?
<finnb>
atemu12[m], aye for containers. I should have specified the second comment for images!
<finnb>
I'm interested in having fully reproducible build environments
user_0x58 has joined #nixos
<atemu12[m]>
finnb: You're at the right address ;)
dbmikus has joined #nixos
<nixuser>
yes. sorry new error. 1 min
<finnb>
atemu12[m] - I'm looking to move away from using containers that do: From ubuntu:18.04
<atemu12[m]>
finnb: All you need is to declare your dev environment and you're GTG. Might also want to pin Nixpkgs though.
<nixuser>
nixos-install -> error: changing ownership of path '/mnt/nix/store': Operation not permitted
<atemu12[m]>
NixUser: Are you root?
<nixuser>
yes
Fare has joined #nixos
<atemu12[m]>
NixUser: try `chmod`ing it manually and see if that also produces an error
<kraeXen>
huh, perhaps it was just gnome that did that in the video I watched...
<atemu12[m]>
kraeXen: But for trying stuff out, you wouldn't even install stuff into your user env, you'd just open a nix-shell with all the packages you want to try out in it
<kraeXen>
welp, another reason to stay away from gnome lol
<bqv>
kraeXen: almost nothing in nix requires a restart
<DigitalKiwi>
that's going to be the case with just about any DE
<kraeXen>
ah, well I only have 1-2 that I'm going to use anyway
<atemu12[m]>
kraeXen: Some programs might not respond to any change in the environment whatsoever, so yeah in those cases you'd need to do additional steps. You'd have to on any distro though
<superherointj>
simpson, yes. clever helped me. Solution was to use `nix-store -r <thatpath>`
<kraeXen>
lets say I have cinnamon installed for user a, but xmonad for another, would the xmonad user be able to access the cinnamon stuff and vice versa, or is it all compartmentalized well?
<DigitalKiwi>
ryantm: oh, so not another nixUnstable bug
<ryantm>
DigitalKiwi: right.
<kraeXen>
and the per-user packages can those be synced with a .nix config too?
<DigitalKiwi>
sounds like you want home manager
rajivr has quit [Quit: Connection closed for inactivity]
<kraeXen>
hm, I see, well that's all I have for now...
<{^_^}>
[nixpkgs] @flokli opened pull request #94356 → systemd: disable remote support → https://git.io/JJane
<atemu12[m]>
Can I make Element follow new messages somehow? It staying where it was is a nice feature for some cases but I'd rather see new messages as they come in without having to touch the mouse
<matthewcroughan>
https://nixos.wiki/wiki/Cheatsheet states that the equivalent search functions of most package managers is `$ nix search emacs` for example
<matthewcroughan>
Additionally `$ nix-env -qaP '.*emacs.*'` would be okay. But I find that no matter what hardware I run this on, this will not return a result for up to 3 to 5 mins.
<matthewcroughan>
Subsequent usage of the command on exactly the same item may improve matters, but how is this acceptable? Is this actually the right way to use nix?
<matthewcroughan>
-v doesn't really help me, as I don't quite understand what it's doing. Is there a less verbose verbosity option that allows me to see the key things that it is doing that is taking so long?
<cole-h>
`nix search` needs to build a cache (database, probably) of packages. `nix-env` has to evaluate every packge in Nixpkgs.
<afreak>
is it possible to rollback a specific package?
<cab404[m]>
<afreak "is it possible to rollback a spe"> you can pin nixpkgs and get it from there
tldr32 has joined #nixos
cosimone_ has quit [Client Quit]
<afreak>
aha, ill try that, thanks
kir0ul75 has quit [Ping timeout: 264 seconds]
o1lo01ol1o has quit [Read error: Connection reset by peer]
o1lo01ol_ has joined #nixos
<DigitalKiwi>
when i make a commit to add a node package to nixpkgs to upstream do i add the result of ./generate.sh too or does that automatically happen like with haskell
<infinisil>
DigitalKiwi: Need to add it
<DigitalKiwi>
ok
o1lo01ol_ has quit [Remote host closed the connection]
<DigitalKiwi>
<3 infinisil
<{^_^}>
infinisil's karma got increased to 324
<infinisil>
The node thing is really not ideal though, because all PRs adding a node package conflict with each other :/
<infinisil>
We probably should have an automatic bot for that
<{^_^}>
[nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JJa4X
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJa4D
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « all-cabal-hashes: update to Hackage at 2020-07-30T22:14:54Z »: https://git.io/JJa4Q
meh` has quit [Ping timeout: 264 seconds]
<{^_^}>
[nixpkgs] @primeos opened pull request #94368 → tig: Don't install the broken ZSH completion → https://git.io/JJaBf
<ryantm>
I think every PR that adds a node package shouldn't run the generate thing. Then people can periodically make a PR that does the generate thing.
karantan has joined #nixos
<{^_^}>
[nixpkgs] @srhb merged pull request #93430 → linux: enable io cost and io latency block group controller → https://git.io/JJnzs
<cizra>
Hello! Just hopping by to comment on the ease of creating customized installer images - thank you for providing this nifty feature! It only took minutes of googling to figure out how to create a SSH-enabled installer. The one thing I miss is dynamically getting my username, so I could share the script easily. Do you have ideas how to pull this off?
<cizra>
Another thing - would it be possible to _remove_ users from system? I'd like to keep the predefined base configuration, but get rid of the nixos user.
v0|d has joined #nixos
asymptotically has quit [Quit: Leaving]
alexherbo2 has joined #nixos
andreas303 has quit [Remote host closed the connection]
<srhb>
cizra: You're probably better off lib.mkForcing the entire users.users set to the set you want.
kreyren has quit [Remote host closed the connection]
<srhb>
cizra: See eg nixos/modules/profiles/installation-device.nix
<srhb>
cizra: Making a top level import that passes a module with your desired username should be easy too, not sure how fast the build is though.
<cizra>
Thanks!
<cizra>
To reiterate, I'm amazed at how easy it is to produce an installer with any set of features. I think I'll try to set up one for distcc next.
<srhb>
Cool :)
christianbundy has joined #nixos
<christianbundy>
Hi all. I'm interested in how Guix is working on bootstrappability but I have more friends using NixOS -- are y'all also working on the 'bootstrapping from source' problem?
_rvl has joined #nixos
alexherbo2_ has joined #nixos
<simpson>
It all depends on how far back you need to go. Some projects are ticking time bombs, but we're overall doing pretty good. What are you working on, specifically?
<simpson>
We do have a policy somewhere that we prefer source builds, and I don't think that there's many (any?) free binaries that we don't build from source. I guess there's a couple Go projects that we can't build from source always?
<symphorien>
I'm not sure we build many java apps from source
<symphorien>
Maven is terrible
<srhb>
I'm _sure_ we don't, because... yes -- maven.
<dxtr>
Would it be possible to install one specific package from the unstable channel?
<srhb>
dxtr: Yes (with all its dependencies)
<dxtr>
How would one go about to do this?
doyougnu has joined #nixos
lsix has quit [Ping timeout: 272 seconds]
<dxtr>
I guess the easiest would be to just add the unstable channel for my user and install the package with nix-env there?
<srhb>
dxtr: Yeah, that works fine :)
<dxtr>
I love that I have been putting off this for literally months because I figured it'd take some work and I've been too tired to take on a larger project
<clever>
srhb: there is even `nix-env -f channels:nixos-unstable` to generate that url automatically
<srhb>
clever: Ah yes, I couldn't remember the syntax, thank you.
cosimone has quit [Quit: Quit.]
<clever>
srhb: its hidden in the util function for downloading, so it even affects builtins.fetchTarball
<srhb>
Funky.
<dxtr>
That's pretty neat
<clever>
srhb: and i think it even reaches to <nix/fetchurl.nix>
<quidome[m]>
I imagine that when 20.09 comes out, versions of packages will be frozen. At what point will bigger sets of packages like kernel, gnome or kde be frozen for the release?
fendor has quit [Quit: Leaving]
cosimone has joined #nixos
zupo has joined #nixos
<srhb>
quidome[m]: Usually the freeze is at 09 or 03, for each release respectively :)
<srhb>
quidome[m]: (as in, approximately the 1st)
<{^_^}>
[nixpkgs] @rtreffer opened pull request #94377 → zfs: backport linux 5.8 compatibility patch to 0.8.4 release → https://git.io/JJauG
<srhb>
quidome[m]: The freeze is really just a branch-off, master -> release-20.09 (though bigger changes may still happen if reasonable)
<quidome[m]>
srhb: so not aiming at any bigger releases, freeze whatever is built around the 1st. Interesting :)
<srhb>
quidome[m]: It's not really "built" -- just the expressions. :)
proofofkeags has quit [Remote host closed the connection]
endformationage has joined #nixos
alexherbo2_ has joined #nixos
<KarlJoad>
Cool. Thanks gchristensen. Another question, while I have you. Why is nix.useSandbox necessary? I thought everything was already built "separately" from each other.
o1lo01ol1o has joined #nixos
<gchristensen>
changing it from its default of tru eto false lets a build access the network or other places on the filesystem, typically not desirable
ap29600 has joined #nixos
<KarlJoad>
Other than the nix store, you mean?
<KarlJoad>
The manual also mentions it can have a "relaxed" value. What does that mean?
<clever>
KarlJoad: there is a special attr you can add to a derivation, to request the sandbox to be off
<gchristensen>
not sure, sorry, I never turn it down from maximum :)
<clever>
that only functions if you set it to relaxed
Havvy has quit [Remote host closed the connection]
<energizer>
no...
Neo--- has quit [Ping timeout: 256 seconds]
Havvy has joined #nixos
lsix has quit [Quit: WeeChat 2.9]
proofofkeags has quit [Remote host closed the connection]
<energizer>
i have a bluetooth controller that is powered and pairable (according to bluetoothctl) but it doesnt find any devices. my other computer can find the devices
<{^_^}>
[nixpkgs] @mweinelt opened pull request #94387 → home-assistant: revert back to python3.8 → https://git.io/JJarc
<{^_^}>
[nixpkgs] @Infinisil merged pull request #88110 → wrapNeovim: consolidate makeWrapper arguments and more → https://git.io/JfuZy