gchristensen changed the topic of #nixos to: NixOS stable: 18.09, beta: 19.03 https://discourse.nixos.org/t/nixos-19-03-feature-freeze/1950 || 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/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018
jackdk has joined #nixos
freeman42x has quit [Ping timeout: 252 seconds]
aanderse-work has joined #nixos
aanderse-work is now known as aanderse-home
silver has quit [Quit: rakede]
leat1 has quit [Remote host closed the connection]
jasonrm has joined #nixos
leat1 has joined #nixos
ddellacosta has quit [Ping timeout: 245 seconds]
ddellacosta has joined #nixos
iceypoi has quit [Quit: WeeChat 2.4]
mconstant has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @samueldr pushed commit from @dtzWill to release-19.03 « qtpass: 1.2.1 -> 1.2.3 »: https://git.io/fjtsv
mabel has joined #nixos
mabel has joined #nixos
mabel has quit [Changing host]
<mabel> hey! anyone run Hydra for CI?
<samueldr> NixOS does (sorry)
msko has quit [Quit: WeeChat 2.4]
<mabel> hah :p
<samueldr> but please ask if you have a question, worse is it takes a bit for people to answer, while no questions means there won't be answers :)
<samueldr> takes a bit of time for*
<mabel> will do! :D I have a small k8s cluster I'm noodling around with, and I'd like to use Nix as my general-purpose build system
<mabel> in particular, have my containers built with grahamc's dockerTools.buildLayeredImage, then have pushes to github kick off Hydra
<mabel> and then create a k8s-deploy derivation
<mabel> Hydra doesn't seem terribly difficult to dockerize, so I thought I'd start with trying to set up an image of it and get it working
jluttine has quit [Ping timeout: 250 seconds]
<mabel> but it seemed like the sort of thing where someone would have previously built a stack like this, which I could crib off of
bhipple has quit [Ping timeout: 268 seconds]
leat1 has quit [Remote host closed the connection]
Anton-Latukha has quit [Quit: Leaving.]
leat1 has joined #nixos
drakonis_ has quit [Ping timeout: 258 seconds]
bhipple has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #58643 → vo-amrwbenc: Fix an incorrect license. → https://git.io/fjkDz
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjtsO
drakonis_ has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
jluttine has joined #nixos
eyJhb has quit [Quit: Bye]
ddellacosta has quit [Ping timeout: 250 seconds]
rcshm has quit []
ddellacosta has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fjtsl
i1nfusion1 has quit [Remote host closed the connection]
i1nfusion1 has joined #nixos
blankhart has quit [Quit: WeeChat 1.9.1]
<{^_^}> [nixpkgs] @ryantm merged pull request #58008 → babl: 0.1.60 -> 0.1.62 → https://git.io/fjfiX
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjts4
eyJhb has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<glenndavy> hey all, so, nix-env -i ruby installs ruby 2.6.something, but, if i create a shell.nix with ruby specified in buildinputs, it pulls in 2.5 - any ideas why?
<mabel> glenndavy: are you using sudo on one and not on the other?
<glenndavy> nope, its single use mode, and I’m not using sudo
<clever> ,-A
<{^_^}> You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details.
<glenndavy> fair comment, though, on this occasion nix-env -i did as hoped/expected, im just puzzled about nix-shell
Notkea has quit [Read error: Connection reset by peer]
<samueldr> nix-env will find, by name, ruby-* where it will match one of 2.4.*, 2.5.*, 2.6.*; it will prefer the higher versioned one even if it is not the default one
<clever> glenndavy: nix-shell -p ruby, is identical to nix-env -iA nixpkgs.ruby
Notkea has joined #nixos
<clever> nix-env -i ruby is the weird one
tdbgamer has joined #nixos
<samueldr> and yeah, nix-shell works on attrnames
jasongrossman has quit [Quit: ERC (IRC client for Emacs 26.1)]
<glenndavy> ok, trying -iA for contrast
InFlames has joined #nixos
<glenndavy> ok, that gives me parity, thanks all
logzet has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #56464 → ejabberd: 18.12.1 -> 19.02 → https://git.io/fhN2a
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjts2
logzet has joined #nixos
crmlt has joined #nixos
work_ has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<mabel> hm... come to think of it, I think putting Hydra in a docker image will be slightly tricky
<mabel> it's easy if I use the hydra module, but that's not available to me in buildLayeredImage... buildLayeredImage works on packages, there's no module step that gets run
o1lo01ol1o has joined #nixos
<mabel> then again, maybe I don't need all that fanciness and I can just run hydra directly?
crmlt has quit [Ping timeout: 250 seconds]
<bhipple> I'm curious if there's an update on 19.03 release state? The linked one hasn't been updated in a week and a half; wondering if there's anything I can do to help
<ajs124> mabel, you need a postgres and a handful of daemons, like the evaluator, queue-runner, etc.
Erasmus has quit [Quit: reboot]
<samueldr> bhipple: last blocker was just merged, the other RM should be able to cut the release tomorrow; we talked about it a bit today
jluttine has quit [Ping timeout: 268 seconds]
<mabel> I was going to use a stock docker hub image for my postgres... do the daemons not run if I just start hydra-server?
<mabel> oh, I see. ugh, so I need to figure out a way to bundle systemd into my docker image
<samueldr> maybe not, I'm not 100% confident, but I think all moving parts could run from their own containers
o1lo01ol1o has quit [Ping timeout: 245 seconds]
<samueldr> so e.g. the (web) server in one, the evaluator in another
<ajs124> mabel, I was just looking at the hydra module earlier today (for unrelated reasons) and it seemed to start quite some systemd services. Not sure how you'd map that to your approach. Probably separate containers.
jluttine has joined #nixos
<mabel> hm....... could I build a configuration.nix, and package that in a container?
<mabel> that way I could use the standard machinery for services.hydra
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/67bc63f9a7a (from 29 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<mabel> I'm not sure how to build modules from a regular nix expression, though
<mabel> if that's even possible
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
<bhipple> samueldr: cool, glad to hear it! I'm looking forward to trying out the declarative provisioning updates in the new grafana nixos module :)
<mabel> huh. now that I think about it, maybe I should be using nixops with some sort of docker image backend
<mabel> or I could do something like home-manager, where it uses modules and starts (user) systemd units
jmeredith has joined #nixos
stepcut has joined #nixos
sam_ has joined #nixos
<mabel> oh, I guess I can use lib.evalModules... that's how home-manager does it
stepcut has quit [Remote host closed the connection]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
true_bunta has joined #nixos
<mabel> actually it all looks extremely complicated
mconstant has joined #nixos
<clever> mabel: one sec
sam_ has quit [Remote host closed the connection]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
sam_ has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
aanderse-home has quit [Ping timeout: 245 seconds]
<mabel> ahh, thanks clever. so now I see that modules are just a modular configuration system, and the derivations (e.g. systemd.services.<attr>) come from mapping config.systemd.services over derivations that get included in the buildInput of the environment
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
leat1 has quit [Remote host closed the connection]
aanderse-home has joined #nixos
leat1 has joined #nixos
i1nfusion1 has quit [Remote host closed the connection]
opan has joined #nixos
Erasmus has joined #nixos
thc202 has quit [Ping timeout: 245 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
i1nfusion1 has joined #nixos
o1lo01ol1o has joined #nixos
alex`` has quit [Ping timeout: 258 seconds]
sondr3 has quit [Quit: WeeChat 2.4]
mconstant has quit [Ping timeout: 250 seconds]
buffet has quit [Ping timeout: 264 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
buffet has joined #nixos
stepcut has joined #nixos
copumpkin has joined #nixos
copumpkin has quit [Client Quit]
dhkl has joined #nixos
sam_ has quit [Ping timeout: 264 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
stepcut has quit [Remote host closed the connection]
day|flip has joined #nixos
<day|flip> just wondering. is 19.03 getting skip?
<infinisil> day|flip: No, just some delay, nothing unusual
<day|flip> it just feel longer then normal
stepcut has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<mabel> huh, weird. I'm not even able to run 'nix-shell -p hydra' locally
<mabel> it fails during test execution because FATAL: could not create lock file "/run/postgresql/.s.PGSQL.6433.lock": No such file or directory
<mabel> which... seems weird that a nix builder for hydra is trying to write to /run..
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
stepcut has quit [Remote host closed the connection]
aanderse-home has quit []
stepcut has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #58442 → fcitx: 4.2.9.5 -> 4.2.9.6 → https://git.io/fjUdp
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjtGc
leat1 has quit [Remote host closed the connection]
justanotheruser has joined #nixos
leat1 has joined #nixos
rcshm has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer merged pull request #59138 → trivial-builders: Fix outdated comment on writeTextFile → https://git.io/fjtO1
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/fjtGW
<{^_^}> [nixpkgs] @aneeshusa opened pull request #59144 → samba: 4.7.10 -> 4.10.1 → https://git.io/fjtGl
sigmundv_ has quit [Remote host closed the connection]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
stepcut has quit [Remote host closed the connection]
sigmundv_ has joined #nixos
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
lovesegfault has quit [Ping timeout: 252 seconds]
lovesegfault has joined #nixos
sigmundv_ has quit [Ping timeout: 268 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<glenndavy> in nixpkgs src, im modifying fetchgit to fetchGit, and I’m seeing an error like this:
<glenndavy> `/nix/store/78x7ly4kq764mkwqmpk2r7dhrglpjpbv-ruby-2.5.5/lib/ruby/2.5.0/fileutils.rb:1227:in `stat': No such file or directory @ rb_file_s_stat - /nix/store/5azza88cdi6yrra2haxffhrj8xrb161g-source/.git`
<glenndavy> “/nix/store/5azza88cdi6yrra2haxffhrj8xrb161g-source” does exist
<glenndavy> (sorry this is gem/default.nx)
<glenndavy> actually ignore that
i1nfusion1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @veprbl pushed 5 commits to release-18.09: https://git.io/fjtG5
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @veprbl pushed 2 commits to release-18.09: https://git.io/fjtGd
amfabasti has quit []
<Ralith> I wonder how hard a sell it would be to crank up net.core.(r|w)mem_max by at least a couple of orders of magnitude
rcshm has quit []
<Ralith> the default values, that is
<Ralith> seems like windows basically doesn't have a limit, for comparison
mconstant has joined #nixos
<teto> no one to merge https://github.com/NixOS/nixpkgs/pull/56503 ? (simple vim-plugins, but it's annoying to rebase the generated vim plugins file)
<{^_^}> #56503 (by teto, 5 weeks ago, open): vimPlugins: adding vim-sneak,unicode.vim, nvim-hs.vim
Taneb has quit [Quit: I seem to have stopped.]
i1nfusion1 has joined #nixos
<glenndavy> anyone got insights why fetchGet might tell me `do not know how to unpack source archive /nix/store/5azza88cdi6yrra2haxffhrj8xrb161g-source`
npmccallum has quit [Remote host closed the connection]
npmccallum has joined #nixos
i1nfusion1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @veprbl pushed to release-18.09 « qt5.qtwebengine: fail properly »: https://git.io/fjtGN
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @veprbl pushed to release-18.09 « qt511.qtwebengine: fix eval »: https://git.io/fjtGx
drakonis has quit [Quit: WeeChat 2.3]
<teto> glenndavy: if it's an archive maybe you are better off using fetchTarball
<glenndavy> its not, its a git repo
<glenndavy> i’m assuming its something i’ve failed to do replacing fetchgit with fetchGit
<teto> glenndavy: show the code
work_ has quit [Quit: Connection closed for inactivity]
<glenndavy> ```
<glenndavy> else if type == "git" then
<glenndavy> #fetchgit {
<glenndavy> # inherit (attrs.source) url rev sha256 fetchSubmodules;
<glenndavy> #}
<glenndavy> fetchGit {
<glenndavy> inherit (attrs.source) url rev;
<glenndavy> }
<glenndavy> ```
<{^_^}> [nixpkgs] @worldofpeace closed pull request #53094 → chevron: init at 0.13.1 → https://git.io/fhLy0
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
i1nfusion1 has joined #nixos
Erasmus is now known as PinkPressThreat
<{^_^}> [nixpkgs] @worldofpeace closed pull request #53097 → aws-lambda-builders: init at 0.0.5 → https://git.io/fhLSO
fusion809_ has quit [Remote host closed the connection]
leat1 has quit [Remote host closed the connection]
drakonis has joined #nixos
leat1 has joined #nixos
drakonis_ has quit [Ping timeout: 264 seconds]
<infinisil> ,paste glenndavy
<{^_^}> glenndavy: Use a website such as [ https://gist.github.com/ http://ix.io/ https://hastebin.com/ https://paste.ee/ ] or similar services to share anything that's longer than a couple lines.
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
sam_ has joined #nixos
<glenndavy> {^_^}: rgr
o1lo01ol1o has quit [Remote host closed the connection]
leat1 has quit [Remote host closed the connection]
sam_ has quit [Remote host closed the connection]
PinkPressThreat is now known as Erasmus
leat1 has joined #nixos
sam_ has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #57946 → tomb: remove gpg symlink → https://git.io/fjfWu
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/fjtZl
lovesegfault has quit [Quit: WeeChat 2.4]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
lovesegfault has joined #nixos
jackdk_ has joined #nixos
jackdk has quit [Disconnected by services]
jackdk_ is now known as jackdk
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
tdbgamer has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
lsyoyom has quit [Ping timeout: 245 seconds]
sam_ has quit [Ping timeout: 264 seconds]
o1lo01ol1o has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
Theuni2 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has quit [Ping timeout: 250 seconds]
InFlames has quit [Ping timeout: 246 seconds]
lsyoyom has joined #nixos
ninjin has quit [Remote host closed the connection]
ninjin has joined #nixos
crmlt has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
ajmcmiddlin has joined #nixos
<ajmcmiddlin> I've been setting up a pin for `nixpkgs` on a project this morning, and it seems that some revisions don't work with `fetchGit`. For example, `HEAD` of `nixos-18.09` from `nixpkgs-channels` doesn't seem to work, while `HEAD` of `nixos-unstable` does.
<ajmcmiddlin> Both revisions appear in `NixOS/nixpkgs` on Github.
<ajmcmiddlin> The error I get is `fatal: not a tree object`.
<ajmcmiddlin> Anyone know what might be going on there? I expected any revision from that repo to work.
reinhardt has joined #nixos
InFlames has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
crmlt has quit [Ping timeout: 245 seconds]
bhipple has quit [Read error: Connection reset by peer]
Erasmus has quit [Quit: END-AUMF]
reinhardt has quit [Quit: Leaving]
leat1 has quit [Remote host closed the connection]
Rusty1 has quit [Quit: Konversation terminated!]
leat1 has joined #nixos
slack1256 has quit [Remote host closed the connection]
i1nfusion1 has quit [Remote host closed the connection]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #nixos
i1nfusion1 has joined #nixos
domogled has joined #nixos
knupfer has joined #nixos
<teto> I wonder if I should submit an update for l2tp 1.7 because it follows gnome versioning (odd => unstable, even => stable) : https://github.com/nm-l2tp/NetworkManager-l2tp/issues/108#issuecomment-480549599 . NB: I've been using the unstable version successfully.
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
wfranzini has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ryantm merged pull request #58876 → salt: 2018.3.2 -> 2019.2.0 → https://git.io/fjIa4
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjtZA
knupfer has quit [Ping timeout: 240 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
palo1 has joined #nixos
InFlames has quit [Ping timeout: 245 seconds]
palo has quit [Ping timeout: 250 seconds]
palo1 is now known as palo
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f68549c338c (from 83 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<elvishjerricco> ajmcmiddlin: You usually have to specify `ref = "nixos-18.09";` in addition to `rev` for non-default branches
<ajmcmiddlin> Ahhh right.
lovesegfault has quit [Ping timeout: 240 seconds]
<ajmcmiddlin> Thanks elvishjerricco I'll give that a crack.
lovesegfault has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #59088 → pythonPackages.chevron: init at 0.13.1 → https://git.io/fjLAW
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/fjtnJ
Theuni2 has joined #nixos
<mabel> update: I got my little hydra container working!
leat1 has quit [Remote host closed the connection]
<mabel> I mean, just the web frontend for now, but that's something at least!
<ajmcmiddlin> Confirmed: adding `ref = "release-18.09";` worked.
leat1 has joined #nixos
kreetx has quit [Ping timeout: 268 seconds]
ddellacosta has quit [Ping timeout: 250 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<Ralith> where are nixpkgs config options documented?
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/feaf8ac4632 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
<Ralith> does anyone have any clue how to specify custom kodi plugins?
<Ralith> it seems like there's only a tiny list of hardcoded ones accessible for some reason, even though many more are defined
<{^_^}> [nixpkgs] @worldofpeace pushed to master « sequeler: add pantheon maintainers »: https://git.io/fjtns
leat1 has quit [Remote host closed the connection]
<Ralith> fortunately turns out the one I wanted was there after all, but I am still perplexed by the state of affairs
leat1 has joined #nixos
reinhardt has joined #nixos
wotan has joined #nixos
wotan has quit [Client Quit]
Theuni2 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jackdk has left #nixos [#nixos]
jackdk has joined #nixos
hyper_ch2 has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
Theuni2 has joined #nixos
InFlames has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #59038 → deepin.dde-network-utils: init at 0.1.2 → https://git.io/fjL6T
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjtn8
<worldofpeace> Ralith: You can use `kodiPlugins.mkKodiPlugin` in an overlay
sam_ has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
mconstant has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nschoe has joined #nixos
endformationage has quit [Quit: WeeChat 2.4]
InFlames has quit [Ping timeout: 268 seconds]
sam_ has quit [Read error: Connection reset by peer]
sam_ has joined #nixos
leat1 has quit [Remote host closed the connection]
dave_uy has quit [Ping timeout: 246 seconds]
leat1 has joined #nixos
rauno has joined #nixos
dave_uy has joined #nixos
freeman42x has joined #nixos
<{^_^}> [nixpkgs] @lheckemann pushed commit from @dtzWill to release-19.03 « libssh2: 1.8.0 -> 1.8.1 (SECURITY) »: https://git.io/fjtn2
periklis has joined #nixos
leat1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @lilyball opened pull request #59145 → jazzy: 0.9.5 -> 0.9.6 → https://git.io/fjtna
leat1 has joined #nixos
kreetx has joined #nixos
<{^_^}> [nixpkgs] @lheckemann pushed commit from @dtzWill to release-18.09 « libssh2: 1.8.0 -> 1.8.1 (SECURITY) »: https://git.io/fjtnb
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
sam_ has quit [Ping timeout: 240 seconds]
Ariakenom has joined #nixos
<Ralith> worldofpeace: by "specify" I meant pass to kodi, not just declare and do nothing with
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #59093 → Persistent Memory Development Kit → https://git.io/fjLxb
<{^_^}> [nixpkgs] @thoughtpolice pushed 2 commits to master: https://git.io/fjtnA
<{^_^}> [nixpkgs] @worldofpeace merged pull request #59089 → pythonPackages.aws-lambda-builders: init at 0.2.1 → https://git.io/fjLAB
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjtnx
<sphalerite> Ralith: from the definition of wrapKodi in nixpkgs, it looks like you can use `kodi.override { plugins = [ … ]; }`
<worldofpeace> I think this change for kodi might need a change log entry
<mabel> hey, anyone know why buildLayeredImage doesn't have a runAsRoot?
<mabel> buildImage does, of course
<mabel> I tried to base my buildImage on a buildLayeredImage but it didn't go well.... runAsRoot screamed about "No space left on device" when messing with symlinks
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
regulus_ has quit [Read error: Connection reset by peer]
regulus_ has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace closed pull request #53095 → serverlessrepo: init at 0.1.6 → https://git.io/fhLy5
<{^_^}> [nixpkgs] @lheckemann pushed 3 commits to release-19.03: https://git.io/fjtcU
<Ralith> worldofpeace: I wonder why we have all these (undocumented) nixpkgs confi options for kodi rather than just making that the standard pattern
<Ralith> config options*
<worldofpeace> Ralith: Well the person who authored the change with `kodiWithPlugins` thought we should deprecate those also https://github.com/NixOS/nixpkgs/pull/46196
<{^_^}> #46196 (by oxij, 30 weeks ago, merged): kodi: implement `kodiWithPlugins`, add more plugins
ee1943 has joined #nixos
zupo has joined #nixos
<worldofpeace> Think it was for backwords compat? Probably should be a breaking change for 19.03
<Ralith> ah, good, I'm not insane then
<sphalerite> I think it's a bit late to get it into 19.03, I'm planning to set the wheels in motion for the actual release today.
<sphalerite> Strongly agree with deprecating it though.
leat1 has quit [Remote host closed the connection]
astrofog has quit [Remote host closed the connection]
leat1 has joined #nixos
<worldofpeace> sphalerite: Wheels in motion today? I'd really like for #58858 to be in the release not to torture any other people
<{^_^}> https://github.com/NixOS/nixpkgs/pull/58858 (by worldofpeace, 5 days ago, open): nixos/pantheon: enable lightdm gtk greeter
Theuni2 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<sphalerite> hm, not sure that test is actually affected by the PR? But hey
<worldofpeace> I have a Pantheon test, also think the borg won't run it because it not in release.nix for some reason
m0rphism has joined #nixos
<Ralith> anyone have a clue how to globally disable X DPMS?
<{^_^}> [nixpkgs] @gebner merged pull request #59010 → vdirsyncerStable: init at 0.16.7 → https://git.io/fjL0I
<{^_^}> [nixpkgs] @gebner pushed 3 commits to master: https://git.io/fjtcs
<day|flip> xset s off -dpms
<Ralith> what is this, ubuntu? I want it to stick :P
<{^_^}> [nixpkgs] @cdepillabout opened pull request #59146 → Add option to disable library-for-ghci in the generic haskell builder. → https://git.io/fjtcZ
leat1 has quit [Remote host closed the connection]
<etu> Ralith: Probably as extra xorg conf or so?
leat1 has joined #nixos
<{^_^}> [nixpkgs] @flokli closed pull request #59139 → bookworm: unstabled-2018-11-19 -> 1.1.1 → https://git.io/fjtOd
<Ralith> the question is exactly where, and what
sam_ has joined #nixos
<Ralith> https://wiki.archlinux.org/index.php/Display_Power_Management_Signaling#Disabling_DPMS in xserver.extraConfig looks like it did the trick
domogled has quit [Quit: domogled]
<Ralith> maybe a bit of an oversized hammer
InFlames has joined #nixos
wfranzini has joined #nixos
<{^_^}> [nixpkgs] @flokli closed pull request #41201 → [WIP] pythonPackages.elasticsearch[-dsl] 5.x and 6.x → https://git.io/vhOP0
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
sam_ has quit [Ping timeout: 250 seconds]
<Ralith> ugh
<Ralith> that did not work, screen just shut itself off again
<Ralith> why is X so insistent on turning off my screen
<day|flip> no xscreensaver?
<Ralith> it did successfully disable the DPMS extension, so some other crazy thing must be happening
<Ralith> why would I have xscreensaver
<day|flip> will. normally if you touch anything in xorg.conf. you need to reboot your computer for it to take effect
Tucky has joined #nixos
Guest83312 has quit [Ping timeout: 268 seconds]
akaWolf has quit [Read error: Connection reset by peer]
<Ralith> no, you need to restart X
jasongrossman has joined #nixos
johanot has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
thePirateKing has joined #nixos
rixed_ is now known as rixed
InFlames has quit [Ping timeout: 246 seconds]
akaWolf has joined #nixos
<Ralith> services.xserver.xrandrHeads seems to be broken, too
<Ralith> or doing something very nonobvious
eyJhb is now known as eyJhb
<mabel> ugh, I'm getting cache misses on every single buildLayeredImage, even though they should be almost identical
<{^_^}> [nixpkgs] @justinwoo opened pull request #59147 → purescript: upgrade to 0.12.4 → https://git.io/fjtcy
<mabel> the only difference is what shell script is in the closure of config.Cmd
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<mabel> ah okay, now I've at least gotten them to hash the same
<mabel> I'm still pretty much using docker load < result to import them, which I guess has no choice but to read everything
gal_bolle has joined #nixos
init_6 has joined #nixos
jackdk has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @xeji merged pull request #59136 → nixos/sshd: Remove obsolete Protocol options → https://git.io/fjtOu
<{^_^}> [nixpkgs] @xeji pushed commit from @aneeshusa to master « nixos/sshd: Remove obsolete Protocol options (#59136) »: https://git.io/fjtcb
<mabel> oh what fresh hell is this... it knows I'm in the 'admin' role but refuses to let me create a project
teser has joined #nixos
linarcx has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
sam_ has joined #nixos
Taneb has joined #nixos
freeman42x has quit [Ping timeout: 252 seconds]
sam_ has quit [Remote host closed the connection]
<mabel> ah, that was strange. I just had to create another user and it fixed the problem.
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<siers> Could someone point me to some gnome+i3 configuration.nix'es?
kreetx has quit [Ping timeout: 252 seconds]
<sphalerite> siers: what are you looking for specifically? GNOME applications in an i3 desktop?
crmlt has joined #nixos
<siers> I know you can start a xfce session with i3, but I heard you can also do that with gnome.
<siers> I've never done it on other distributions. Should just enabling i3 in WM setting and gnome as the DE be enough?
<{^_^}> [nixpkgs] @Ma27 merged pull request #58899 → teamviewer: 14.1.3399 -> 14.2.2558 → https://git.io/fjIwR
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/fjtCB
<Izorkin> Mic92: decided something by PR #56255 ?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/56255 (by Izorkin, 6 weeks ago, open): nginx: do not run anything as root
<NickHu> How do I get full output of nixos-install? It seems that recently it draws everything in one line; I have a build failure in install and I'd like to see the whole output
teser has quit [Quit: Leaving]
civodul has joined #nixos
johanot has quit [Ping timeout: 252 seconds]
Jetien_ has joined #nixos
kreetx has joined #nixos
goibhniu1 has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
drakonis has quit [Ping timeout: 246 seconds]
crmlt has quit [Ping timeout: 268 seconds]
<mabel> siers: I'd recommend home-manager once you feel confident enough to try it
<mabel> personally I waited until I had a handle on the syntax, but it made my life so much easier when trying to customize my wm
<thePirateKing> @siers you probably have to make sure gnome doesnt use whatever wm it ships with
<thePirateKing> also home-manager is amazing
<mabel> oh, it's actually tricky in the case of gnome
<mabel> gnome3 expects that gnome-shell is running everything
<mabel> you can use gnome-flashback with custom xsessions though
thc202 has joined #nixos
InFlames has joined #nixos
arjen-jonathan has joined #nixos
dermetfan has joined #nixos
dermetfan has quit [Client Quit]
<siers> Are you using it yourselves?
zupo has quit [Remote host closed the connection]
crmlt has joined #nixos
risson has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @volth opened pull request #59148 → compilation for particular x86_64 architecture (version 3) → https://git.io/fjtCX
<thePirateKing> I am! i am relatively new to nix so i still dont really understand anything
<thePirateKing> working through nix pills rn
leat1 has quit [Remote host closed the connection]
drakonis has joined #nixos
leat1 has joined #nixos
sigmundv_ has joined #nixos
pie_ has joined #nixos
crmlt has quit [Ping timeout: 245 seconds]
<siers> I mean gnome+i3, sorry. :D
<{^_^}> [nixpkgs] @ckauhaus opened pull request #59149 → vulnix: 1.8.0 -> 1.8.1 → https://git.io/fjtCb
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
InFlames has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #59072 → pythonPackages.serverlessrepo: init at 0.1.8 → https://git.io/fjL9Q
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjtWv
<{^_^}> [nixpkgs] @Vskilet opened pull request #59150 → jackett: 0.10.846 -> 0.11.170 → https://git.io/fjtWJ
carlosdagos has quit [Quit: WeeChat 2.2]
<mabel> thePirateKing: nix pills are definitely the best way to start. you can also look through peoples' dotfiles by searching for github gists with "language:nix i3" or similar query
<mabel> also yay, my little hydra pod is starting to crank through evaluations
<mabel> soon I'll have myself a nixy little CI system
Serus has quit [Ping timeout: 250 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
sam_ has joined #nixos
<thePirateKing> yeah ive been doing that! I really like the nix language, its my first time with FP
<thePirateKing> Also i love nix-shell
<thePirateKing> its perfect for what i do
Serus has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
linarcx has quit [Ping timeout: 252 seconds]
linarcx has joined #nixos
<risson> Hi! Quick question, I'm trying to download a file containing ssh public keys to be authorized to connect to the machine I'm running nixOS on
<risson> Here's what I'm doing: authorizedKeysFiles = [ toString builtins.fetchurl "https://gitlab.com/risson.keys" ];
<risson> But i'm getting something telling me the first element in this list isn't a string
<tilpner> The first element of your list is: toString
<tilpner> Which is a function
<linarcx> Gyus when i hit this command: `sudo nixos-rebuild switch --upgrade ` it start and download something from binary cache. but i don't see the process clear(i want to see download speed, percentage of each package have been downloaed so far). Is there any option to enable this feature?
<tilpner> Wrap it in parentheses to apply the function
<tilpner> But I don't think you'll need toString here
<risson> Okay I'll try that. Thanks :D
<risson> tilpner: wrapping it in parentheses still leaves me with the same error
<risson> Even with toString
<tilpner> Paste your new line
<risson> authorizedKeysFiles = [ toString(builtins.fetchurl("https://gitlab.com/risson.keys")) ];
<tilpner> Not like that
<tilpner> [ (builtins.fetchurl "https://gitlab.com/risson.keys") ]
<risson> Oh you mean around around
<risson> Okay sorry x)
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<risson> Yep that worked. Thanks!
<srhb> aanderse: ping
Khetzal has quit [Quit: \o/]
linarcx has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @zimbatm merged pull request #59129 → google-cloud-sdk: 222.0.0 -> 241.0.0 → https://git.io/fjttw
<{^_^}> [nixpkgs] @zimbatm pushed commit from @mboes to master « google-cloud-sdk: 222.0.0 -> 241.0.0 (#59129) »: https://git.io/fjtWS
cfricke has joined #nixos
Khetzal has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
dkibi has quit [Ping timeout: 268 seconds]
<srhb> aanderse: Guess you're not around, anyway: Sorry I'm a slowpoke. I changed my mind on the default package under the solr attribute (our usual behaviour is to let it be latest) and also added a release note, since people should really read about the changes upstream before bumping it. Do you mind incorporating/squashing it in first? https://github.com/srhb/nixpkgs/commit/73fdcd4b147d441e01a9ce6042490839fc28b35b
<{^_^}> [nixpkgs] @rasendubi opened pull request #59153 → Emacs packages update: 2019-04-08 → https://git.io/fjtWb
leat1 has quit [Remote host closed the connection]
sigmundv_ has quit [Ping timeout: 244 seconds]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @betaboon opened pull request #59159 → cura: support plugins, add octoprint-plugin → https://git.io/fjtlv
alex`` has joined #nixos
Makaveli7 has joined #nixos
sam_ has quit [Remote host closed the connection]
sam_ has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #59166 → [19.03] fuse3: use /etc/fuse.conf for configuration (backport of #59043) → https://git.io/fjtlU
<jluttine> can i somehow set no password for a user in nixos configuration? i have immutable users and i tried setting password to null but it asks for password and doesn't accept empty.. if i set it to "" then it'll still ask for a password although then it accepts the empty password..
<jluttine> i'd like it to not ask a password at all when running sudo
Anton-Latukha has joined #nixos
Glider_IRC__ has joined #nixos
<srhb> jluttine: You should not unset the password for that but instead use security.sudo.wheelNeedsPassword (or implement the same thing for some other group/user)
sam_ has quit [Remote host closed the connection]
<jluttine> ah!
<jluttine> i wonder what the password is when i set it to null..
leat1 has quit [Remote host closed the connection]
<jluttine> or is it then just so that there's no password so whenever password is asked, there's nothing that would be accepted
leat1 has joined #nixos
Glider_IRC_ has quit [Ping timeout: 240 seconds]
wfranzini has quit [Read error: Connection reset by peer]
<srhb> jluttine: I _think_ the user is just prevented from logging in in that case.
<srhb> jluttine: Going by the assertion that if you have immutable users, and neither root NOR a wheel-user has a password, die.
wfranzini has joined #nixos
<srhb> jluttine: (Which is great, because we certainly had a few users who got locked out of their systems a year back or so...)
<srhb> But I guess we can check the installer to see how it implements empty-password for root.
<jluttine> srhb: yes, thanks! :D yeah, i'm trying to be very careful about not locking myself out.. :D i'll make only one wheel user and that has no password. but the point is that one can log in as that user via SSH because i have an ssh key defined for that user..
gal_bolle has quit [Ping timeout: 252 seconds]
<srhb> I'm actually not sure whether that assertion will allow you to do that..
wfranzini has quit [Read error: Connection reset by peer]
<srhb> jluttine: I think the usual approach is to set the password hash to something impossible.
wfranzini has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
init_6 has quit []
<srhb> jluttine: eg. passwd --lock adds a ! in front of the hashed password, effectively making it impossible to match the hash. If ssh works via keys still, you should be good, but I'd test this.
johanot has joined #nixos
<viric> I just noticed misc/misc.nix disappeared, and with it, debugVersion.
<viric> What is the new "debugVersion"?
<srhb> jluttine: In order to allow blank password login, the installers users this: users.users.tooy.initialHashedPassword = ""; -- so null is something else indeed.
<jluttine> srhb: thanks. i'll keep my non-admin normal user in the wheel group for now to see that everything works and remove it later when i have verified there are no problems with this passwordless ssh-login-only admin user
<jluttine> srhb: ok! well, i don't want blank password actually! passwordless sudo is great. but i don't want people to be able to log in as the admin user without password.. :)
<jluttine> srhb: so i suppose password=null works correctly for that
<srhb> jluttine: orly. ;-)
<srhb> jluttine: Yeah, my only concern is that if every admin has password = null; your configuration won't build
<srhb> Which is what my note about "impossible" hashed passwords above was about.
<jluttine> srhb: ah! oh it won't build.. :o
<srhb> Indeed. So, try setting an impossible hashed password and see if it behaves like you want. (Make sure you have a backup way to get in in case I'm wrong)
<{^_^}> [nixpkgs] @primeos merged pull request #59166 → [19.03] fuse3: use /etc/fuse.conf for configuration (backport of #59043) → https://git.io/fjtlU
<{^_^}> [nixpkgs] @primeos pushed 2 commits to release-19.03: https://git.io/fjtl4
<jluttine> srhb: hmm.. i set password=null to all my wheel users and no complaints, builds fine
<srhb> Does root have a password set?
<jluttine> i haven't defined root user at all.. does that get defined automatically..?
leat1 has quit [Remote host closed the connection]
<srhb> jluttine: Ah, it defaults to "!"
<srhb> Which is indeed impossible.
leat1 has joined #nixos
<srhb> But, hm, that's just initialHashedPassword...
<srhb> Oh, hashedPassword defaults to initialHashedPassword, so it still makes sense. Phew.
<srhb> But this makes it rather easy to defy the sanity check...
<srhb> In fact, the default behaviour appears to be to lock people out. Puzzling...
<{^_^}> [nixpkgs] @xeji merged pull request #59149 → vulnix: 1.8.0 -> 1.8.1 → https://git.io/fjtCb
<{^_^}> [nixpkgs] @xeji pushed commit from @ckauhaus to master « vulnix: 1.8.0 -> 1.8.1 (#59149) »: https://git.io/fjtl0
<jluttine> srhb: i now also set password=null to root. builds fine..
<srhb> jluttine: it should fail iff you also set initialHashedPassword to null
<srhb> Or I'm just crazy and can't read nix modules. :-)
<srhb> Oh, it also checks for authorized keys. Smart!
<srhb> So nevermind me.
Theuni2 has joined #nixos
<jluttine> srhb: ok, great! :)
<jluttine> thanks!
Theuni2 has quit [Client Quit]
winem_ has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
sam_ has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #59011 → netperf: 20180504 -> 20180613 → https://git.io/fjL0L
<{^_^}> [nixpkgs] @xeji pushed commit from @mmlb to master « netperf: 20180504 -> 20180613 (#59011) »: https://git.io/fjtlM
winem_ has quit [Ping timeout: 264 seconds]
cfricke has quit [Ping timeout: 246 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58752 → pngout: 20130221 -> 20150319 → https://git.io/fjImb
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « pngout: 20130221 -> 20150319 (#58752) »: https://git.io/fjtlN
<{^_^}> [nixpkgs] @xeji merged pull request #58986 → govc: 0.16.0 -> 0.20.0 → https://git.io/fjLnk
<{^_^}> [nixpkgs] @xeji pushed commit from @nicknovitski to master « govc: 0.16.0 -> 0.20.0 (#58986) »: https://git.io/fjtlA
rauno has quit [Remote host closed the connection]
BlessJah_ has joined #nixos
<pie_> does anyone know where to actually get the deb files for the debian package?
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5553fcf9503 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « flatpak: 1.2.3 -> 1.2.4 (#58671) »: https://git.io/fjt83
<{^_^}> [nixpkgs] @xeji merged pull request #58671 → flatpak: 1.2.3 -> 1.2.4 → https://git.io/fjkd6
<{^_^}> [nixpkgs] @nomeata opened pull request #59173 → macdylibbundler: init → https://git.io/fjt8Z
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to release-19.03 « flatpak: 1.2.3 -> 1.2.4 (#58671) »: https://git.io/fjt8B
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @dhl opened pull request #59174 → aws-sam-cli: 0.5.0 -> 0.14.2 → https://git.io/fjt8E
dhkl has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @xeji pushed commit from @FlorianFranzen to release-19.03 « virtmanager: Fix gobject-introspection (#57385) »: https://git.io/fjt8a
init_6 has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
crmlt has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
rauno has joined #nixos
gal_bolle has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
ym555 has joined #nixos
silver has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed commit from @r-ryantm to release-19.03 « teamviewer: 14.1.3399 -> 14.2.2558 »: https://git.io/fjt8F
init_6 has quit [Remote host closed the connection]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
cfricke has joined #nixos
sigmundv_ has joined #nixos
Izorkin has quit [Quit: ZNC 1.7.2 - https://znc.in]
Izorkin has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
crmlt has quit [Ping timeout: 245 seconds]
crmlt has joined #nixos
Makaveli7 has quit [Quit: WeeChat 2.4]
Makaveli7 has joined #nixos
crmlt has quit [Ping timeout: 246 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a5ed21434da (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
GiGa has joined #nixos
dnlkrgr has joined #nixos
orivej has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @etu merged pull request #59075 → phpPackages.apcu{,_bc}: minor updates → https://git.io/fjLHV
<{^_^}> [nixpkgs] @etu pushed 3 commits to master: https://git.io/fjt40
<{^_^}> [nixpkgs] @markuskowa merged pull request #58792 → pythonPackages.mpi4py: 3.0.0 -> 3.0.1 → https://git.io/fjIn1
leat1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @markuskowa pushed 3 commits to master: https://git.io/fjt4u
leat1 has joined #nixos
periklis has quit [Ping timeout: 257 seconds]
domogled has joined #nixos
<{^_^}> [nixpkgs] @jbgi opened pull request #59175 → Expose prometheus generic builder. → https://git.io/fjt4r
<{^_^}> [nixpkgs] @basvandijk opened pull request #59176 → Prometheus small refactor → https://git.io/fjt4K
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
Makaveli7 has quit [Quit: WeeChat 2.4]
akaWolf has quit [Read error: Connection reset by peer]
akaWolf has joined #nixos
Makaveli7 has joined #nixos
Izorkin has quit [Quit: ZNC 1.7.3 - https://znc.in]
Izorkin has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
erictapen has joined #nixos
sam_ has quit [Remote host closed the connection]
Erasmus has joined #nixos
sam_ has joined #nixos
sam_ has quit [Remote host closed the connection]
sam_ has joined #nixos
carlosdagos has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
kreisys has joined #nixos
carlosdagos has quit [Quit: WeeChat 2.2]
carlosdagos has joined #nixos
leat1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ma27 merged pull request #59174 → aws-sam-cli: 0.5.0 -> 0.14.2 → https://git.io/fjt8E
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/fjtBm
leat1 has joined #nixos
npmccallum has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @Ma27 closed pull request #53099 → aws-sam-cli: 0.5.0 > 0.10.0 → https://git.io/fhLSV
<{^_^}> [nixpkgs] @markuskowa opened pull request #59178 → pythonPackages.cntk: mark as broken → https://git.io/fjtBZ
<{^_^}> [nixpkgs] @JohnAZoidberg opened pull request #59179 → More and better configuration for Apache Cassandra module → https://git.io/fjtB4
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<Yaniel> how do I use a local file as source in my per-user package override?
<{^_^}> [nixpkgs] @jtojnar opened pull request #59180 → Gimp 2.10.10 → https://git.io/fjtBR
Kakky has joined #nixos
iyzsong has joined #nixos
Theuni2 has joined #nixos
Kakky has quit [Remote host closed the connection]
Kakky has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
Theuni2 has quit [Client Quit]
Rusty1 has joined #nixos
Kakky has quit [Client Quit]
hlolli has joined #nixos
mmlb97745085 has quit [Remote host closed the connection]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
crmlt has joined #nixos
Theuni2 has joined #nixos
chessai has joined #nixos
<{^_^}> [nixpkgs] @basvandijk closed pull request #59176 → Prometheus small refactor → https://git.io/fjt4K
thetet has joined #nixos
i1nfusion has quit [Remote host closed the connection]
i1nfusion1 has quit [Remote host closed the connection]
aszlig has quit [Quit: Kerneling down for reboot NOW.]
i1nfusion has joined #nixos
thetet has left #nixos [#nixos]
i1nfusion1 has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #58446 → shabnam-fonts: init at v4.0.0 → https://git.io/fjUh3
<{^_^}> [nixpkgs] @veprbl pushed commit from @LinArcX to master « shabnam-fonts: init at v4.0.0 (#58446) »: https://git.io/fjtRf
<srhb> Yaniel: LIterally just the path to it. :)
aszlig has joined #nixos
<Yaniel> oh, I'm not supposed to put it in quotes
<srhb> Indeed.
<Yaniel> UNLIKE EVERY SINGLE OTHER THING in this language
<srhb> Yaniel: wat :P
<srhb> I think you may be overquoting :-)
<Yaniel> URLs? quote
<Yaniel> hashes? quote
<srhb> Don't quote urls
<symphorien> > http://example.com
<srhb> Unless you need to substitute in them.
<Yaniel> shell commands? double quote!
i1nfusion has quit [Read error: Connection timed out]
<srhb> That's just multiline strings though! :-P
<Yaniel> I'm just following what packages on nixpkgs do
<Yaniel> because the manual is not very helpful most of the time
kreetx has quit [Quit: leaving]
<srhb> Hm. Well, we'd love to clear it up, but the short story is that strings are in quotes, multiline strings are in double quotes, nothing else is in quotes.
<Yaniel> so how do I use a local path where I need to substitute something
<srhb> (And yes, a hash is a string, indeed...)
<{^_^}> [nixpkgs] @markuskowa closed pull request #52756 → libv4l: 1.16.2 -> 1.16.3 → https://git.io/fhUmX
reinhardt has quit [Quit: Leaving]
<Yaniel> well it turns out the manual does have a subsubsection about local python packages
<Yaniel> if you have the patience to cycle through 43 instances of "local"
vmandela has joined #nixos
<Yaniel> because that's the best way of finding things in the manual I've found so far
<Yaniel> also it's always fun to bet whether the information will be in the nixos manual, the nixpkgs manual or not written down at all
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #57943 → ir-standard-fonts: init at d36727d → https://git.io/fjfn7
<{^_^}> [nixpkgs] @veprbl pushed commit from @LinArcX to master « ir-standard-fonts: init at unstable-2017-01-21 (#57943) »: https://git.io/fjtR3
<infinisil> Yaniel: i wonder if combined docs would make sense
<Yaniel> then you'd have to cycle through 80 instances of "local"
<infinisil> NixOS is part of nixpkgs, and nixpkgs is the main use of nix, and nixpkgs/lib is the standard library for nix
<infinisil> Yaniel: local in what sense?
<Yaniel> on my filesystem
<Yaniel> just putting the (absolute) path in the src like I'd do with a URL (in quotes) seems like everything is fine but suddenly I get "no such file; don't know how to unpack"
<infinisil> Ah i didn't read the backlog until now
<Izorkin> Mic92: https://pastebin.com/zRBktNiu - this temp variant normalling ? until fixed nginx-config-formatter.
<Yaniel> and not putting it in quotes magically makes thigns work apparently
<Yaniel> except when it doesn't
<Yaniel> I remember having some cases where I specifically had to put a path in quotes or I'd get a syntax error
alex`` has quit [Ping timeout: 245 seconds]
alex`` has joined #nixos
jtojnar has joined #nixos
MasterdonY has quit [Quit: ZNC - http://znc.in]
Makaveli7 has quit [Quit: WeeChat 2.4]
masterdonx has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to master « home-assistant: 0.91.1 -> 0.91.2 »: https://git.io/fjtRc
<pie_> is there something for stripping preceding and trailing characters (spaces) from a string?
leat1 has quit [Remote host closed the connection]
orivej has joined #nixos
leat1 has joined #nixos
fusion809 has joined #nixos
civodul has joined #nixos
<pie_> unrelated, what was that one diff tool that did like...deep semantic diffs of binaries or something?
<tilpner> diffoscope
<pie_> tilpner, ah thanks i think that was it
<pie_> do you have any links to any diffs or something because i want to show this to someone and i dont have anything
<tilpner> ttp://r13y.com/ has some in html form
<pie_> ah theres some links on https://r13y.com/
<pie_> yep :D
orivej has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @Izorkin opened pull request #59181 → nixos/nginx: fix error in writeNginxConfig → https://git.io/fjtRr
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<Yaniel> I mean I love the concept of nix and especially the assurance that my worst case situation is havign to reboot
<pie_> tilpner, any idea if this could be useful for inspecting single files
<Mic92> Izorkin: I see. Let's give the nginx-config-formatter guys 48h to react on the issue.
<Yaniel> but god it's frustrating to do anything beyond adding existing stuff to systempackages or changing configs that are listed in https://nixos.org/nixos/options.html
<pie_> not for reproducibility checking but other stuff
<Izorkin> Mic92: ok
orivej has joined #nixos
<andi-> Yaniel: in my experience it is the same frustration that I had elsewhere on other distributions.. There I would only feel the pain years later when trying to recall what I did back then..
<tilpner> pie_: A single file, or two single files? I don't think it will help much if you have nothing to diff against
<Yaniel> in most other distributions googling works way better though
<gchristensen> that is true, google-foo is usually easier with other distros
<Yaniel> and the arch wiki seems to have a lot less trouble wrt discovering solutions
erictapen has quit [Ping timeout: 250 seconds]
<Yaniel> I guess my main gripe is really *finding* the thing you need in the mannual
<immae> I didn’t know about https://r13y.com/ I’m impressed by the percentage of reproducible builds. I was persuaded that most compilers had variables like date or so and that they would make jobs non "byte-to-byte" reproducible, but I’m wrong it seems
<infinisil> Yaniel: Have you seen rfcs#42?
<{^_^}> https://github.com/NixOS/rfcs/pull/42 (by Infinisil, 2 weeks ago, open): [RFC 0042] NixOS config options
<tilpner> immae: Not that is is only for the minimal iso closure, not all of nixpkgs
<immae> oh
<tilpner> *Note
<immae> still, it is a nice result
<pie_> immae, theres a lot of work on that front. why do you think every file in the store is from 1970? ;P
<Yaniel> infinisil: the problem is not the mechanism, it's discoverability
<pie_> Yaniel, i think this is a common gripe
<pie_> Yaniel, and i generally agree
<Yaniel> and for config you can usually use extraConfig and do what you'd do on every other distro
<Yaniel> I mean that's obviously not an ideal solution but it's easy to figure out
<pie_> tilpner, oh i thought it was for all of nixpkgs xD
<immae> pie_: I know, but that doesn’t force compiler to have deterministic behavior :p
<pie_> immae, makes sense
<Yaniel> that's why the options page I linked is *vital*
crmlt has quit [Ping timeout: 250 seconds]
<Yaniel> but that only works for existing stuff and when you have to customize a package or build a new one it's one wtf after another all over again
hamishmack has quit [Ping timeout: 268 seconds]
<infinisil> Yeah the override mechanisms and other nixpkgs functions are really badly documented
crmlt has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @basvandijk opened pull request #59182 → prometheus_2: 2.6.0 -> 2.8.1 → https://git.io/fjtR7
<Yaniel> okay renderdoc does "weird" stuff and requires some working around as a result
<Yaniel> but then there's things like gxi the other day
<Yaniel> "okay this is just a simple GTK text editor, should work just like gedit"
<Yaniel> but evidently not and I have yet to find anything in the manual about GTK applications
<Yaniel> other than that they exist
npmccallum has joined #nixos
<Yaniel> not to mention gsettings, which was the actual problem
<Yaniel> and that other similar packages simply didn't seem to have
<symphorien> Yaniel: some doc is here but was never merged https://github.com/NixOS/nixpkgs/pull/43150
<{^_^}> #43150 (by jtojnar, 39 weeks ago, open): doc: add GNOME
dnlkrgr has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @markuskowa merged pull request #58656 → connman: 1.36 -> 1.37 → https://git.io/fjk9f
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/fjtRb
<Yaniel> (and then there's the part where the first comment the PR for that package was along the lines of "why would I care since neovim exists" but that's not a technical issue)
Theuni2 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dnlkrgr has joined #nixos
endformationage has joined #nixos
Xal has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @samueldr merged pull request #58027 → grub: Add gfxpayload → https://git.io/fjfME
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/fjtRA
sb0 has joined #nixos
stepcut has joined #nixos
wfranzini has quit [Read error: Connection reset by peer]
Xal has joined #nixos
wfranzini has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
jabranham has joined #nixos
wfranzini has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @shmish111 closed pull request #57910 → prometheus: fix version 2 errors → https://git.io/fjfLc
<{^_^}> [nixpkgs] @basvandijk closed pull request #49802 → Add Prometheus 2 service in parallel with 1.x version → https://git.io/fpe5p
mmlb97745085 has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #58005 → audit: 2.8.4 -> 2.8.5 → https://git.io/fjfi2
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to staging: https://git.io/fjt0T
waleee has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #58316 → libwpg: 0.3.2 -> 0.3.3 → https://git.io/fjUsf
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjt0O
<Yaniel> symphorien: nice, why?
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
wfranzini has joined #nixos
orivej has quit [Ping timeout: 250 seconds]
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has joined #nixos
crmlt has quit [Ping timeout: 268 seconds]
kreisys has joined #nixos
knupfer has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<symphorien> why isn't it merged ?
<symphorien> no clue
dhess_ is now known as dhess
<dhess> How does one garbage-collect an S3 binary cache?
cfricke has quit [Quit: WeeChat 2.4]
xkapastel has joined #nixos
<gchristensen> dhess: while I don't know, and while there might be a tool to do it, cache.nixos.org has never done it
<niksnut> dhess: there are some scripts for that, but they haven't been updated in years
<Taneb> Is there anything like callCabal2nix for carnix?
<dhess> niksnut: oh interesting, thanks!
<niksnut> the problem with that script is that it is based on "manifest" files that we don't generate anymore
<dhess> gchristensen: that's what I figured. I could just rotate it every few months.
hlolli has quit [Quit: Leaving]
<dhess> Oh, actually it looks like I can just let S3 do it by setting a lifecycle rule
<dhess> that would be good enough
<gchristensen> /!\ danger, will robinson /!\
<dhess> you don't think I should do that?
o1lo01ol1o has joined #nixos
<clever> dhess: the .narinfo files can share a .nar.xz, so a recent .narinfo may refer to an old .nar.xz, which your lifecycle rule deleted
<gchristensen> Nix considers it an invariant that a binary cache has the complete closure for anything it contains, so if you lifecycle-rule away a file which for whatever reason is still in use, it can cause Nix to be very unhappy
leat1 has quit [Remote host closed the connection]
<clever> also, the full closure must be present
<dhess> oh :(
leat1 has joined #nixos
<dhess> clever: at IOHK are you just not gc'ing the S3 binary cache?
orivej has quit [Ping timeout: 258 seconds]
<gchristensen> dhess: how big is your cache?
<gchristensen> and what are you putting in it?
<dhess> gchristensen: 0 bytes at the moment :) I'm thinking ahead here.
<clever> dhess: yeah, no GC planned currently
<clever> dhess: half the reason we moved to S3, is because GC on hydra constantly broke builds
<gchristensen> dhess: the NixOS cache does use lifecycle rules to move files in to the "infrequent access" status, which makes it cehap
iyzsong has quit [Ping timeout: 252 seconds]
<dhess> clever: huh.
<clever> dhess: the build slaves cached the fact that hydra.iohk.io has X, and then it didnt have X
Izorkin has quit [Quit: ZNC 1.7.3 - https://znc.in]
<dhess> gchristensen: yeah I could maybe do that instead. But I don't want to get to the point where my binary cache is running like $1500/mo if I can avoid it :)
<gchristensen> dhess: also, wasabi.com is even cheaper, with S3-compatible API :)
Izorkin has joined #nixos
Izorkin has quit [Client Quit]
<gchristensen> dhess: cache.nixos.org took like 10 years of continuously building and uploading all of nixpkgs to get to $1500, fwiw :)
<dhess> gchristensen: hehe yeah perhaps I should just worry about it once it becomes a problem
<clever> and its building all of nixpkgs, for 3-4 arches
Izorkin has joined #nixos
<gchristensen> (120TB in IA storage)
<dhess> but like I said, I'm thinking ahead here.
<gchristensen> +1
<dhess> making sure I don't design myself into a corner
<gchristensen> there certainly is a return on investment question, here
<jtojnar> Yaniel, symphorien: mostly because it is still not finished and also shift of consensus in some areas (deemphasizing environment variables in favour of patching the source codes)
<dhess> gchristensen: I don't strictly need S3, I just need something that's private. Right now I do that by putting my Hydra behind a VPN.
ng0 has joined #nixos
<dhess> it's not ideal but it works for the scale I have at the moment.
Izorkin has quit [Client Quit]
<jtojnar> Yaniel, symforien: there is also a lack of consensus in other areas (icons), as discussed in the PR comments
Izorkin has joined #nixos
Izorkin has quit [Client Quit]
Izorkin has joined #nixos
<gchristensen> sure
hlolli has joined #nixos
<gchristensen> I have an S3 binary cache that I use for Things, which is usually where my fantom $0.96/mo bill comes from
<dhess> gchristensen: what's that building?
orivej has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed 2 commits to master: https://git.io/fjt0d
<dhess> I would still be using cache.nixos.org so I guess my S3 cache will only be caching stuff that's private. Probably not too bad.
leat1 has quit [Remote host closed the connection]
<dhess> and it's easy enough to disable later if needed. OK, I'll just not worry about GC for the time being.
leat1 has joined #nixos
<dhess> thanks as always, folks.
<gchristensen> I use it for random testing and examples. sometimes for nixops deployments where I'm doing a lot of essentially the same machine.
<clever> dhess: i believe the closure will still be in your bucket, due to the rule "Nix considers it an invariant that a binary cache has the complete closure for anything it contains..."
<dhess> clever: oh right, you just said that.
<niksnut> maybe instead of deleting, we should move old paths to glacier deep archive...
<gchristensen> niksnut: it would be operationally the same :( it takes hours to recover files from glacier
<samueldr> isn't glacier incredibly costly to fish data from?
<niksnut> up to 12 hours
<dhess> niksnut: doesn't that mean, though, if you happened to hit one of those, it would take like a day or more to get it? :)
<gchristensen> niksnut: I still want to get a server with a tape-deck and export it all :)
<dhess> AWS KMS policies are so complicated :(
<niksnut> it's more so we can get them back if the GC script went astray
<gchristensen> right
<gchristensen> might be cheaper still to get a tape-deck and reupload in that case ;)
hyper_ch2 has quit [Quit: Page closed]
<gchristensen> (not really. yay operational costs.)
endformationage has quit [Ping timeout: 268 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<eyJhb> How easy is it to add a temp certificate to the global trust chain?
wfranzini has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @WilliButz opened pull request #59183 → grafana: 6.1.1 -> 6.1.2 → https://git.io/fjtEI
wfranzini has joined #nixos
Makaveli7 has joined #nixos
ym555 has quit [Ping timeout: 258 seconds]
ddellacosta has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
ddellacosta has quit [Ping timeout: 255 seconds]
ddellacosta has joined #nixos
alex`` has quit [Ping timeout: 258 seconds]
gal_bolle has quit [Ping timeout: 268 seconds]
alex`` has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/e548fd15c81 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
Erasmus has quit [Quit: END-AUMF]
dnlkrgr has quit [Ping timeout: 264 seconds]
pie_ has quit [Ping timeout: 245 seconds]
johanot has quit [Quit: WeeChat 2.4]
endformationage has joined #nixos
Mr_Keyser_Soze has joined #nixos
Ariakenom has quit [Ping timeout: 250 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @timokau merged pull request #58673 → folly: 2019.01.28.00 -> 2019.03.18.00 → https://git.io/fjkdx
<{^_^}> [nixpkgs] @timokau pushed commit from @r-ryantm to master « folly: 2019.01.28.00 -> 2019.03.18.00 (#58673) »: https://git.io/fjtEh
josiah_sama has joined #nixos
logzet has joined #nixos
god3l1zed has joined #nixos
<god3l1zed> hello there, I am wondering if it's fine to update to 19.03 atm
josiah_sama has quit [Ping timeout: 258 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
dnlkrgr has joined #nixos
i1nfusion has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
<jabranham> Can someone with the power to make ofborg build PRs please make it build #58626?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/58626 (by jabranham, 1 week ago, open): ledger: 3.1.2 -> 3.1.3
<gchristensen> god3l1zed: it is coming! soon :) I don't have a good date yet. it is quite stable, I think the remaining release steps are organizational
i1nfusion1 has quit [Remote host closed the connection]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #nixos
god3l1zed has quit [Ping timeout: 256 seconds]
stepcut_ has joined #nixos
Mr_Keyser_Soze has quit [Remote host closed the connection]
noonien has joined #nixos
stepcut has quit [Ping timeout: 246 seconds]
MightyJoe has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
GiGa has quit [Quit: Leaving]
cyraxjoe has quit [Ping timeout: 268 seconds]
Ralith_ has quit [Remote host closed the connection]
fendor has joined #nixos
Tucky has quit [Quit: WeeChat 2.2]
crmlt has joined #nixos
ixxie has joined #nixos
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #nixos
logzet has joined #nixos
wfranzini has quit [Remote host closed the connection]
leat1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @basvandijk merged pull request #59175 → Expose prometheus generic builder. → https://git.io/fjt4r
Ariakenom has joined #nixos
<{^_^}> [nixpkgs] @basvandijk pushed 3 commits to master: https://git.io/fjtuE
leat1 has joined #nixos
pointfourone has joined #nixos
<infinisil> jabranham: Done did that
logzet has quit [Client Quit]
<jabranham> infinisil: thanks! mind if I ping you when it finishes successfully?
<infinisil> Feel free
ym555 has joined #nixos
logzet has joined #nixos
stepcut_ has quit [Ping timeout: 246 seconds]
leat1 has quit [Remote host closed the connection]
stepcut has joined #nixos
leat1 has joined #nixos
<fendor> how can I build a haskell package that I have generated a nix expression for with cabal2nix?
arjen-jonathan has quit [Ping timeout: 264 seconds]
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
logzet has joined #nixos
<srk> fendor: you need to provide default.nix (possibly also shell.nix) - check this repo for example https://github.com/sorki/haskell-project-template
logzet has quit [Client Quit]
<fendor> srk, thanks!
logzet has joined #nixos
<srk> ,haskell fendor
<srk> yw! :)
<fendor> well, then maybe the error is different, I already followed the users guide. When I try to use callPackage, the error message is: https://hastebin.com/oyesirejev.bash
thePirateKing has quit [Remote host closed the connection]
judson has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
drakonis_ has joined #nixos
dsiypl4__ has joined #nixos
<logzet> Hi, I have two vservers running on nixos since the end of december with automatic updates enabled. Now I'm getting 'no space left on device' errors everywhere while df -h shows plenty of available disk space. Does anyone have an idea?
drakonis has quit [Ping timeout: 244 seconds]
<goibhniu1> hi logzet, could you be out of inodes? `df -i`
<logzet> goibhniu1: Oh, that is the case
thePirateKing has joined #nixos
<logzet> What to do now? And why did this happen?
<goibhniu1> hopefully some garbage collection will fix things up
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #58299 → liblo: 0.29 -> 0.30 → https://git.io/fjUYt
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjtzJ
<goibhniu1> you could consider recreating the filesystem with more inodes (I don't think you can modify that on an existing filesystem)
<logzet> My web search shows that you can't
<logzet> I'm actually curious why this happend on a filesystem with only <10GB used
drakonis_ has quit [Ping timeout: 240 seconds]
<logzet> But thanks for pointing me in the right direction
<goibhniu1> could it have been caused by the services you're running?
<dhess> logzet: usually that happens because you're creating lots of small files. This is common on, e.g., mail servers.
stepcut_ has joined #nixos
stepcut_ has quit [Remote host closed the connection]
Theuni2 has joined #nixos
stepcut has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #58160 → doc/python: cleanup examples, references → https://git.io/fjJW2
<{^_^}> [nixpkgs] @worldofpeace pushed 4 commits to master: https://git.io/fjtzO
alex``` has joined #nixos
leat1 has quit [Remote host closed the connection]
day|flip has quit [Remote host closed the connection]
leat1 has joined #nixos
BlessJah_ has quit [Quit: leaving]
BlessJah_ has joined #nixos
alex`` has quit [Ping timeout: 264 seconds]
BlessJah_ has quit [Client Quit]
jb55 has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/99af80a476a (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
Theuni2 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mojjo has joined #nixos
<mojjo> Does anyone have experience installing go packages on nixos? I'd need to have https://github.com/segmentio/chamber on the system and there seem to be several approaches..
<{^_^}> [nixpkgs] @basvandijk merged pull request #59182 → prometheus_2: 2.6.0 -> 2.8.1 → https://git.io/fjtR7
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to master: https://git.io/fjtzz
<{^_^}> [nixpkgs] @worldofpeace pushed to release-19.03 « doc/python: cleanup examples, references »: https://git.io/fjtzg
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
Thra11 has joined #nixos
stepcut has joined #nixos
pointfourone has left #nixos ["Leaving"]
crmlt has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @volth closed pull request #58239 → add option config.nix.systemFeatures → https://git.io/fjJbY
domogled has quit [Quit: domogled]
leat1 has quit [Remote host closed the connection]
sigmundv_ has quit [Ping timeout: 245 seconds]
leat1 has joined #nixos
dnlkrgr has quit [Ping timeout: 268 seconds]
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
logzet has joined #nixos
stepcut has quit [Remote host closed the connection]
nakkle has quit [Ping timeout: 268 seconds]
<thePirateKing> hey quick question
<thePirateKing> I am trying to get flash on any browser
<thePirateKing> but it does not manage to download it
dbmikus has joined #nixos
rcshm has joined #nixos
<thePirateKing> curl cant find the url
<thePirateKing> i see this issue has happened before but i do not understand how to fix it
Ralith_ has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
chessai has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<averell> which channel and package is this on? it might be possible to override the url or just update.
knupfer has quit [Ping timeout: 264 seconds]
crmlt has joined #nixos
alex``` has quit [Ping timeout: 255 seconds]
leat1 has quit [Remote host closed the connection]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/30840796950 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
thePirateKing has quit [Ping timeout: 255 seconds]
leat1 has joined #nixos
alex``` has joined #nixos
mojjo has quit [Ping timeout: 256 seconds]
<averell> ah, looks like it just wasn't cherry-picked to 18.09. you could either install it from unstable/19.03, or cherry-pick 8ea3aae70af which will apply directly. You could override it directly, but it's probably more work, because it's some anonymous part of the chromium derivation.
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
pmiddend has joined #nixos
<pmiddend> Weird. When I write a bash script via "writeTextFile" and use that in the buildInputs of another derivation, the script seems to be executed automatically. o_O
Jetien_ has quit [Ping timeout: 250 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
fendor has quit [Ping timeout: 246 seconds]
crmlt has quit [Ping timeout: 268 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
tobiasBora has quit [Ping timeout: 250 seconds]
<srhb> pmiddend: I am surprised by that as well.
tobiasBora has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #59147 → purescript: upgrade to 0.12.4 → https://git.io/fjtcy
<{^_^}> [nixpkgs] @xeji pushed commit from @justinwoo to master « purescript: upgrade to 0.12.4 (#59147) »: https://git.io/fjtgV
<andi-> I have seen something similar..
<andi-> was using writeScript and not writeScriptBin and the scripts were called when the build env was constructed/entered
<pmiddend> https://0bin.net/paste/vpiXtjdnEsGm-1cC#Tiq9QvguXio9UERSjhx6Xz8+uxdkoK-ifpbPm/b9rpi - this is my derivation.
<pmiddend> (Without the starter-script in buildInputs below)
<pmiddend> Ah yes, I haven't minimized that.
<{^_^}> [nixpkgs] @xeji merged pull request #59183 → grafana: 6.1.1 -> 6.1.2 → https://git.io/fjtEI
<{^_^}> [nixpkgs] @xeji pushed 2 commits to master: https://git.io/fjtgo
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<srhb> I wonder if this is some weirdness with passAsFile..
<srhb> Probably a perfectly rational explanation, but it certainly escapes me right now >_>
<srhb> Nope, it's not passAsFile..
<srhb> how. why. :-)
Theuni2 has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58894 → sysstat: 12.1.2 -> 12.1.3 → https://git.io/fjIwv
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « sysstat: 12.1.2 -> 12.1.3 (#58894) »: https://git.io/fjtg1
<monotux> so I've written a new package and a new service definition that I'd like to try. I guess I want to rebuild my system with it, but how do I do this in a reasonable way? point env variable NIXPKGS to my local nixpkgs in which the changes have been made?
<tilpner> I've never heard of a NIXPKGS variable
<srhb> monotux: Yeah, nixos-rebuild even takes an -I switch where you can pass nixpkgs=somepath
<tilpner> You probably meant NIX_PATH=nixpkgs=...
<tilpner> But you don't need to use a nixpkgs fork to try a new service
<tilpner> You can just put the module into your imports
wolfman154 has joined #nixos
<tilpner> (It gets more annoying when you make changes to already-existing modules)
<monotux> thanks tilpner and srhb! I'm probably going to submit a PR for nixpkgs if this works well, hence me doing it in nixpkgs
<wolfman154> Just checking, has nixos 19.03 become stable yet?
<srhb> wolfman154: No.
<tilpner> wolfman154: I've been using 19.03 without issues, but it hasn't been released yet
Mithror has joined #nixos
<wolfman154> Just wondering, will it be a pain to upgrade from 18 to 19?
fendor has joined #nixos
<srhb> wolfman154: Unlikely :)
leat1 has quit [Remote host closed the connection]
<srhb> wolfman154: Unless you have some very specific setups it's usually completely trivial.
leat1 has joined #nixos
jomik has joined #nixos
<jomik> Anyone here using the Ly display manager on NixOS? Seems that there is no module for it, only a package :(
<wolfman154> I’m new to nixos , so still an up hill battle :)
{`-`} has joined #nixos
joedevivo has joined #nixos
chrisaw has quit [Read error: Connection reset by peer]
pingveno has quit [Read error: Connection reset by peer]
WooDWorkeR has joined #nixos
sppky has quit [Read error: Connection reset by peer]
demize has quit [Remote host closed the connection]
pasukon has joined #nixos
johnw has quit [Quit: ZNC - http://znc.in]
sppky has joined #nixos
chrisaw has joined #nixos
pingveno has joined #nixos
vdemeester has joined #nixos
feepo has joined #nixos
<jomik> tilpner: I thought it'd be something like `services.xserver.displayManager.job.execCmd`?
johnw has joined #nixos
carter has joined #nixos
<NickHu> Does nix have a ternary operator?
johanot has joined #nixos
demize has joined #nixos
cocreature has quit [Ping timeout: 268 seconds]
<infinisil> NickHu: if then else?
<srhb> NickHu: No, but.. Being FP, if-then-else works
<{^_^}> [nixpkgs] @timokau merged pull request #55243 → mutt: 1.11.2 -> 1.11.4 → https://git.io/fh9JM
<{^_^}> [nixpkgs] @timokau pushed 3 commits to master: https://git.io/fjtgh
<srhb> eh, too slow..
cocreature has joined #nixos
<wolfman154> I almost got everything setup, then I can finally get back to coding, I like how you can copy , paste and rebuild your config quickly, so nixos sets up all path environment variables?
thePirateKing has joined #nixos
<wolfman154> Automatically?
<johanot> any SNM power users here? :) (mail server)
<NickHu> I was hoping for something a little terser but I guess it's fine
<srhb> wolfman154: Sorry, I couldn't quite parse that question.
vmandela has quit [Quit: Leaving]
<johanot> basically I want mail forwarding only. I figure I can do that with sieve scripts, but.. is there any way I can prevent local storage and login capabilities?
<monotux> nixos-rebuild -I /home/oscar/git/nixpkgs/ build <--- this doesn't seem to use the /home/oscar/git/nixpkgs at all, judging by the fact that it can't find my new service. any pointers?
<wolfman154> srhb: so instead of having to do export path /dir/ in bashrc, nixos does this for me automatically?
<wolfman154> For example a compiler?
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58761 → pulumi-bin: 0.16.11 -> 0.17.4 → https://git.io/fjIO8
<{^_^}> [nixpkgs] @xeji pushed 3 commits to master: https://git.io/fjt2t
<{^_^}> [nixpkgs] @timokau merged pull request #58965 → pythonPackages.ipdb: 0.8.1 -> 0.12 → https://git.io/fjLkB
<{^_^}> [nixpkgs] @timokau pushed commit from @costrouc to master « pythonPackages.ipdb: 0.8.1 -> 0.12 (#58965) »: https://git.io/fjt2Y
<monotux> oh it had to be nixos-rebuild -I nixpkgs=path
<{^_^}> [nixpkgs] @bricewge opened pull request #59184 → nodePackages: add language-server for bash, vue, html and css → https://git.io/fjt2G
<srhb> wolfman154: If I understand your question I guess that's exactly what profiles do?
<srhb> Well, almost.
<Myrl-saki> [myrl@myrl:~]$ nix why-depends nixpkgs.pinentry_ncurses nixpkgs.gtk3
<srhb> The end result is the same or better... :-)
<Myrl-saki> /nix/store/kj3ll5amhf4z3pxvzhlsmyma4q38mfma-pinentry-1.1.0
<Myrl-saki> ╚═══bin/pinentry-gnome3: …a3z06-gcr-3.28.1/lib:/nix/store/xywpyd0gf2fca3vxczkra72y29phlz4d-gtk+3-3.24.4/lib:/nix/store/m5i…
<Myrl-saki> => /nix/store/xywpyd0gf2fca3vxczkra72y29phlz4d-gtk+3-3.24.4
<Myrl-saki> Regression?
<Myrl-saki> TL;DR, gcr has gtk3 as propagatedBuildInputs.
wolfman154 has quit [Quit: Mutter: www.mutterirc.com]
<Myrl-saki> And pinentry gets gcr by callPackage.
zemm has quit [Quit: On second thought, let's not go to Camelot. It is a silly place.]
zemm has joined #nixos
shabius has quit [Quit: Leaving]
<Myrl-saki> Also, does nixos-install(technically, nix-env --store) constantly fsync? It's holy hell slow when installing on a flash drive for me. I don't think it was this slow before.
leat1 has quit [Remote host closed the connection]
shabius has joined #nixos
<Myrl-saki> I've tried it out on 3 different flash drives now, FWIW.
<tilpner> jomik: Oh, yes
daveyjones01 has joined #nixos
leat1 has joined #nixos
<averell> should be visible in /proc/meminfo if so, maybe?
<Myrl-saki> Might be a problem with my kernel at this point.
<Myrl-saki> (OTOH, I was able to do normal flash drive stuff.)
markus1189 has quit [Ping timeout: 250 seconds]
thePirateKing has quit [Ping timeout: 264 seconds]
<jluttine> is it possible to define default content for home directory in nixos? when the home directory is created for a new user, i'd like some specific content to appear there.
dbmikus has quit [Ping timeout: 246 seconds]
waleee has quit [Quit: WeeChat 2.4]
dbmikus has joined #nixos
<srhb> jluttine: security.pam.makeHomeDir.skelDirectory probably
<Myrl-saki> mkRenamedOptionModule considered harmful?
<Myrl-saki> nix-repl> config.boot.loader.gummiboot.enable
<Myrl-saki> error: The option `boot.loader.gummiboot.enable' is used but not defined.
ym555 has quit [Ping timeout: 246 seconds]
<Myrl-saki> nix-repl> config.boot.loader.systemd-boot.enable
<Myrl-saki> true
<matthewbauer> jluttine: You can put stuff in ```/etc/skel``` with environment.etc
<Myrl-saki> TL;DR. I was trying to find which bootloader is active using `pkgs.lib.filterAttrs (n: v: v ? enable && v.enable) config.boot.loader`
<clever> Myrl-saki: one min
__monty__ has joined #nixos
<clever> Myrl-saki: the bootloader you enable, will set `system,build.installBootLoader` and only one module can set it
daveyjones01 has quit [Remote host closed the connection]
<Myrl-saki> Oh cool. Thanks.
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<clever> that is how nixos figures out what to run after `nixos-rebuild boot`
<Myrl-saki> clever: Oh yeah, I was "theory-crafting" some Bash+Nix stuff a while ago. And Bash has first-class support for Nix boolean types.
wolfman154 has joined #nixos
<Myrl-saki> `$(nix eval '(expr)') && foo` where expr is a bool.
<clever> but when nix turns bools into strings for a derivation, it gets weird
<clever> > toString true
<{^_^}> "1"
<clever> > toString false
<{^_^}> ""
<Myrl-saki> Jesus what
<Myrl-saki> I never knew about that lmao
<clever> that same weirdness happens if you set an attribute of a derivation to a bool
nD5Xjz has quit [Ping timeout: 246 seconds]
<clever> i think its to play nice with [ -z
<Myrl-saki> Ohh, fair enough.
<wolfman154> If I switch to terminator, can I remove i18n internationalization properties for console?
<clever> bbl
nD5Xjz has joined #nixos
<Myrl-saki> clever: Cya!
<{^_^}> [nixpkgs] @xeji merged pull request #57415 → python37Packages.ipy: 0.83 -> 1.00 → https://git.io/fhjCQ
<wolfman154> Or are these settings for something else?
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « python37Packages.ipy: 0.83 -> 1.00 (#57415) »: https://git.io/fjt2y
markus1189 has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58712 → libsolv: 0.7.3 -> 0.7.4 → https://git.io/fjIJL
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « libsolv: 0.7.3 -> 0.7.4 (#58712) »: https://git.io/fjt2S
wolfman154 has quit [Quit: Mutter: www.mutterirc.com]
<{^_^}> [nixpkgs] @xeji merged pull request #57384 → python37Packages.azure-storage-blob: 1.4.0 -> 1.5.0 → https://git.io/fhj3Q
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « python37Packages.azure-storage-blob: 1.4.0 -> 1.5.0 (#57384) »: https://git.io/fjt27
erasmas has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #57401 → python37Packages.django-allauth: 0.36.0 -> 0.38.0 → https://git.io/fhjZz
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « python37Packages.django-allauth: 0.36.0 -> 0.38.0 (#57401) »: https://git.io/fjt25
<Myrl-saki> Eep. Testing on another machine with an older kernel, seems like either USB is just crappy or my flash drives are just crappy.
rcshm has quit []
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
arjen-jonathan has joined #nixos
<{^_^}> [nixpkgs] @globin pushed 3 commits to master: https://git.io/fjt2A
<{^_^}> [nixpkgs] @globin pushed 3 commits to release-19.03: https://git.io/fjt2x
grizwako has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @xeji merged pull request #57315 → mblaze: 0.5 -> 0.5.1 → https://git.io/fhjeb
<{^_^}> [nixpkgs] @xeji pushed 3 commits to master: https://git.io/fjt2j
wolfman154 has joined #nixos
wolfman154 has quit [Client Quit]
<Aleksejs> Hello, I need to install the following python packages: rpi_ws281x, adafruit-circuitpython-neopixel. When I try to install them via pip3 it shows an error ModuleNotFoundError: No module named 'setuptools'
<{^_^}> [nixpkgs] @xeji closed pull request #57295 → librsvg: 2.44.12 -> 2.44.13 → https://git.io/fhhhm
wolfman154 has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58723 → mercurialFull: 4.9 -> 4.9.1 → https://git.io/fjITa
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « mercurialFull: 4.9 -> 4.9.1 (#58723) »: https://git.io/fjtae
wolfman154 has quit [Client Quit]
stepcut has joined #nixos
mounty has joined #nixos
rauno has quit [Ping timeout: 252 seconds]
leat1 has quit [Remote host closed the connection]
<Myrl-saki> Uhhh
leat1 has joined #nixos
<Myrl-saki> This is kinda problematic IMO.
<Myrl-saki> [myrl@myrl:~]$ nix-store -qR $(nix-build -E 'with import <nixpkgs> {}; pinentry_ncurses' --no-out-link) | xargs du -chs | tail -n1
<Myrl-saki> 275M total
<Myrl-saki> [myrl@myrl:~]$ nix-store -qR $(nix-build -E 'with import <nixpkgs> {}; pinentry.override { gcr = null; gtk2 = null; }' --no-out-link) | xargs du -chs | tail -n1
<Myrl-saki> 57M total
<Myrl-saki> Err, sorry about the whitespace.
orivej has quit [Ping timeout: 240 seconds]
jasom has joined #nixos
nikivi has quit [Ping timeout: 240 seconds]
q6AA4FD has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @xeji merged pull request #59130 → mu: 1.0 -> 1.2 → https://git.io/fjtt5
<{^_^}> [nixpkgs] @xeji pushed commit from @jabranham to master « mu: 1.0 -> 1.2 (#59130) »: https://git.io/fjtaL
<{^_^}> [nixpkgs] @worldofpeace opened pull request #59185 → nixos/glib-networking: init → https://git.io/fjtat
nikivi has joined #nixos
<{^_^}> [nixpkgs] @jabranham opened pull request #59186 → R: update CRAN and Bioconductor package sets → https://git.io/fjtaB
mounty has quit [Quit: Konversation terminated!]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58806 → iodine: improve password handling → https://git.io/fjICA
<{^_^}> [nixpkgs] @xeji pushed commit from @iblech to master « iodine: improve password handling (#58806) »: https://git.io/fjtau
jomik has quit [Ping timeout: 258 seconds]
q6AA4FD has joined #nixos
kyren has quit [Quit: ZNC 1.7.2 - https://znc.in]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
civodul has joined #nixos
stepcut has quit [Remote host closed the connection]
Mithror has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<worldofpeace> ,locate bin geteltorito
<{^_^}> Found in packages: geteltorito
dnlkrgr has joined #nixos
<nh2[m]> =7b^_^=7d: if you need help with the hetzner issue, I may be able to look into it
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
iceypoi has joined #nixos
<iceypoi> I'm trying to be a good citizen and help out with PR reviewing.
<{^_^}> [nixpkgs] @jtojnar opened pull request #59187 → Deadbeef 0.7.2 → 1.8.0 → https://git.io/fjta7
<{^_^}> [nixpkgs] @xeji closed pull request #49923 → vips: 8.7.0 -> 8.7.1 → https://git.io/fpkt1
jomik has joined #nixos
jomik has quit [Client Quit]
<iceypoi> And I'm having a little concern, is it save to be calling nix-review and nix build or will that cause tons of GC roots and kill my disk space?
<iceypoi> and if so, how can I make sure it gets freed up
wolfman154 has joined #nixos
<wolfman154> How do I add a wallpaper to xmonad in nixos? https://superuser.com/questions/65953/set-background-image-in-xmonad#255672
<iceypoi> I use a program called "feh"
<tilpner> nh2[m]: {^_^} is a bot
<iceypoi> but that's probably the same as your posted link
<iceypoi> you can add it to your xsession start up script
<{^_^}> [nixpkgs] @lheckemann pushed 4 commits to pull/58858/head: https://git.io/fjtah
<wolfman154> iceypoi: what would the syntax look like for xloadimage in xsession?
<wolfman154> I’m still new to nixos
hl has quit [Read error: Connection reset by peer]
<nh2[m]> tilpner: thanks. I meant ninjin ^
<{^_^}> [nixpkgs] @Infinisil merged pull request #58626 → ledger: 3.1.2 -> 3.1.3 → https://git.io/fjk6S
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/fjtVv
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @lheckemann pushed 0 commits to pull/58858/head: https://git.io/fjtVf
wfranzini has joined #nixos
<wolfman154> iceypoi: I’ll check the nixos options to see if it is there
leat1 has quit [Remote host closed the connection]
ym555 has joined #nixos
leat1 has joined #nixos
<iceypoi> I do use home-manager though, so please look at my systems/.../configuration.nix file how it's linked in
<wolfman154> iceypoi++
<{^_^}> iceypoi's karma got increased to 2
jomik has joined #nixos
<jomik> tilpner: Ugh, getting that `...displayManager.job.execCmd` is defined twice, once by lightdm, but lightdm is not enabled? error: The unique option `services.xserver.displayManager.job.execCmd' is defined multiple times, in `/nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/x11/display-managers/lightdm.nix' and `/etc/nixos/configuration.nix'.
<tilpner> jomik: lightdm might be enabled by default if you set nothing else. You could try explicitly disabling it
<jomik> Where is that enabled though ? :O
<tilpner> Enabled by default, so a user doesn't have to decide on a display manager just to enable xserver
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/80f91b4ddad (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<tilpner> Just try services.xserver.displayManager.lightdm.enable = false;
<jomik> I did services.xserver.displayManager.lightdm.enable = false;
<jomik> It doesn't work
wolfman154 has quit [Remote host closed the connection]
wolfman154_ has joined #nixos
<iceypoi> are you guys running unstable, master or release?
<tilpner> iceypoi: 19.03 pre-release
nschoe has quit [Ping timeout: 250 seconds]
<jomik> EH, how do I disable that then? Can't just set it to false I guess :o
wolfman154_ has quit [Client Quit]
<tilpner> jomik: Tr
<tilpner> ...y a lib.mkForce false
leat1 has quit [Remote host closed the connection]
<jomik> Still the same error.
leat1 has joined #nixos
<tilpner> nixos-option services.xserver.displayManager.lightdm.enable
<iceypoi> if you want to disable, might enable the startx display manager
ddellacosta has quit [Quit: WeeChat 2.2]
<iceypoi> services.xserver.displayManager.startx.enable = true;
<jomik> tilpner: Does that evaluate my current config?
<jomik> It says it is true.
<jomik> Even with services.xserver.displayManager.lightdm.enable = lib.mkForce false;
hl has joined #nixos
linarcx has joined #nixos
<jomik> I don't want startx tho ? And startx also declares `execCmd`
<jomik> s/declares/defines
<iceypoi> startx is just a dummy package that basically disables anything from really running
<jabranham> iceypoi: I use release for the system stuff (kernel, systemd, etc) and unstable for all "my" stuff
<iceypoi> jabranham: thx
<linarcx> Hi gyus. i install debian on my machine. when it want to detect other os to install grub, it detect windows7, and arch and don't detect nixos. when i reboot, i can see arch, window7 and debian, and nixos is missing. How can i fix this issue?
<jomik> iceypoi: It also disables the display-manager systemd service, which I want to run. So seems a bit detrimental.
<tilpner> jomik: I don't have any more ideas then. Are you sure you're editing the right file, and it's being included in your config?
ddellacosta has joined #nixos
<jomik> Well, yes, because before I was using sddm, and when I removed that line and added the other two, it errored :P
<jomik> I find it odd that the xserver.nix file overrides my mkForce..
<iceypoi> jomik: I see. I just run startx from user prompt
<jomik> iceypoi: Well, I want a display manager ;P
<iceypoi> jomik: fair enough
<jomik> tilpner:
<jomik> my bad
<jomik> I forget that I need to EXIT my editor when I use sudoedit :D
<jomik> mkForce works
<jomik> Rebooting! Ty
jomik has quit [Quit: WeeChat 2.4]
<linarcx> Gyus
<linarcx> Is there anyone to help me to fix grub?
leat1 has quit [Remote host closed the connection]
<iceypoi> linarcx: efi or bios?
<linarcx> iceypoi: bios.
leat1 has joined #nixos
<linarcx> i try to re-generate grub from arch. it detect windows, debian, arch but not nixos!
<linarcx> I don't know why.
<iceypoi> that won't work, probably
<iceypoi> nixos is very special in this too
<linarcx> What should i do?
<iceypoi> sec
<iceypoi> this could work well
<iceypoi> I use nixos' boot loader to find my windows intall
<iceypoi> just needed to enable the os prober
<linarcx> no.
<linarcx> it worke very well before.
<linarcx> i install debian tonight. and it overright grub.
<linarcx> But doesn't detect nixos.
<iceypoi> you'll have to re-install the nixos boot loader
<linarcx> How?
<linarcx> insert live cd and chroot?
dbmikus has quit [Ping timeout: 246 seconds]
<iceypoi> the section labelled "Re-installing the bootloader" in the link I shared?
<linarcx> iceypoi: Yes, i see it. thank you. Let me try it.
dbmikus has joined #nixos
jomik has joined #nixos
<jomik> Well, sadly it seems to be missing something else to actually run and log in O.o That'll have to wait till tomorrow tho.
<{^_^}> [nixpkgs] @xeji merged pull request #58863 → qwt6_qt4: 6.1.3 -> 6.1.4 → https://git.io/fjIgu
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « qwt6_qt4: 6.1.3 -> 6.1.4 (#58863) »: https://git.io/fjtVp
<{^_^}> [nixpkgs] @xeji merged pull request #58867 → redis: 5.0.3 -> 5.0.4 → https://git.io/fjI2q
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « redis: 5.0.3 -> 5.0.4 (#58867) »: https://git.io/fjtVh
<{^_^}> [nixpkgs] @lheckemann pushed to release-19.03 « README: update for 19.03 »: https://git.io/fjtVj
jabranham has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
knupfer has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
goibhniu1 has quit [Ping timeout: 250 seconds]
thePirateKing has joined #nixos
<{^_^}> [nixpkgs] @gnidorah opened pull request #59188 → [WIP] maxx: 1.1.0 -> 2.0.1 → https://git.io/fjtwv
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<jomik> May just switch to lightdm again :D
<jomik> Good night!
jomik has quit [Client Quit]
<Aleksejs> any help with my pip problem?
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
kyren has joined #nixos
<andi-> Aleksejs: is setuptools in your current (python) environment?
swerlk_ has quit [Ping timeout: 246 seconds]
leat1 has quit [Remote host closed the connection]
<Aleksejs> andi-: when I run pip install setuptools, it shows "requirement already satisfied". I also have python36Packages.setuptools in my configuration.nix. However, when I try to import it I see an error
leat1 has joined #nixos
<Aleksejs> andi-: I've forgot to mention that the platform is raspberry pi 3
nschoe has joined #nixos
wolfman154 has joined #nixos
goibhniu1 has joined #nixos
<wolfman154> If I install home manager in my configuration.nix do I still need to use these instructions or do I have to do both? https://github.com/rycee/home-manager
<{^_^}> [nixpkgs] @xeji merged pull request #58175 → gtksourceview: 3.24.9 -> 3.24.10 → https://git.io/fjJui
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « gtksourceview: 3.24.9 -> 3.24.10 (#58175) »: https://git.io/fjtwG
<wolfman154> rycee: 14:34 wolfman154: If I install home-manager in my configuration.nix do I still need to use these instructions or do I have to do both? https://github.com/rycee/home-manager
zupo has joined #nixos
zupo has quit [Client Quit]
<andi-> Aleksejs: sorry, don't know from the top of my head what to do there.. been a while since I used pip on nixos
<Myrl-saki> Yeesh. I'm getting 500'd when I made a PR using the web editor.
zupo has joined #nixos
<rycee> wolfman154: Use one or the other. Not both.
nschoe has quit [Quit: Program. Terminated.]
<rycee> wolfman154: For asking about Home Manager I'd suggest #home-manager.
<Aleksejs> andi-: I've found the same error here https://github.com/NixOS/nixpkgs/issues/25984 but I don't really understand the solution
<{^_^}> #25984 (by ob7, 1 year ago, closed): Python says it cannot find SetupTools
swerlk has joined #nixos
leat1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @xeji closed pull request #58748 → libsForQt5.phonon: 4.10.1 -> 4.10.2 → https://git.io/fjIqd
leat1 has joined #nixos
linarcx has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed to staging-next « nixos/pantheon: use evince module »: https://git.io/fjtwC
<wolfman154> rycee: thanks, another quick question I’m installing terminator in home-manager and setting it up in xmonad, so do I still need i18n console internationalization properties settings or can I just erase them? I’m trying to stay as minimal and simple as possible.
<{^_^}> [nixpkgs] @bendlas opened pull request #59189 → emacs-modes: replace melpa-generated with json format + updater in emacs lisp → https://git.io/fjtwl
fendor has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @xeji merged pull request #56595 → aws-sdk-cpp: 1.7.53 -> 1.7.56 → https://git.io/fhAzZ
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « aws-sdk-cpp: 1.7.53 -> 1.7.56 (#56595) »: https://git.io/fjtw4
ym555 has quit [Ping timeout: 244 seconds]
strobelight has joined #nixos
<wolfman154> rycee: and is there a settings option for terminator in home-manager , I saw one for the urxvt terminal emulator.
<wolfman154> 14:42 wolfman154: rycee: thanks, another quick question I’m installing terminator in home-manager and setting it up in xmonad, so do I still need i18n console internationalization properties settings or can I just erase them? I’m trying to stay as minimal and simple as possible.
ym555 has joined #nixos
knupfer has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @andir merged pull request #58394 → Carnix: 0.9 -> 0.10 → https://git.io/fjUVE
<{^_^}> [nixpkgs] @andir pushed 2 commits to master: https://git.io/fjtw0
<Myrl-saki> Eep. How do I force a DNS cache flush? Restarting nscd is doing nothing.
<linarcx> iceypoi: Thank you so much. it works now like a charm.
linarcx has quit [Quit: WeeChat 2.4]
<rycee> wolfman154: Please don't notify me multiple times for the same message. I'll see the message and answer it when I have the time. If you insist on timely support then I'd be happy to arrange invoicing :-)
ayerhart has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @worldofpeace pushed to revert-58175-auto-update/gtksourceview « Revert "gtksourceview: 3.24.9 -> 3.24.10 (#58175)" »: https://git.io/fjtw2
<{^_^}> [nixpkgs] @xeji merged pull request #54157 → phonon: 4.10.1 -> 4.10.2 → https://git.io/fh8ZI
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to staging « phonon: 4.10.1 -> 4.10.2 (#54157) »: https://git.io/fjtwa
<{^_^}> [nixpkgs] @adrianparvino opened pull request #59190 → pinentry_ncurses: remove GTK3 dependency → https://git.io/fjtwV
crmlt has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #59191 → Revert "gtksourceview: 3.24.9 -> 3.24.10" → https://git.io/fjtww
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #57270 → libbluray: 1.0.2 -> 1.1.0 → https://git.io/fhhN4
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « libbluray: 1.0.2 -> 1.1.0 (#57270) »: https://git.io/fjtwo
<wolfman154> rycee: sorry about that I posted the questions on the #home-manager channel like you asked
slack1256 has joined #nixos
grizwako has joined #nixos
ryjm[payon] has left #nixos ["Using Circe, the loveliest of all IRC clients"]
ryjm[payon] has joined #nixos
ayerhart has joined #nixos
<Myrl-saki> What's the res argument in nixpkgs?
<Myrl-saki> s/nixpkgs/all-packages.nix
<Myrl-saki> Oh, seems to be pretty similar to self. Makes me even more confused.
<Myrl-saki> let res = import ./all-packages.nix { inherit lib noSysDirs config; } res self super;
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
ng0 has quit [Quit: Alexa, when is the end of world?]
o1lo01ol1o has quit [Remote host closed the connection]
ym555 has quit [Ping timeout: 246 seconds]
arjen-jonathan has quit [Ping timeout: 246 seconds]
ym555 has joined #nixos
o1lo01ol1o has joined #nixos
adam-6520493 has quit [Ping timeout: 250 seconds]
ixxie has quit [Ping timeout: 244 seconds]
adam-6520493 has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
o1lo01ol1o has quit [Ping timeout: 252 seconds]
knupfer has joined #nixos
<iceypoi> linarcx[m]: nice to hear!
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
<{^_^}> [nixpkgs] @worldofpeace closed pull request #59191 → Revert "gtksourceview: 3.24.9 -> 3.24.10" → https://git.io/fjtww
tmaekawa has joined #nixos
tmaekawa has quit [Client Quit]
sindrip has joined #nixos
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
xkapastel has joined #nixos
knupfer has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @xeji merged pull request #58883 → snd: 18.8 -> 19.2 → https://git.io/fjIVT
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « snd: 18.8 -> 19.2 (#58883) »: https://git.io/fjtrY
<{^_^}> [nixpkgs] @xeji merged pull request #58851 → python37Packages.unittest-xml-reporting: 2.2.1 -> 2.4.0 → https://git.io/fjIui
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « python37Packages.unittest-xml-reporting: 2.2.1 -> 2.4.0 (#58851) »: https://git.io/fjtrc
shibboleth has quit [Quit: shibboleth]
JonReed has joined #nixos
<JonReed> ,locate bin chflags
<{^_^}> Couldn't find in any packages
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58763 → python37Packages.ansible-runner: 1.2.0 -> 1.3.0 → https://git.io/fjIOo
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « python37Packages.ansible-runner: 1.2.0 -> 1.3.0 (#58763) »: https://git.io/fjtrE
<{^_^}> [nixpkgs] @ajs124 opened pull request #59192 → xtris: init at 1.15 → https://git.io/fjtra
JonReed has quit [Client Quit]
<{^_^}> [nixpkgs] @xeji merged pull request #58664 → dovecot_pigeonhole: 0.5.4 -> 0.5.5 → https://git.io/fjkQJ
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « dovecot_pigeonhole: 0.5.4 -> 0.5.5 (#58664) »: https://git.io/fjtrr
Ariakenom has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @xeji closed pull request #58886 → solr: 7.7.1 -> 8.0.0 → https://git.io/fjIVO
johanot has quit [Quit: WeeChat 2.4]
Glider_IRC_ has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
tdbgamer has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58747 → postgresqlPackages.pg_cron: 1.1.2 -> 1.1.3 → https://git.io/fjIq6
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « postgresqlPackages.pg_cron: 1.1.2 -> 1.1.3 (#58747) »: https://git.io/fjtr7
<{^_^}> [nixpkgs] @xeji merged pull request #58733 → opencpn: 4.8.8 -> 5.0.0 → https://git.io/fjILw
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « opencpn: 4.8.8 -> 5.0.0 (#58733) »: https://git.io/fjtr5
Glider_IRC__ has quit [Ping timeout: 264 seconds]
Erasmus has joined #nixos
polman has quit [Quit: Conection reset by BEER ( www.nirc.netbynet.ru )]
<{^_^}> [nixpkgs] @xeji merged pull request #57264 → kexectools: 2.0.18 -> 2.0.19 → https://git.io/fhhb3
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to staging « kexectools: 2.0.18 -> 2.0.19 (#57264) »: https://git.io/fjtrh
dnlkrgr has quit [Ping timeout: 250 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
sinner has joined #nixos
sindrip has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @xeji merged pull request #58724 → libsForQt5.mlt: 6.12.0 -> 6.14.0 → https://git.io/fjIke
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « libsForQt5.mlt: 6.12.0 -> 6.14.0 (#58724) »: https://git.io/fjtov
sinner is now known as Guest51892
nuh^ has joined #nixos
sindrip has joined #nixos
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @xeji merged pull request #58756 → postgresqlPackages.postgis: 2.5.1 -> 2.5.2 → https://git.io/fjIYO
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « postgresqlPackages.postgis: 2.5.1 -> 2.5.2 (#58756) »: https://git.io/fjtoU
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
sindrip has quit [Quit: WeeChat 2.4]
strobelight has quit [Ping timeout: 240 seconds]
Thra11 has quit [Ping timeout: 255 seconds]
jasongrossman has quit [Ping timeout: 250 seconds]
ayerhart_ has joined #nixos
ayerhart has quit [Ping timeout: 246 seconds]
sigmundv_ has joined #nixos
judson has quit [Remote host closed the connection]
ayerhart_ has quit [Ping timeout: 255 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
ayerhart has joined #nixos
biopandemic has joined #nixos
<NemesisD> why is the sha256 in nix a different length than `sha256sum`?
<ajs124> NemesisD, different encoding
<NemesisD> oh that makes sense. is there a way i can get the correct encoding on the CLI? i'm writing something that has to work on mac and i don't have one
linarcx has joined #nixos
wolfman154 has quit [Quit: Mutter: www.mutterirc.com]
linarcx has quit [Client Quit]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
Makaveli7 has quit [Quit: WeeChat 2.4]
Geeko has joined #nixos
<gchristensen> sha256sum's outputworks fine
<Geeko> hi guys
<gchristensen> but also `nix hash-file` iirc
<Geeko> i finally found the right irc channel of nixos :D
<gchristensen> yay :)
<Geeko> can anyone help me with upgrading nvidia drivers to 410 +
<NemesisD> lol hash-file produces a 3rd encoding different from what i had, i guess ill just use sha256sum
<Geeko> i got still the legacy one
erasmas has quit [Quit: leaving]
Geeko has left #nixos [#nixos]
mmlb97745085 has quit [Ping timeout: 250 seconds]
_Geeko_ has joined #nixos
<_Geeko_> anyone can help me out how to upgrade from nvidia 390.87 to newest version?
npmccallum has quit [Ping timeout: 264 seconds]
leat1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @xeji merged pull request #57966 → goa: 1.4.0 -> 1.4.1 → https://git.io/fjf0l
<{^_^}> [nixpkgs] @xeji pushed commit from @anpryl to master « goa: 1.4.0 -> 1.4.1 (#57966) »: https://git.io/fjtow
leat1 has joined #nixos
<{^_^}> [nixpkgs] @dywedir opened pull request #59193 → alacritty: 0.2.9 -> 0.3.0 → https://git.io/fjtor
ayerhart has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @xeji merged pull request #53278 → mbedtls: 2.15.1 -> 2.16.0 → https://git.io/fhm0q
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « mbedtls: 2.15.1 -> 2.16.0 (#53278) »: https://git.io/fjtoK
<{^_^}> [nixpkgs] @globin merged pull request #58398 → documize-community: init at 2.2.1 → https://git.io/fjUwc
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/fjtoi
iceypoi has quit [Quit: WeeChat 2.4]
crmlt has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @xeji merged pull request #56596 → aws-c-common: 0.3.2 -> 0.3.3 → https://git.io/fhAzR
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « aws-c-common: 0.3.2 -> 0.3.3 (#56596) »: https://git.io/fjtoP
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<{^_^}> [nixpkgs] @xeji merged pull request #58909 → vault: 1.0.3 -> 1.1.0 → https://git.io/fjIoX
<{^_^}> [nixpkgs] @xeji pushed commit from @r-ryantm to master « vault: 1.0.3 -> 1.1.0 (#58909) »: https://git.io/fjtoX
alex``` has quit [Read error: Connection reset by peer]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
goibhniu1 has quit [Ping timeout: 245 seconds]
_Geeko_ has left #nixos [#nixos]
_Geeko_ has joined #nixos
thePirateKing has quit [Quit: Leaving]
<_Geeko_> anyone can see my messages now? first time I use irc
leat1 has quit [Remote host closed the connection]
<Yaniel> loud and clear
leat1 has joined #nixos
<_Geeko_> Someone can help me out with upgrading nvidia drivers to newest?
ayerhart has joined #nixos
carlosdagos has quit [Quit: WeeChat 2.2]
<Yaniel> which version is that
<Yaniel> I have 418.43 out of the box on nixos-unstable
alex``` has joined #nixos
<_Geeko_> ye that one would be good
<_Geeko_> i have still legacy one :/
<_Geeko_> i can't really figure out how to update it
<Yaniel> which one
<Yaniel> and what do you have in your configuration.nix
<_Geeko_> the 418.43
<Yaniel> no which one do you have now
<_Geeko_> 390.87
<Yaniel> and does the new one even support your GPU?
<ryantm> _Geeko_: You could change your nixos channel to unstable, or you could wait a couple days for 19.03 to be released. I expect both would probably update your drivers.
ddellacosta has quit [Ping timeout: 250 seconds]
<_Geeko_> ye i have 1060 6 gb
<Yaniel> oh yeah and the nixos channel thing
ddellacosta has joined #nixos
<_Geeko_> i updated the channel already
<_Geeko_> but its not building it
<ryantm> _Geeko_: You get some error when you try to build your system on unstable?
<_Geeko_> nope
<_Geeko_> services.xserver.videoDrivers = [ "nvidiaBeta" ];
<ryantm> _Geeko_: Did you change your root user's channel or your user's channel?
<NemesisD> what's a good pattern for packages that have a runtime data store? i'm writing a derivation that sets the install prefix to $out, but that will make it so that data at runtime is stored there too. does that make it impure or cause problems if the package has to rebuild?
<_Geeko_> or ye i did users channel
<_Geeko_> i need to do root?
<ryantm> NemesisD: $out is only writable inside the builder, so runtime data can't go there. If you are talking about on NixOS, you'd set it up so the service stores data in /var
<Yaniel> _Geeko_: obviously, only root can change the base system
<ryantm> _Geeko_: Yes, you need to do root's channel. I've made that mistake countless times until I decided to forsake channels.
<_Geeko_> sorry
<_Geeko_> i am stupid actually
<NemesisD> ryan: this isn't for NixOS. i can dig around the install script and see if it can separate data storage from installation
<_Geeko_> i just checked if i have added the channel and it listed so i thought that would be fine
<ryantm> NemesisD: It's like that it will already do something like /var or $XDG_DATA_DIR and you might not need to do anything.
<ryantm> NemesisD: It's likely*
lmarks has quit [Ping timeout: 264 seconds]
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
<ryantm> _Geeko_: It's not stupid; it's basically the most common mistake I've seen.
lmarks has joined #nixos
esmerelda has joined #nixos
mmlb97745085 has joined #nixos
jasongrossman has joined #nixos
<esmerelda> I wish to build very lightweight docker containers of nix systems. I've been using dockerTools.buildLayeredImage which is great, but I can't specify my container configuration like I could with configuration.nix
<esmerelda> So I looked at how nixos-install works, and it seems just to build the "system" attribute in <nixpkgs/nixos>
<esmerelda> I could totally override system and build a nixos filetree in a regular derivation, right?
<esmerelda> I'm not sure what I'd need to do about init, though... I mostly just want systemd and the nixos config modules
<esmerelda> So I'm guessing I could have Cmd="${systemd}/bin/systemd start something.service" for some value of something
<_Geeko_> btw an other question i have: when i install applications they work but they never create a shortcut to launch them straight away
<_Geeko_> now i just go to the nix store and launch it manually from there
das_j has quit [Remote host closed the connection]
<esmerelda> You shouldn't need to do that! Make sure you're in an env or shell with those packages available
<esmerelda> E.g. nix-shell -p cowsay should let you run cowsay
das_j has joined #nixos
leat1 has quit [Remote host closed the connection]
dsiypl4__ has quit [Ping timeout: 258 seconds]
leat1 has joined #nixos
Guest51892 has quit [Write error: Connection reset by peer]
sinner has joined #nixos
<_Geeko_> i just use env to install a package
sinner is now known as Guest66068
<esmerelda> nix-env -iA cowsay then
<_Geeko_> so i can better remove the applications first?
<_Geeko_> and install them again with nix-env -iA? sorry if i am being stupid i am new to this xd
<{^_^}> [nixpkgs] @Ma27 opened pull request #59194 → codimd: js-sequence-diagrams: use git source rather than the NPM tarball → https://git.io/fjtod
_Geeko_ has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
_Geeko_ has joined #nixos
_Geeko_ has quit [Client Quit]
_Geeko_ has joined #nixos
jluttine has quit [Ping timeout: 250 seconds]
<_Geeko_> ok lol upgrading to the unstable branch fixed all issues XD
<_Geeko_> with applications
leat1 has quit [Remote host closed the connection]
stepcut has joined #nixos
leat1 has joined #nixos
slyfox has quit [Ping timeout: 250 seconds]
<_Geeko_> so i have 1 more question how can i make sure that i enable this systemctl start ckb-daemon
<_Geeko_> bc i can't just start it through cmd
<_Geeko_> bc service is not found. I assume i need to add it somewhere in my nix file?
risson has quit [Quit: Pouet. WeeChat 2.4]
slyfox has joined #nixos
jluttine has joined #nixos
risson has joined #nixos
<duoi> is NixOS trans-friendly?
jasongrossman has quit [Ping timeout: 246 seconds]
o1lo01ol1o has joined #nixos
<gchristensen> duoi: yes
<duoi> gchristensen is that mentioned in the CoC?
stepcut has quit [Remote host closed the connection]
srl295 has joined #nixos
<gchristensen> duoi: NixOS doens't have an overarching, written CoC. however, we have strong, inclusive, respectful values which I hope you will find demonstrated throughout
<duoi> gchristensen can i chair a conduct committee for nixos?
<gchristensen> duoi: if you have specific concerns, I'm happy to talk more in public or in private (with the caveat that supper is almost ready.) NixOS being inclusive is very important to me. I understand there is sometimes concern around us not having a CoC, we haven't gotten there yet.
<gchristensen> duoi: I don't think I know who you are, which makes me suspect you're a new member of the community -- which I think would make it tough for you to be a chair of a conduct committee, but I'd be happy to discus such a committee with you
<gchristensen> (with the same caveat that supper is nearly ready, so I'll have to step away soon to eat it :))
kyren has quit [Ping timeout: 240 seconds]
<_Geeko_> anyone else has a dual boot with other linux distro?
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
jluttine has quit [Ping timeout: 246 seconds]
<esmerelda> ghristensen, hey! do you know if it's possible to use system modules with dockerTools? I'm currently kludging a lot of extraCommands to replicate a dir structure and it's getting perilous
<esmerelda> So I was thinking that using a system derivation for contents could do what I need
jeremy has joined #nixos
jeremy is now known as Guest4910
<esmerelda> I'm starting out by building containers for Hydra to run in, but it's running into all sorts of weird issues like not paying attention to /etc/hosts
o1lo01ol1o has quit [Remote host closed the connection]
<esmerelda> ("Bad hostname: localhost" blowing up the stack in hydra-evaluator)
stepcut has joined #nixos
<Guest4910> Hi - Attempting to do a fresh install of 18.09 on a KVM host (as a VM) -- boots into install just fine and can partition and set a minimal config (boot.loader.grub) -- however, nixos-install fails every single time with hash mismatches -- version 18.09.1974.50f41ea2fcf is what I'm trying to build against now, but I see the same issue with more recent ISOs as welll
<_Geeko_> esmerelda you check pm?
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
wfranzini has quit [Remote host closed the connection]
lord| has quit [Quit: WeeChat 2.4]
wfranzini has joined #nixos
jackdk has joined #nixos
lord| has joined #nixos
leat1 has quit [Remote host closed the connection]
leat1 has joined #nixos
freeman42x has quit [Ping timeout: 258 seconds]
<aswanson> has anyone gotten a working keras/tensorflow/rstudio environment setup? How much do I need to modify the procedure rstudio has outlined?
<{^_^}> [nixpkgs] @Ma27 merged pull request #59193 → alacritty: 0.2.9 -> 0.3.0 → https://git.io/fjtor
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/fjtKG
leat1 has quit [Remote host closed the connection]
mbrgm_ has joined #nixos
leat1 has joined #nixos
mbrgm has quit [Ping timeout: 258 seconds]
mbrgm_ is now known as mbrgm