<monokrome>
[ 12.213830] snd_emu10k1 0000:0a:00.0: Audigy2 value: Special config.
<{^_^}>
[nixpkgs] @jtojnar pushed to structured-attrs « fixup! treewide: configureFlags is a flat list »: https://git.io/JeA2J
<monokrome>
shows up in aplay -l, but not w/ pulse
<monokrome>
interesting
<monokrome>
if I do `pulseaudio -k`, it comes back
<clever>
monokrome: sounds like a bug within pulseaudio, try checking journalctl for logs
<monokrome>
I think it's misconfigured in some way, because it also doesn't show the SPDIF interface I'm using
<monokrome>
ok no now it's working
<monokrome>
wat
* monokrome
rhugs
* monokrome
shrugs*
<monokrome>
I installed alsaTools
<monokrome>
lol
<monokrome>
oh never mind
<monokrome>
it didn't work, once I played the card disappeared again and it jumped to my other sound card which is working fine
* monokrome
explodes
<monokrome>
,locate modinfo
<monokrome>
.locate modinfo
* monokrome
explodes
<{^_^}>
Found in packages: go, kmod, toybox, busybox, bash-completion
vidbina has quit [Ping timeout: 240 seconds]
<monokrome>
ty {^_^}
drakonis has joined #nixos
<monokrome>
alsaconf is maybe bad on nix, ya?
andi- has quit [Ping timeout: 248 seconds]
init_6[m] has joined #nixos
vidbina has joined #nixos
virus_dave has joined #nixos
horner has quit [Quit: zzZzZzZzZZZzzz…]
<virus_dave>
Hey folks, noob question. I’m trying to get nixos on my raspberry pi 3B. I setup my SD card withh 19.09 and booted just fine into the default configuration. However, any attempt to do an initial rebuild with a non-empty configuration.nix (even the template at https://nixos.wiki/wiki/NixOS_on_ARM#NixOS_installation_.26_configuration) results in a nonbootable system. Is there a way to tell nixos to dump the “current” configuration into a file?
<virus_dave>
Since the SD image starts out bootable and working correctly, i imagine that’s a fine starting place.
<{^_^}>
[nixpkgs] @jtojnar pushed 43 commits to staging-next: https://git.io/JeA2s
<monokrome>
virus_dave: Any info on why it's non-bootable? Does it get to the bootloader, does it get to init, etc?
<virus_dave>
it gets to “starting kernel” after uboot selection of the current profile then hangs
<virus_dave>
fwiw, i just discovered nixos-generate-config, which appears to be exactly what i was looking for :) Let me try a rebuild from just the defaults it created.
<{^_^}>
[nixpkgs] @veprbl pushed commit from @erictapen to release-19.09 « opensc: 0.19.0 -> 0.20.0 (#76666) »: https://git.io/JeA2z
mexisme has quit [Ping timeout: 265 seconds]
init_6 has joined #nixos
jlv has joined #nixos
ajs124 has quit [Quit: Gateway shutdown]
kleisli has joined #nixos
<jlv>
I'm trying the fish shell, and it doesn't see some man pages. Like `man configuration.nix`, `man nixos-rebuild`, or `man home-configuration.nix`.
johnjay has quit [Ping timeout: 265 seconds]
horner has joined #nixos
vld has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
vld has quit [Ping timeout: 265 seconds]
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 245 seconds]
<{^_^}>
[nixpkgs] @jtojnar pushed to structured-attrs « fixup! ninja: fix for structured attrs »: https://git.io/JeA2N
<{^_^}>
[nixpkgs] @OPNA2608 opened pull request #76728 → palemoon: use gcc7, remove build notification → https://git.io/JeA2x
<{^_^}>
[nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JeAVV
vld has joined #nixos
rkrishnan has left #nixos ["ERC (IRC client for Emacs 26.3)"]
<{^_^}>
[nixpkgs] @mox-mox opened pull request #76729 → Adding passthru to ion shell to allow using it as a login shell as ad… → https://git.io/JeAVK
vld has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
anttih_ has quit [Quit: Connection closed for inactivity]
swapgs has joined #nixos
swapgs has joined #nixos
swapgs has quit [Changing host]
lsyoyom has joined #nixos
felixfoertsch23 has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
swapgs has joined #nixos
swapgs has joined #nixos
swapgs has quit [Changing host]
orivej has quit [Ping timeout: 258 seconds]
init_6 has quit []
tsrt^ has quit []
orivej has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
<jlv>
How would I clear the `.source` option of a `environment.etc`? I want to use the `.text` option instead, but there is not default source and I can't set it to null.
abaiste^ has joined #nixos
mac10688 has joined #nixos
<jlv>
I think `mandb` already has support for user man pages. It has a `--user-db` option, but it doesn't seem to be working.
<geosmin>
i've never used nix, can it also restore things like gtk themes and fonts from github (not packages)
<infinisil>
geosmin: What do you mean by "restore"?
<geosmin>
from what i understand the non-hardware config can deploy a ~1:1 of ani particular config
<geosmin>
i'm not sure how that would work for, say, a gtk theme from some github repo
<infinisil>
Ah, so usually gtk themes are set on a per-user basis
<infinisil>
Meaning it's in some ~/.config/gtk3 file or so
<infinisil>
Which naturally the system shouldn't control (because you wouldn't want to need root rights to change it)
<geosmin>
here's where the confusion might come from, i came across some comment from a nixos user that said with their config file they could restore an exact copy of their setup
<geosmin>
some of the wording was along the lines of "down to every last detail"
<infinisil>
Well that's not entirely true by default
<jlv>
They're probably using `home-manager`
<geosmin>
home-manager sounds like the missing piece here
<infinisil>
Yeah home-manager can improve it
<geosmin>
obviously that couldn't apply to user data, and by extention many things in ~ and ~/.config
<infinisil>
home-manager is for things in ~
CMCDragonkai has joined #nixos
<jlv>
Home manager can manage your user data like nixos manages system.
dump_stack has quit [Remote host closed the connection]
dump_stack has joined #nixos
vld has joined #nixos
sigmundv_ has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
vld has quit [Ping timeout: 258 seconds]
<{^_^}>
[nixpkgs] @jtojnar pushed to staging « glib: remove Autotools specific env vars »: https://git.io/JeA6e
rootatarch has joined #nixos
FRidh has joined #nixos
brightone has joined #nixos
<philr>
Hi, I'm trying to override a python package using an overlay (I want a more recent version of the package than the one in nixpkgs). I tried to follow the example in the nixpkgs manual but it doesn't seem to do anything.
<{^_^}>
[nixpkgs] @jtojnar pushed to staging « glibc: make NIX_CFLAGS_COMPILE a string »: https://git.io/JeA6t
<{^_^}>
[nixpkgs] @FRidh pushed commit from @risicle to staging « cyrus_sasl: add patch for CVE-2019-19906 »: https://git.io/JeA6a
dump_stack has quit [Remote host closed the connection]
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
cosimone has quit [Quit: Terminated!]
fenedor has joined #nixos
veske has joined #nixos
lorimer has joined #nixos
lopsided98 has quit [Quit: No Ping reply in 180 seconds.]
remirol has quit [Ping timeout: 268 seconds]
lopsided98 has joined #nixos
<chagra>
philr: what's the package and what exact method did you use to override it?
<chagra>
philr: there are a bunch of ways
<chagra>
you can use overrideAttrs, or start an entire overlay, or write a new nix file and import it to override
<philr>
chagra: The package is i3ipc. I've added this in a file in ~/.config/nixpkgs/overlays/ https://bpaste.net/4P2Q
<philr>
The sha is not updated yet. It doesn't complain so I guess no fetch is actually happening.
justanotheruser has quit [Ping timeout: 265 seconds]
<eoli3n_>
Hi nix community :)
<eoli3n_>
i'm an arch user, i used some ansible playbook to makes my dotfiles immutable and support multiple hosts (desktops and servers configurations). https://github.com/eoli3n/dotfiles . Using Nixos will makes me use home-manager to manage dotfiles.
<eoli3n_>
if a dotfiles requires to change a line for a specific host, i will need to use nix script. Problem is that it will break the possibility to push that config on non nix hosts
vidbina has joined #nixos
<eoli3n_>
maybe i could make home-manager pull my dotfiles project and ansible localhost
<CMCDragonkai>
the `runCommandNoCC` having `version` doesn't seem to work, the resulting $out doesn't use version at all
ebzzry has joined #nixos
justanotheruser has joined #nixos
zupo has joined #nixos
<chagra>
philr: I think I got it
<chagra>
philr: the second line should be `python = super.python37.override {`
<chagra>
philr: you might also want to use `rec` for super.fetchFromGithub
<chagra>
philr: because you're referencing version there
<chagra>
philr: but I'm not sure really about that one
<eoli3n_>
i'm trying to install git from live booted iso : it eats a lots of cpu, i understand that package is not in cache, is there anything to do to make it not compile ?
<philr>
chagra: this makes no sense to me, which is not a surprise since I don't understand nix too well. It's downloading a bunch of stuff and building some things from source, which is at least more activity than I got before. :)
ng0 has joined #nixos
ng0 has joined #nixos
ng0 has quit [Changing host]
<eoli3n_>
i added unstable repo and did nixchannel --update
<eoli3n_>
so why is it compiling ?
vld has joined #nixos
<eoli3n_>
(not sure it is, but it seems to)
<chagra>
philr: neither do I. Overriding is still new to me either and I don't even do it through overlays. But yeah since the package has not been yet built by hydra there won't be a cache so it will compile gentoo style
brightone has quit [Ping timeout: 258 seconds]
<chagra>
wait is that version already in the unstable repo?
<chagra>
does not seem like it
<chagra>
so yeah if it's not in the main repo ofcourse it will compile it
<philr>
chagra: well the i3ipc package is pure python, so it's not compiling _that_ I'm pretty sure. >.<
<chagra>
if you want you can push binary cache to cachix so you can have custom binaries but that's a whole other ordeal
<chagra>
yeah lol, I meant building the package
<chagra>
it still has to rebuild it from scratch because the source changed
vld has quit [Ping timeout: 268 seconds]
zaeph has joined #nixos
thc202 has joined #nixos
veske has quit [Quit: This computer has gone to sleep]
<shyim>
Hey, how can i refresh my own desktop icons?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
veske has joined #nixos
init_6 has joined #nixos
opthomasprime has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
justanotheruser has quit [Ping timeout: 245 seconds]
init_6 has quit []
silver has joined #nixos
Jackneill has joined #nixos
aexoxea has quit [Quit: Goodbye!]
aexoxea has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}>
[nixpkgs] @FRidh pushed 98 commits to python-unstable: https://git.io/JeAPr
rootatarch has quit [Quit: WeeChat 2.7]
<Smith[m]>
Can I cross-compile for aarch64 from a NixOS qemu x86 vm ? I'm not sure I understand if cross-compiling is builtin or something I need to setup ...
veske has quit [Quit: This computer has gone to sleep]
ikwildrpepper has joined #nixos
vld has joined #nixos
johnjay has quit [Ping timeout: 265 seconds]
vld has quit [Ping timeout: 260 seconds]
<CMCDragonkai>
I have a overlay repository with custom package definitions, that also exports the nixpkgs again. I want to put custom modules inside there. What would be the best way to refer to these custom modules? I can't use `<nixpkgs/...>` because that still points to the upstream nixpkgs, nor can I use `pkgs.path` since overlay doesn't change that.
orivej has joined #nixos
<infinisil>
CMCDragonkai: NixOS modules?
<CMCDragonkai>
yep
<CMCDragonkai>
got custom modules in an overlay repo
<infinisil>
Just ./path/to/your/repository/some/module.nix?
<infinisil>
I guess you want it to be less hard-codey?
orivej has quit [Ping timeout: 240 seconds]
<CMCDragonkai>
yea
romildo has joined #nixos
kaychaks[m] has joined #nixos
<infinisil>
CMCDragonkai: I'd make it a single module in the repository that imports the others
<infinisil>
Then you can use `imports = [ ./path/to/repository/module.nix ]` to import all of them
<CMCDragonkai>
but where isthe path to repository?
<CMCDragonkai>
it's a nother repository?
<CMCDragonkai>
git submodule?
<infinisil>
Ah well `fetchTarball` or something
<infinisil>
However you prefer to get your reporitory
silver has quit [Read error: Connection reset by peer]
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
mexisme has quit [Ping timeout: 252 seconds]
sam_d has quit [Read error: Connection reset by peer]
sam_d has joined #nixos
gustavderdrache[ has joined #nixos
zebrag has joined #nixos
inkbottle has quit [Ping timeout: 260 seconds]
<o1lo01ol1o>
I'm still trying to figure out how to reconstruct the path to cabal's data-dir. I given a cabal project called `src`, I can get figure out ${src.data}/share/${base-compiler.ghc.name}/x86_64-osx-ghc-8.8.1/${src.name}/foo, but where does "x86_64-osx-ghc-8.8.1" come from?
<{^_^}>
makefu's karma got increased to 4, samueldr's karma got increased to 144
<makefu>
from the questions: "how do you make sure that all this coole software is available for everyone" "we try to package everything at least one operating system called NixOS"
<kaliumxyz>
figured it out.
<makefu>
that sounds ... reasonable :)
<kaliumxyz>
had a channel name that wasnot parsable
<kaliumxyz>
lel
jakobrs has joined #nixos
<{^_^}>
[nixpkgs] @costrouc opened pull request #76738 → python3Packages.dask: 2.9.0 -> 2.9.1 enable tests, move to github src → https://git.io/JeADy
<jakobrs>
And I fail to see why it wouldn't work on macOS
<infinisil>
jakobrs: You most likely have different nixpkgs versions on macOS and NixOS
<jakobrs>
But it's got nothing to do with the package version
<jakobrs>
Some packages just don't work on macOS with ghcWithPackages
<infinisil>
Why are you so sure of that? This seems like an error you get because of a module not existing in that version of haskell packages
<infinisil>
jakobrs: You can add `-I nixpkgs=channel:nixpkgs-unstable` to the nix-shell line to use nixpkgs-unstable on both machines
<jakobrs>
It happens with bytestring, wai and warp as well
<jakobrs>
and Data.ByteString has always been in the package
<jakobrs>
And adding -package case-insensitive to runghc makes it run
<jakobrs>
Meaning it finds the module, it just refuses to load it
<infinisil>
I don't have a mac accessible right now, but all I can recommend is to at least try with a reproducible nixpkgs version, and a latest one at that in case there were any recent fixes
<jakobrs>
I know, but i *really* don't think it's got to do with the package version
<jakobrs>
It's either a bug, or I've messed up my Nix installation somehow
ddellacosta has joined #nixos
<infinisil>
Also add --pure to the nix-shell line to not have it be influenced by other things
ng0_ has joined #nixos
ng0_ has joined #nixos
ng0_ has quit [Changing host]
tomberek has joined #nixos
<jakobrs>
I've tried that
<jakobrs>
I think it might have got something to do with propagated-build-inputs: the packages that don't work have a
<infinisil>
So it's the same problem on only macOS even with --pure and -I nixpkgs= ?
<jakobrs>
"propagated-build-inputs: /nix/store/*/" line when downloading dependencies
<jakobrs>
yes
<jakobrs>
to your question
ng0 has quit [Ping timeout: 268 seconds]
<infinisil>
jakobrs: Does it work if you call the nix-shell command manually, then run `runghc File.hs` manually in the shell?
<tomberek>
has anyone noticed a surprisingly slow `nix copy --to s3://bucket`? I can work on a fix, but need to be pointed in the right direction.
<chrisaw>
Can anyone tell me the correct way to use the following? linuxPackages.openrazer = super.linuxPackages.openrazer.overrideAttrs (old: rec { });
<chrisaw>
The problem I'm facing is - I'm trying to do a package override on the openrazer module to use a forked version (which includes support for my device) but it looks like I'm overriding the entire linuxPackages group.
<Unode>
hi all, I have an issue with sudo in that I can't seem to make it work without requesting a password. This starting happening since the last upgrade to 19.09.
<Unode>
Does anyone know if this was fixed/reported or has any suggestions on how to troubleshoot this?
<chrisaw>
@infinisil: Turns out I was wrong - it's not a linuxPackages group package - it's actually a pythonPackages group package. Strange thing is - done the same thing as your example but it's being ignored. Any ideas?
<chrisaw>
https://termbin.com/82pr -- this is my overlay file. The openrazer-daemon override works great but I also need the driver package (pythonPackages.openrazer) to use my sources too.
<chrisaw>
(I'm intentionally using a fake rev value so I can be sure the overridden package is being used - I'll fix that once I get an error about it. :))
horner has joined #nixos
zaslet has joined #nixos
UndefinedIsNotAF has quit [Ping timeout: 264 seconds]
<infinisil>
Oh, and actually what I showed isn't the "intended" way to override kernel packages
UndefinedIsNotAF has joined #nixos
<zaslet>
I have what is probably a question of misunderstanding but in any case. We wish to use nix to operationalize our r projects. One thing we particularity wish to do is use the binary builds. However, whenever I start a nix shell with rPackages inputs, they get compiled from source. It appears to me like binaries for rPackages are available so I'm not
<zaslet>
sure what I'm doing wrong.
<chrisaw>
To be fair - a quick 'N dirty hack is good enough for this purpose because I'm going to PR my changes upstream to the openrazer team. I just want to test the fix on my local machine using an override first is all.
<infinisil>
chrisaw: Should have been like this: linuxPackages = super.linuxPackages.extend (lself: lsuper: { openrazer = ...; })
<infinisil>
But this probably won't work for python
<clever>
zaslet: `nix-shell -p foo` gives you a compiled copy of foo, `nix-shell -A foo` gives you an env suitable for building foo
gaxlumple has joined #nixos
noudle has quit []
<gaxlumple>
MPV seems compiled without support for V4L. How can I fix that?
jmeredith has quit [Quit: Connection closed for inactivity]
endformationage has joined #nixos
fenedor has quit [Ping timeout: 265 seconds]
b1000101 has joined #nixos
philr has quit [Ping timeout: 258 seconds]
Naptra has quit [Remote host closed the connection]
<infinisil>
gaxlumple: v4l2:// seems to be for V4L
ddellacosta has joined #nixos
<cjpbirkbeck>
is there any point in first doing nix-collect-garbage, then nix optimise-store, or i may as well just let them go independently of each other?
<infinisil>
mkaito: What about `nix-instantiate --eval -E '(import ./lib).commitIdFromGitRepo (toString ./.git)'`
<mkaito>
shortRev is hardcoded atop nixos/release.nix -_-
<mkaito>
seems to be meant to be overridden
<infinisil>
Ahh
<{^_^}>
[nixpkgs] @kampfschlaefer opened pull request #76749 → rsync: Fix perl-substitution in rrsync → https://git.io/JeAH5
<infinisil>
That's probably to make it reproducible
<mkaito>
fun times, I'll try wrapping nixos/release.nix
<mkaito>
thanks for the pointers
<mkaito>
I'll probably do that tomorrow, lest the wife begin screaming
<infinisil>
mkaito: Why do you need this?
<infinisil>
Hehe alright
<mkaito>
building our own AMIs
<mkaito>
uploading updates to it doesn't work very well if the store path is the same
<mkaito>
probably S3 eventual consistency or something
<gaxlumple>
infinisil: No protocol handler found to open URL v4l2://
<infinisil>
Ah I guess mpv uses tv://
<infinisil>
gaxlumple: In the manpage it says tv:// is only for linux, are you on linux?
<infinisil>
Ah no I can reproduce it
<infinisil>
gaxlumple: Always mention the error and the command you ran..
<infinisil>
I wouldn't have had to ask around so long if you just told me that mpv gives "The protocol is either unsupported, or was disabled at compile-time."
<lunik1>
I'm having tests fail when building pyjwt on 19.09-small. Is there a way of finding out what is pulling that as a dependency?
<wildjames>
i'm trying vmetal but there is no output on my screen.
<wildjames>
Doe that mean that i need another display connected for this to work? What is supose to happen?
<wildjames>
in the faq it says: From this point forward you can install and configure Windows as you would in any computer. To visualize the virtual environment, switch the input of your monitor to the correct entry that connects into your non-primary display output.
<infinisil>
Seems like tv:// was removed
<wildjames>
I'm using 3 display all are connected and displaying the desktop (nitrux)
<infinisil>
lunik1: In the failing output you should see a sequence of .drv files, this is the dependency chain
mexisme has quit [Ping timeout: 260 seconds]
<lunik1>
ah ok, looks like it's beets
ixxie has joined #nixos
zeta_0 has joined #nixos
horner has quit [Read error: Connection reset by peer]
<wildjames>
Somehow i read 3 times over the part that you need another videocard.
horner has joined #nixos
horner has quit [Client Quit]
gaxlumple has quit [Ping timeout: 260 seconds]
jonathan5 has joined #nixos
<jonathan5>
Help! I am trying to install a Minecraft Server on my nix rig in the configuration.nix.
<jonathan5>
It is complaining about not allowing unfree even though I added the allow unfree option to the configuration.nix.
<jonathan5>
I must have done something wrong.
wildjames has left #nixos ["To err is human.. but to really foul things up requires a computer"]
<lunik1>
should I report a bug for jwt on the nixpkgs tracker? are there extra steps I can take to verify?
<jonathan5>
d
drakonis has joined #nixos
<jonathan5>
I have `nixpkgs.config.allowUnfree = true;`
<{^_^}>
[nixpkgs] @flokli pushed 2 commits to release-19.09: https://git.io/JeAQV
mexisme has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}>
[nixpkgs] @matthewbauer merged pull request #76729 → Adding passthru to ion shell to allow using it as a login shell as ad… → https://git.io/JeAVK
<{^_^}>
[nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/JeAQi
jonathan5 has quit [Ping timeout: 260 seconds]
<{^_^}>
[nixpkgs] @matthewbauer pushed to master « powershell: set shellPath »: https://git.io/JeAQ1
o1lo01ol1o has quit [Ping timeout: 260 seconds]
Ashjkaell has quit [Read error: Connection reset by peer]
<symphorien>
But you should probably prefer pkgsStatic
fusion809 has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
cnidario has joined #nixos
cnidario has quit [Remote host closed the connection]
o1lo01ol1o has quit [Ping timeout: 258 seconds]
b1000101 has quit [Quit: Leaving]
<eoli3n_>
symphorien: problem is that i want to be able to put my dotfiles on non-nix systems
<symphorien>
You can use home-manager only to install packages then
<eoli3n_>
yep but how to know if i need to install a package user or system side ?
<eoli3n_>
if i don't let home manager manage my dotfiles, is that not preferable to install all packages system side ?
astrofog has joined #nixos
growpotkin has joined #nixos
<jasom>
symphorien: thanks, that worked a lot better; I'm just trying to get a janky build script to work in an FHS environment and some things are statically linked and others not.
growpotkin has quit [Client Quit]
chagra has quit [Ping timeout: 258 seconds]
selfsymmetric-pa has quit [Remote host closed the connection]
<{^_^}>
[nixpkgs] @AndersonTorres pushed 2 commits to master: https://git.io/JeAdS
litschi has quit [Quit: WeeChat 2.6]
shibboleth has joined #nixos
orivej has joined #nixos
Jackneill has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<jared-w>
eoli3n_: even without home manager you can still do things like users.users.eoli3n.packages = [ all my pkgs ]
lor|d is now known as lord|
chagra has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
mumuluxi_ has joined #nixos
<mumuluxi_>
\help
<mumuluxi_>
q
<nilsirl[m]>
in NixOS, in the past, when a program wasn't installed, you would get an output along the lines of "install using nix-env -iA .....". However, I reinstalled and now, if let's say I type vim it just says "vim: command not found". Is there a way to fix that?
alexherbo2 has joined #nixos
<ivan>
programs.command-not-found.enable is default true
<ivan>
maybe the database needs to be generated
<ivan>
it uses /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite
<clever>
ivan: the database is pre-generated, and downloaded by nix-channel --update
<ivan>
nilsirl[m]: ^
<ivan>
nilsirl[m]: are you using zsh or bash? do you have something replacing all your shell config?
mumuluxi_ has quit [Quit: WeeChat 2.6]
mumuluxi_ has joined #nixos
ivan has quit [Quit: lp0 on fire]
dustinm has quit [Quit: Leaving]
eoli3n_ has quit [Quit: WeeChat 2.7]
alexherbo2 has quit [Ping timeout: 258 seconds]
chloekek has joined #nixos
dustinm has joined #nixos
mumuluxi_ has quit [Quit: WeeChat 2.6]
mumuluxi_ has joined #nixos
ditadi_ has joined #nixos
ditadi_ has quit [Client Quit]
mumuluxi_ has quit [Client Quit]
ditadi has joined #nixos
ditadi has joined #nixos
ditadi has quit [Changing host]
erasmas has quit [Quit: leaving]
And has joined #nixos
And has quit [Killed (freenode-connect (The application you are using is no longer permitted to connect to the freenode network. For questions, contact kline@freenode.net))]
ivan has joined #nixos
<{^_^}>
[nixpkgs] @costrouc opened pull request #76755 → pythonPackages.scipy: 1.3.3 -> 1.4.1 enable tests use github src → https://git.io/JeAFA
eoli3n_ has joined #nixos
drakonis1 has joined #nixos
drakonis has quit [Ping timeout: 240 seconds]
kleisli has joined #nixos
alex`` has joined #nixos
<eoli3n_>
i'm stuck on something
<eoli3n_>
how to automate a shell cmd at each rebuild ?
<{^_^}>
[nixpkgs] @veprbl pushed commit from @MetaDark to master « texlab: 1.7.0 -> 1.9.0 (#76730) »: https://git.io/JeAb0
ixxie has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos
cjpbirkbeck has joined #nixos
<Raito_Bezarius>
Hi, I'm trying to build a RPi ARM SD image using Nix on a non-NixOS machine, I installed binfmt & qemu stuff, but it seems like the process is stuck somewhere just after creating the ext4 partition, to be exact, here's the latest logs (running with -vv): http://ix.io/263l
phreedom_ has joined #nixos
<Raito_Bezarius>
AFAIK, I see it building some ARM stuff so I don't think it's related to QEMU cross building mechanism
phreedom has quit [Ping timeout: 240 seconds]
noudle has quit []
<kaliumxyz>
happy new year west european ppl
<Raito_Bezarius>
Happy new year :)
orivej has joined #nixos
_reanimus_ has quit [Ping timeout: 260 seconds]
reanimus has joined #nixos
drakonis has quit [Ping timeout: 268 seconds]
drakonis has joined #nixos
<eoli3n_>
Happy new year :)
<eoli3n_>
for a desktop, is that ok to use unstable repo ?
<eoli3n_>
s/repo/channel
<drakonis>
yes
<ivan>
eoli3n_: I use it, well I use master and many patches
<MichaelRaskin>
I rebuild my system from random snapshots of repository master
<drakonis>
its okay to use whatever
<ivan>
only problem I have with master right now is ibus breaking things