worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
vidbina_ has quit [Ping timeout: 260 seconds]
noudle has quit []
cosimone has quit [Ping timeout: 246 seconds]
<stevenroose> colemickens: hmm, I have ./pkgs/<pkgname>/default.nix and ./<machinename>/configuration.nix and when I do `let mypkg = pkgs.callPackage "../pkgs/<pkgname>" {};` it says "is not an absolute path" and if I make it absolute it says "is forbidden in restricted mode"
<stevenroose> Do I use some flag to be able to use parent/relative directories?
lunasspecto has joined #nixos
<stevenroose> Is this what --impure is for?
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « cadence: fix build with Qt 5.15 »: https://git.io/JIlfD
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JIlfS
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #103650 → sc-controller: unbreak by restoring pygobject3 for python2 → https://git.io/Jkmct
<{^_^}> [nixpkgs] @orivej-nixos pushed 4 commits to master: https://git.io/JIlJI
<growpotkin> Hey a recent update removed all of my Firefox extensions. I get this message "You cannot mix Nix extensions with manual extensions"; but I don't have any extensions mentioned in my config. Does anybody have any idea what this is about?
<andi-> growpotkin: someone screwed up: https://github.com/NixOS/nixpkgs/issues/105987
<{^_^}> #105987 (by peti, 1 day ago, open): Firefox won't let me install add-ons. Now what?
oida has joined #nixos
<growpotkin> andi-: Thank you, idk why that issue didn't pop up in my searches. Glad to know it's not mandatory to manage extensions with Nix.
sss2 has quit [Quit: Leaving]
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<growpotkin> Great... it also removed all of those extensions from my Firefox account, so I lost them on my non-NixOS machine too... Someone blew it.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106120 → python37Packages.google_cloud_secret_manager: 2.0.0 -> 2.1.0 → https://git.io/JIlTE
<growpotkin> `firefox-bin` works, but sadly I need to reinstall and re-configure all of my extensions. bummer. I need to find a way to back those up or something
SomeoneSerge has quit [Quit: WeeChat 3.0]
bgamari has quit [Ping timeout: 264 seconds]
Wulfsta has quit [Remote host closed the connection]
<infinisil> growpotkin: Got no backups of ~/.mozilla?
bgamari has joined #nixos
mbrgm_ has joined #nixos
<chipb> stevenroose: try pkgs.callPackage (./. ++ "../pkgs/<pkgname>")?
<growpotkin> No, but that does give me an idea. I have "sync" enabled, so it wiped out those settings across all of my machines, and likely blew out those config files. BUT I have a laptop that I only use occassionally, I might be able to rescue some config settings from there if I copy them before opening Firefox.
<chipb> or, would just bare ../pkgs/<pkgname> work? are you doing any sort of interpolation in your string there?
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm_ is now known as mbrgm
<stevenroose> chipb: ah no, I didn't realize it didn't have to do be a string
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106004 → fixjson: init at 1.1.1 → https://git.io/JInfx
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIlkl
immae[m] has joined #nixos
<stevenroose> chipb: also, this seems to be an error: my configuration.nix has `let mypkg = pkgs.callPackage "...." {}; in { environment.systemPackages = with pkgs; [ ...... mypkg ];` and I get "attempt to call something which is not a function but a set" on that usage of mypkg
<stevenroose> colemickens: ^ I thikn that was your example, no?
<chipb> or I think you might be able to use builtins.path? I'm curious what the "correct" way is, myself.
philr_ has joined #nixos
<chipb> looks a bit like your "...." file isn't defining a function to me.
avn has quit [Remote host closed the connection]
<colemickens> stevenroose: pastebin your default.nix
<chipb> er. evaluating as a function might be more correct. I'm sometimes far too hand-wavy with my terminology. :-P
<stevenroose> oh it stats with "with (import <nixpkgs> {});"
<stevenroose> let me pastbin
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106121 → python37Packages.flufl_i18n: 2.0.2 -> 3.1.3 → https://git.io/JIlIR
<colemickens> I assumed you had modeled it after other default.nix from nixpkgs where the nix file is a function that take the package's inputs as arguments.
<colemickens> that's what callPackage expects
philr has quit [Ping timeout: 272 seconds]
<stevenroose> to be fair I just took it from https://github.com/nix-community/yarn2nix#example-defaultnix without much thinking
<{^_^}> [nixpkgs] @veprbl pushed commit from @bachp to release-20.09 « k3b: remove qtwebkit dependency (#103164) »: https://git.io/JIlIw
<colemickens> ah, okay, I have to go do some other things so I won't be able to help more for a while. good luck
<stevenroose> haha no worries
<stevenroose> cheers
<{^_^}> [nixpkgs] @github-actions[bot] pushed 29 commits to staging-next: https://git.io/JIlIb
<{^_^}> [nixpkgs] @github-actions[bot] pushed 30 commits to staging: https://git.io/JIlIN
<{^_^}> [nixpkgs] @ryantm merged pull request #106104 → pythonPackages.hydrus: 413 -> 420 → https://git.io/JIW5b
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JIltt
ris has quit [Ping timeout: 240 seconds]
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AlpineLlama has joined #nixos
orivej_ has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106122 → python37Packages.kaggle: 1.5.9 -> 1.5.10 → https://git.io/JIlqo
orivej has quit [Ping timeout: 265 seconds]
m0rphism has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « ytcc: fix checkPhase »: https://git.io/JIlqF
o1lo01ol1o has quit [Ping timeout: 260 seconds]
simba_ has quit []
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #106123 → genann: init at 1.0.0 → https://git.io/JIlm4
m1cr0m4n has quit [Quit: G'luck]
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @lukegb opened pull request #106124 → gstreamer: 1.18.1 -> 1.18.2 → https://git.io/JIlY8
<{^_^}> [nixpkgs] @onsails opened pull request #106125 → Fix vim-slime branch, add telescope-vim plugin → https://git.io/JIlY0
m1cr0man has joined #nixos
<{^_^}> [nixpkgs] @onsails closed pull request #106125 → Fix vim-slime branch, add telescope-vim plugin → https://git.io/JIlY0
<{^_^}> [nixpkgs] @onsails opened pull request #106126 → vimPlugins.vim-slime: set branch to main → https://git.io/JIlOL
m1cr0man has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JIlOK
YellowSuB has quit [Read error: Connection reset by peer]
sigmundv has quit [Read error: Connection reset by peer]
sigmundv has joined #nixos
Lord_of_Life has joined #nixos
littlebenlittle has quit [Ping timeout: 256 seconds]
cole-h has joined #nixos
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @ishan9299 opened pull request #106129 → Add package wayfire. → https://git.io/JIlGY
supersandro2000 has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
vonfry has joined #nixos
vonfry is now known as Guest75565
Guest75565 has quit [Client Quit]
orivej has joined #nixos
mutantmell has quit [Quit: WeeChat 3.0]
vonfry` has joined #nixos
littlebenlittle has joined #nixos
cjb has joined #nixos
teto has quit [Ping timeout: 244 seconds]
littlebenlittle has quit [Ping timeout: 264 seconds]
bgamari_ has joined #nixos
lunasspecto has quit [Ping timeout: 264 seconds]
bgamari has quit [Ping timeout: 256 seconds]
littlebenlittle has joined #nixos
bgamari has joined #nixos
bgamari_ has quit [Ping timeout: 240 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #106079 → orca: 3.38.0 -> 3.38.1 → https://git.io/JIWqj
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « orca: 3.38.0 -> 3.38.1 »: https://git.io/JIlnC
thelounge7121 has quit [Quit: The Lounge - https://thelounge.chat]
tenniscp25 has joined #nixos
oida has quit [Quit: byez]
lunasspecto has joined #nixos
oida has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « python3Packages.aiohttp-jinja2: fix checkPhase »: https://git.io/JIlcW
tenniscp25 has quit [Remote host closed the connection]
fuiltilt has joined #nixos
<{^_^}> [nixpkgs] @endgame opened pull request #106130 → haskellPackages.hoist-error: not broken → https://git.io/JIlC9
Guest80 has joined #nixos
scott has quit [Quit: bye]
scott has joined #nixos
pjt_tmp has joined #nixos
vonfry` has left #nixos ["ERC (IRC client for Emacs 27.1)"]
lord| has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/015305bf92e (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/015305bf92e (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
rajivr has joined #nixos
Dotz0cat has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @RaghavSood merged pull request #106095 → [20.09] gpsd: 3.16 -> 3.21 → https://git.io/JIWMv
<{^_^}> [nixpkgs] @RaghavSood pushed 5 commits to release-20.09: https://git.io/JIlWx
<{^_^}> [nixpkgs] @cdepillabout merged pull request #106130 → haskellPackages.hoist-error: not broken → https://git.io/JIlC9
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JIllI
Dotz0cat has joined #nixos
h0m1 has quit [Ping timeout: 246 seconds]
h0m1 has joined #nixos
tenniscp25 has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
tenniscp25 has quit [Ping timeout: 272 seconds]
Guest80 has left #nixos [#nixos]
fuiltilt has quit [Quit: WeeChat 2.9]
tenniscp25 has joined #nixos
tenniscp25 has quit [Remote host closed the connection]
<worldofpeace> colemickens: nope, they were entirely broken for some reason
<worldofpeace> strange that some nix code will suddenly do that in a flakes nix version
veleiro has joined #nixos
tenniscp25 has joined #nixos
tenniscp25 has quit [Remote host closed the connection]
tenniscp25 has joined #nixos
vesper11 has quit [Quit: ZNC 1.7.5 - https://znc.in]
vesper11 has joined #nixos
wrl has quit [Read error: Connection reset by peer]
lewo`` has joined #nixos
lewo` has quit [Remote host closed the connection]
wrl has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #106131 → mcfly: 0.5.0 -> 0.5.1 → https://git.io/JIl0F
<{^_^}> [nixpkgs] @marsam merged pull request #106089 → fd: 8.1.1 -> 8.2.0 → https://git.io/JIWwJ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIlEG
lunasspecto has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #106112 → python37Packages.cloudflare: 2.8.13 -> 2.8.14 → https://git.io/JIWA7
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIlE2
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106132 → python37Packages.flask-socketio: 4.3.1 -> 4.3.2 → https://git.io/JIlE7
<{^_^}> [nixpkgs] @marsam opened pull request #106133 → kbs2: 0.1.6 -> 0.2.2 → https://git.io/JIluR
kalbasit has joined #nixos
lord| has joined #nixos
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #nixos
LilleCarl has quit [Ping timeout: 240 seconds]
lunasspecto has joined #nixos
<{^_^}> [nixpkgs] @zakame opened pull request #106134 → perlPackages.Appcpm: 0.995 -> 0.996 → https://git.io/JIlzW
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 244 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106135 → python38Packages.google_cloud_pubsub: 2.1.0 -> 2.2.0 → https://git.io/JIlzS
<{^_^}> [nixpkgs] @stigtsp merged pull request #106134 → perlPackages.Appcpm: 0.995 -> 0.996 → https://git.io/JIlzW
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JIlga
Darkmatter66 has quit [Ping timeout: 240 seconds]
zakame has joined #nixos
<{^_^}> [nixpkgs] @stigtsp opened pull request #106136 → perlPackages.Mojolicious: 8.63 -> 8.67 → https://git.io/JIlaV
vesper has joined #nixos
vesper11 has quit [Ping timeout: 264 seconds]
o1lo01ol1o has joined #nixos
SanchayanMaity has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106137 → swiftclient: 3.10.1 -> 3.11.0 → https://git.io/JIlwk
o1lo01ol1o has quit [Ping timeout: 260 seconds]
rurt91 has joined #nixos
riksteri has joined #nixos
svrana has quit [Ping timeout: 272 seconds]
CMCDragonkai2 has joined #nixos
<{^_^}> [nix] @matthewbauer opened pull request #4321 → Always default to cache.nixos.org even when different nix store dir → https://git.io/JIlKI
CMCDragonkai2 has quit [Quit: CMCDragonkai2]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106138 → thonny: 3.3.0 -> 3.3.1 → https://git.io/JIl6B
dansho has quit [Remote host closed the connection]
zakame has quit [Quit: WeeChat 2.9]
waleee-cl has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @austinbutler opened pull request #106139 → zile: 2.4.14 -> 2.6.0.90 → https://git.io/JIlPm
bn_work has quit [Quit: Connection closed for inactivity]
alexbakker has quit [Quit: Dikke doei]
alexbakker has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #106070 → webkitgtk: drop wayland dependency on Darwin → https://git.io/JICHc
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JIl1L
o1lo01ol1o has joined #nixos
zakame has joined #nixos
o1lo01ol1o has quit [Ping timeout: 256 seconds]
Rusty1 has quit [Quit: WeeChat 2.3]
Edward- has joined #nixos
Edward- has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @vbgl closed pull request #102671 → ocamlPackages.opam-file-format: 2.0.0 -> 2.1.0 → https://git.io/JTbi8
Edward- has joined #nixos
sigmundv has quit [Read error: Connection reset by peer]
sigmundv_ has joined #nixos
Fare has joined #nixos
Cale has joined #nixos
sangoma has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 256 seconds]
palo1 is now known as palo
mounty has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 14 commits to staging-next: https://git.io/JIl7b
<{^_^}> [nixpkgs] @github-actions[bot] pushed 15 commits to staging: https://git.io/JIl7A
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106140 → python37Packages.trimesh: 3.8.15 -> 3.8.17 → https://git.io/JIl54
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106141 → python37Packages.bandit: 1.6.2 -> 1.6.3 → https://git.io/JIldq
sangoma has quit [Ping timeout: 256 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/214e71a78a9 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
littlebenlittle has quit [Ping timeout: 272 seconds]
sangoma has joined #nixos
o1lo01ol1o has quit [Ping timeout: 272 seconds]
whatisRT has joined #nixos
sangoma has quit [Ping timeout: 272 seconds]
LilleCarl has joined #nixos
eoli3n has joined #nixos
eoli3n has left #nixos [#nixos]
sangoma has joined #nixos
Edward- has quit [Ping timeout: 240 seconds]
riksteri has quit [Read error: Connection reset by peer]
riksu-raksu has joined #nixos
Guest23542 has quit [Ping timeout: 240 seconds]
fuzzypixelz has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106143 → python37Packages.google_cloud_pubsub: 2.1.0 -> 2.2.0 → https://git.io/JIlAM
mkaito has joined #nixos
mkaito is now known as Guest53941
<veleiro> what's the best way to include nix vars in external files
Diagon has joined #nixos
<veleiro> for example users.users.openssh.authorizedKeys.keyFiles = [ ./pubkeys ];
<veleiro> but in ./pubkeys have the correct storepath for the nix binary
<veleiro> eg command="${pkgs.cmatrix}" ssh-rsa ... user@domain
tenniscp25 has quit [Remote host closed the connection]
tenniscp25 has joined #nixos
<veleiro> can i do users.users.openssh.authorizedKeys.keys = ["${pkgs.cmatrix} (file inject)"]; instead?
<{^_^}> [nixpkgs] @stigtsp merged pull request #106136 → perlPackages.Mojolicious: 8.63 -> 8.67 → https://git.io/JIlaV
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JIlpT
nschoe has joined #nixos
sgo is now known as stigo
mallox has joined #nixos
tenniscp25 has quit [Ping timeout: 264 seconds]
<raghavsood> veleiro: I think `pubkeys` could just be a nix file instead that outputs a string containing the file contents you want (which then allowed you to do all the `"${pkgs.abc
<raghavsood> stuff
<raghavsood> I do something like that with home-manager managed configs
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<veleiro> ok good suggestion. thanks
<veleiro> raghavsood++
<{^_^}> raghavsood's karma got increased to 4
lunasspecto has quit [Ping timeout: 264 seconds]
<Fare> Like half the maintainers of semi-large collections of Nix packages... I have just invented my new, incompatible, prototype object extension system. Sigh.
<Fare> This one, with multiple inheritance.
diamondbond has quit [Ping timeout: 244 seconds]
<Fare> in about 16 lines of code.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/22f8e9484e1 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/214e71a78a9 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106144 → python37Packages.vertica-python: 1.0.0 -> 1.0.1 → https://git.io/JIlhj
<energizer> as usual, design patterns indicate a deficiency in the language
<Ke> well it could be worse
<simpson> energizer: Lucky 10000: I happen to have https://fexpr.blogspot.com/2013/12/abstractive-power.html on my clipboard. tl;dr: Sometimes yes, an abstractive pattern needs to be added to a language; other times, the language can absorb the pattern.
<simpson> Is it *really* a bad thing that sometimes Nix can have its expressiveness extended, that Fare can write the code they need, without having to come and play Oliver Twist and ask for new Nix language features?
littlebenlittle has joined #nixos
lunik1 has quit [Quit: Ping timeout (120 seconds)]
<energizer> simpson: when like 10 different people have to implement the same pattern in buggy and mutually incompatible ways, yeah it's a problem
lunasspecto has joined #nixos
<pjt_tmp> Do you think guix has any similar problems with guile?
cfricke has joined #nixos
<pumpy> during install when adding ip how do i make the dhcp queries stop?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106145 → python37Packages.pymatgen: 2020.11.11 -> 2020.12.3 → https://git.io/JI8eW
<simpson> energizer: A *language* problem? It's certainly problematic, but at the same time even PHP doesn't ship with every single function. I don't think it's always a language problem; it can be a stdlib problem, solved by library code which generically implements the pattern.
<simpson> Since Nix doesn't have a type system in the way, this should be practical, even! And we do this for e.g. callPackage/newScope.
cole-h has quit [Ping timeout: 246 seconds]
<pumpy> php yikes
tenniscp25 has joined #nixos
<Fare> I can't quite wrap my head around callPackage, newScope, etc.
<energizer> tbh i've been working lately in languages that i dont know that well so i can't bring anything relevant to mind...
zupo has joined #nixos
kalbasit has quit [Ping timeout: 256 seconds]
lunik1 has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #106113 → bolt: Disable atime tests → https://git.io/JIWxL
<{^_^}> [nixpkgs] @FRidh pushed commit from @roberth to master « bolt: Disable atime tests »: https://git.io/JI8U0
<{^_^}> [nixpkgs] @7c6f434c merged pull request #103185 → libreoffice: Use --without-system-libnumbertext instead of --disable-libnumbertext → https://git.io/JkJXq
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/JI8UP
cr4y1 has joined #nixos
ardumont has joined #nixos
<{^_^}> [nixos-search] @garbas merged pull request #246 → import-scripts: fix boolean rendering → https://git.io/JIcxa
<{^_^}> [nixos-search] @garbas pushed commit from @ncfavier to master « import-scripts: fix boolean rendering (#246) »: https://git.io/JI8T0
<{^_^}> [nixos-search] @garbas pushed 0 commits to ncfavier-patch-1: https://git.io/JI8TE
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106146 → python37Packages.ueberzug: 18.1.6 -> 18.1.7 → https://git.io/JI8T2
thibm has joined #nixos
diamondbond has joined #nixos
lunasspecto has quit [Ping timeout: 264 seconds]
Guillaum has joined #nixos
Fare has quit [Ping timeout: 260 seconds]
tenniscp25 has quit [Remote host closed the connection]
tenniscp25 has joined #nixos
<{^_^}> [nixos-search] @garbas merged pull request #248 → Fix redirect from / to /packages breaking browser back button → https://git.io/JIW7G
<{^_^}> [nixos-search] @garbas pushed commit from @bmwalters to master « Fix redirect from / to /packages breaking browser back button (#248) »: https://git.io/JI8k2
whatisRT has quit [Ping timeout: 246 seconds]
cr4y1_ has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to master « python3Packages.pytest-mpl: disable two tests »: https://git.io/JI8kP
cr4y1 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106147 → python37Packages.zstandard: 0.14.0 -> 0.14.1 → https://git.io/JI8IL
seku has joined #nixos
felixfoertsch has joined #nixos
lunasspecto has joined #nixos
werner291 has joined #nixos
<pumpy> after i change installer's network setting why does dhcp still run?
saschagrunert has joined #nixos
Fare has joined #nixos
cfricke has quit [Quit: WeeChat 2.9]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
respawn_ has joined #nixos
teto has joined #nixos
civodul has joined #nixos
danderson has quit [Ping timeout: 240 seconds]
c_wraith has quit [Ping timeout: 260 seconds]
jonatanb has joined #nixos
danderson has joined #nixos
kini has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
jonatanb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106148 → python37Packages.py-air-control-exporter: 0.1.4 -> 0.1.5 → https://git.io/JI8q5
m0rphism has joined #nixos
c_wraith has joined #nixos
o1lo01ol1o has quit [Ping timeout: 240 seconds]
kini has joined #nixos
tenniscp25 has quit [Remote host closed the connection]
<veleiro> how do you define a function that returns a list?
tenniscp25 has joined #nixos
tenniscp25 has quit [Remote host closed the connection]
tenniscp25 has joined #nixos
<veleiro> its not { pkgs }: [] clearly
<thibm> veleiro: ? Yes it is
<veleiro> damn then what am i doing wrong
<thibm> It will evaluate to an empty list for an argument like { pkgs } (but not something else)
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JI8YH
tenniscp25 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jtojnar merged pull request #105175 → #104970: Update and rename perl.xml to perl.md → https://git.io/JkdqU
<veleiro> users.users.openssh.authorizedKeys.keys = import ./list.nix
gxt has joined #nixos
vidbina_ has joined #nixos
<veleiro> and list.nix is like { pkgs }: [ "${pkgs.hello}" ] should work?
<thibm> veleiro: nope because the function is not called
<thibm> then keys will be a function and you want a list
<thibm> to stick with how you try to do it, you should do `import ./list.nix { inherit pkgs }`
<thibm> (import ./list.nix) is the function, and you apply it to the argument `{ inherit pkgs }`
tenniscp25 has joined #nixos
<veleiro> hmm
<veleiro> that doesnt seem to work for me either, now the syntax error is
<veleiro> 'unexpected '}''
tenniscp25 has quit [Remote host closed the connection]
<thibm> veleiro: sorry, it's `{ inherit pkgs; }` (with semi-colon)
<veleiro> lol
<veleiro> i should have caught that too
<veleiro> wow this language still eludes me so
<veleiro> thibm++
<{^_^}> thibm's karma now has 2 digits!
tenniscp25 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed commit from @wiltaylor to master « doc: Converted Bower docs from xml to md »: https://git.io/JI83l
<{^_^}> [nixpkgs] @jtojnar merged pull request #105021 → Doc: Converted Bower docs from xml to md → https://git.io/Jk9aJ
hyper_ch4 has joined #nixos
tenniscp25 has quit [Remote host closed the connection]
davidv7 has quit [Remote host closed the connection]
davidv7 has joined #nixos
tenniscp25 has joined #nixos
<fuzzypixelz> hello
<fuzzypixelz> discord is unusable without an update
<fuzzypixelz> and I'm on the stable channel
edwardkenway[m] has joined #nixos
<edwardkenway[m]> fuzzypixelz Create an overlay :P
hyper_ch2 has quit [Ping timeout: 256 seconds]
tenniscp25 has quit [Remote host closed the connection]
respawn_ has quit [Quit: Leaving]
lunasspecto has quit [Ping timeout: 264 seconds]
Fare has quit [Ping timeout: 264 seconds]
fendor has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #106149 → fedora-backgrounds: use stdenvNoCC → https://git.io/JI8Gb
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fc[m]1 has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #106150 → buildDunePackage: use dune install instead of opaline → https://git.io/JI8Z8
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106151 → python37Packages.netcdf4: 1.5.4 -> 1.5.5 → https://git.io/JI8ZB
mounty has joined #nixos
fendor has quit [Remote host closed the connection]
princemachiavell has quit [Quit: Idle for 30+ days]
lg0[m] has quit [Quit: Idle for 30+ days]
SpaghettiCthulhu has quit [Quit: Idle for 30+ days]
Logan[m] has quit [Quit: Idle for 30+ days]
alan[m]1 has quit [Quit: Idle for 30+ days]
cfricke has joined #nixos
lunasspecto has joined #nixos
tenniscp25 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106152 → python37Packages.uproot-methods: 0.9.1 -> 0.9.2 → https://git.io/JI8nX
tenniscp25 has quit [Client Quit]
werner292 has joined #nixos
spudly1 has quit [Ping timeout: 265 seconds]
werner291 has quit [Ping timeout: 246 seconds]
werner292 is now known as werner291
o1lo01ol1o has joined #nixos
jonatanb has joined #nixos
jonatanb has quit [Remote host closed the connection]
<veleiro> ok in nix given a list full of strings
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106153 → python37Packages.pytest-html: 3.0.0 -> 3.1.0 → https://git.io/JI8Cm
<veleiro> how can i prepend something to each of them?
fendor has joined #nixos
<veleiro> { pkgs }: [ "s1" "s2" "s3" ]
<etu> > map (x: "a${x}") [ "b" "c" "d" ]
<{^_^}> [ <CODE> <CODE> <CODE> ]
<etu> > :p map (x: "a${x}") [ "b" "c" "d" ]
<{^_^}> [ "ab" "ac" "ad" ]
<veleiro> lol
<veleiro> map! i remembered that
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<veleiro> etu++
<{^_^}> etu's karma got increased to 29
simonpe^^ has joined #nixos
<simonpe^^> hey! we need to build a .NET core application with nix and it requires msbuild and not xbuild which seems to be deprecated. Is there something akin to buildDotNetPackage with msbuild that supports Nuget packages that we can use?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105846 → Update idevicerestore to 1.0.0 (+ required libraries to latest stable releases) → https://git.io/JIYXg
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 10 commits to master: https://git.io/JI8CQ
zupo has joined #nixos
<supersandro2000> simonpe^^: maybe some of those examples helps you https://github.com/NixOS/nixpkgs/search?q=fetchNuGet
<simonpe^^> supersandro2000: thx
spudly1 has joined #nixos
spudly1 has quit [Client Quit]
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106154 → python37Packages.azure-mgmt-recoveryservicesbackup: 0.8.0 -> 0.9.0 → https://git.io/JI8lE
thc202 has joined #nixos
spudly1 has joined #nixos
cjb has quit [Quit: leaving]
<{^_^}> [nixos-search] @garbas pushed to add-retry-to-parts-that-fail-from-time-to-time « Add retry to parts of the import script which were failing from time to time »: https://git.io/JI88c
Lord_of_Life has joined #nixos
Lord_of_Life has quit [Changing host]
<{^_^}> [nixos-search] @garbas opened pull request #249 → Add retry to parts of the import script which were failing from time to time → https://git.io/JI888
<pinpox> Hi, I'm trying to use this option with nixops, but the deployment fails, telling me that option does not exist: https://github.com/NixOS/nixops/blob/faed0635d24e93f38046af58fb7715327de28e39/nix/keys.nix#L32
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106155 → python37Packages.oauthenticator: 0.12.2 -> 0.12.3 → https://git.io/JI88a
<pinpox> Is there something I have to do to enable that? Or a specific nixops version?
<pinpox> Couldn't find much docs on it either
<dminuoso> pinpox: Is it perhaps WIP for nixops 2.0?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106120 → python37Packages.google_cloud_secret_manager: 2.0.0 -> 2.1.0 → https://git.io/JIlTE
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI88i
<Taneb> pinpox: it doesn't look like that's in the released version yet, https://github.com/NixOS/nixops/blob/release-1.7/nix/keys.nix
<pinpox> Taneb: So just run the nix-shell with the master version?
<pinpox> Or is this going to be released soon?
pjt_tmp has quit [Ping timeout: 272 seconds]
<dminuoso> Soon™
<pinpox> :D
<pinpox> but the nix-shell install mentioned in the nixops readme should contain it right?
<dminuoso> Every time I stare nixops, I like it less and less..
<pinpox> dminuoso: I'm just getting into it and like it so far. Had been looking for a good way to manage secrets and since I'm using pass anyway that option would really be helpful
<dminuoso> pinpox: From everything I've gathered, I dont think nixops is seriously used by folks...
<dminuoso> It has some major deficiencies, some of which are addressed by this omnious 2.0 release, others not..
<dminuoso> A large pile of strange python
<pinpox> Hm. What would be the alternative?
<dminuoso> just plain nix.
<pinpox> dminuoso: and how do you deploy to multiple machines with plain nix?
<pinpox> especially the keys/passwords thing, how do you do that?
<dminuoso> especially the keys/passwords thing is where nixops is horribly wrong currently
andymandias has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<dminuoso> right now it creates a keypair (persistent state!) for this local "deployment" (more local persistent state)
<hexa-> pinpox: morph, krops
<pinpox> Ive been looking for a good way to have that configured declaratively for multiuser systems
o1lo01ol1o has joined #nixos
andymandias has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106122 → python37Packages.kaggle: 1.5.9 -> 1.5.10 → https://git.io/JIlqo
<pinpox> hexa-: WIll look into those, are these "seriously used by folks"?
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8BU
hyper_ch5 has joined #nixos
orivej has joined #nixos
sumner has joined #nixos
<sumner> Is there a way to see the changes that happened between kernel versions 5.9.11 and 5.9.12?
LogicalOverflow has joined #nixos
hyper_ch4 has quit [Ping timeout: 246 seconds]
<sumner> hexa-, thanks!
<hexa-> pinpox: I know of my own usage of morph, and that of a friend. I don't know the ecosystem of moph users :)
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #106156 → taskwarrior: 2.5.1 -> 2.5.2 → https://git.io/JI8Bx
lunasspecto has quit [Ping timeout: 260 seconds]
<raghavsood> pinpox: There's also https://serokell.io/blog/deploy-rs now
<raghavsood> I'm still on NixOps though, mostly for the inbuilt Hetzner support
<{^_^}> [nixos-search] @garbas pushed to add-retry-to-parts-that-fail-from-time-to-time « typos »: https://git.io/JI8RO
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106138 → thonny: 3.3.0 -> 3.3.1 → https://git.io/JIl6B
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8R3
<pinpox> I'm a bit overwhelmed by the options, thought nixops was The way™ to go. What would you recommend for managing 3 nixos servers + 2 personal machines (desktop and notebook) ?
__monty__ has joined #nixos
<dminuoso> pinpox: There's also the option of just doing it manually. There really isnt much to it.
<raghavsood> If you only have a handful of servers and aren't looking for extensive secret management, you could just do `nixos-rebuild switch --target-host=<target> configuration.nix`
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<pinpox> Yeah that is what i was doing, but I find it quite tedious to have to do that manually for every machine and also copy the secrets in place
<raghavsood> NixOps is the next step up from that imo, since it will handle secrets and multiple machines at once, but you could probably achieve the same effect with a small bash or python script too
<pinpox> I might be overthinking it, but nixops seemed like not too much overhead, I'm just importing my existing configs in the deployment file
<dminuoso> pinpox: So what we're currently epxerimenting with is just plain `nix copy`
<{^_^}> [nixos-search] @garbas merged pull request #249 → Add retry to parts of the import script which were failing from time to time → https://git.io/JI888
<{^_^}> [nixos-search] @garbas pushed to master « Add retry to parts of the import script which were failing from time to time (#249) »: https://git.io/JI8RH
<raghavsood> I haven't played around with the others too much yet, so can't say
<{^_^}> [nixos-search] @garbas pushed 0 commits to add-retry-to-parts-that-fail-from-time-to-time: https://git.io/JI8RQ
<dminuoso> pinpox: you can also take a look at https://github.com/Infinisil/nixus
Guillaum has quit [Ping timeout: 264 seconds]
lunasspecto has joined #nixos
gxt_ has joined #nixos
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<{^_^}> [nix] @edolstra merged pull request #4321 → Always default to cache.nixos.org even when different nix store dir → https://git.io/JIlKI
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JI8EC
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « rss2email: fix build with feedparser 6 »: https://git.io/JI8E4
lewo`` has quit [Remote host closed the connection]
lewo`` has joined #nixos
gxt has quit [Ping timeout: 240 seconds]
MidAutumnHotaru has joined #nixos
cosimone has joined #nixos
Guillaum has joined #nixos
edwardkenway[m] has left #nixos ["User left"]
<fuzzypixelz> of course this is not a good idea, but will pip work if I install it?
werner292 has joined #nixos
<hexa-> fuzzypixelz: you'd also need setuptools, but in general, with `pip --user` it would. but you should confine such projects into a venv.
<pinpox> dminuoso: Are those tools maintained? krops seems to have very little activity, I liked that it had pass integration.
<LilleCarl> Anyone knows if there's an RFC for IPv4 32 bit subnet masks? https://tools.ietf.org/html/rfc3021 mentions /31 only. My DuckDuckGo fu doesn't get me anywhere
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
<LilleCarl> Reason being i wanna check out Microsofts stance to that RFC if it exists
andymandias has quit [Ping timeout: 246 seconds]
andymandias has joined #nixos
<thibm> LilleCarl: rfc4632?
<{^_^}> [nixpkgs] @kampka opened pull request #106157 → e2fsprogs: 1.45.5 -> 1.45.6 → https://git.io/JI8zz
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106121 → python37Packages.flufl_i18n: 2.0.2 -> 3.1.3 → https://git.io/JIlIR
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JI8zy
<{^_^}> [nixpkgs] @sternenseemann opened pull request #106158 → kore: 3.3.1 → 4.0.1 → https://git.io/JI8zF
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
<hexa-> pinpox: they are minimally maintained, because they do very few things
rurt91 has quit [Quit: Leaving]
hlolli has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106155 → python37Packages.oauthenticator: 0.12.2 -> 0.12.3 → https://git.io/JI88a
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI824
m1cr0man has joined #nixos
ericsagnes has quit [Ping timeout: 260 seconds]
Diagon has quit [Quit: Leaving]
m1cr0man has quit [Ping timeout: 240 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106126 → vimPlugins.vim-slime: set branch to main → https://git.io/JIlOL
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JI8a9
m1cr0man has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106132 → python37Packages.flask-socketio: 4.3.1 -> 4.3.2 → https://git.io/JIlE7
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8a7
<{^_^}> [nixpkgs] @sternenseemann opened pull request #106159 → ocamlPackages.odoc: 1.5.1 -> 1.5.2 → https://git.io/JI8Vf
<{^_^}> [nixpkgs] @sternenseemann closed pull request #106069 → ocamlPackages.odoc: 1.5.1 -> 1.5.2 → https://git.io/JICyt
ardumont_ has joined #nixos
ardumont has quit [Quit: WeeChat 2.7.1]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106131 → mcfly: 0.5.0 -> 0.5.1 → https://git.io/JIl0F
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8Vz
o1lo01ol1o has quit [Ping timeout: 256 seconds]
kaleta has joined #nixos
lunasspecto has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106160 → MIDIVisualizer: 5.2 -> 6.0 → https://git.io/JI8V5
<kaleta> hello, i'm trying to set up my onlykey for nixos, I'm not sure what's the problem but KeepassXC doesn't detect it, but onlykey's application does. I assume this is an issue with keepassxc but I thought I could ask here first.
Darkmatter66 has joined #nixos
<kaleta> if you're not familiar with the onlykey, it's like an open-source yubikey
<LilleCarl> thibm: That one actually mentions RFC3021 for point to point links
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106161 → adminer: 4.7.7 -> 4.7.8 → https://git.io/JI8wK
<pinpox> hexa-: I don't know how to better ask this, is krops a "sane" choice or is it very uncommon? I'm looking for a solution that won't bite be later on, that's the main reason I choose nixops as it seemed to have the best support
rprije has quit [Ping timeout: 256 seconds]
<hexa-> pinpox: I'm personally using morph, so I can't say much about krops
<pinpox> hexa-: Do i understand correctly, that morph's secret management is just copying via scp?
<pinpox> how do you manage your keys and so on?
<hexa-> pinpox: basically
kaletaa_ has joined #nixos
ardumont_ is now known as ardumont
<hexa-> in a private git repo
<hexa-> (yes, they are plain on my disk)
<pinpox> hm, I'm not sure I feel comfortable having them on my disk like that
<hexa-> if that's a problem for you, you should probably look into sops-nix
kaleta has quit [Ping timeout: 256 seconds]
<pinpox> hexa-: I'll look into that too. krops seems to provide a simple pass integration, so they would at least be gpg crypted
vidbina_ has quit [Ping timeout: 260 seconds]
Mateon2 has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos pushed 3 commits to master: https://git.io/JI8rD
Mateon1 has quit [Ping timeout: 272 seconds]
Mateon2 is now known as Mateon1
lunasspecto has joined #nixos
whatisRT has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106156 → taskwarrior: 2.5.1 -> 2.5.2 → https://git.io/JI8Bx
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @matthiasbeyer to master « taskwarrior: 2.5.1 -> 2.5.2 (#106156) »: https://git.io/JI8o9
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106160 → MIDIVisualizer: 5.2 -> 6.0 → https://git.io/JI8V5
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8oF
whatisRT has quit [Client Quit]
kaletaa_ has quit [Remote host closed the connection]
Ashy has left #nixos ["WeeChat 3.0"]
<{^_^}> [nixpkgs] @primeos opened pull request #106162 → fuse3: 3.10.0 -> 3.10.1 → https://git.io/JI8K2
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106163 → ameba: 0.13.2 -> 0.13.3 → https://git.io/JI8Ko
pmy has quit [Quit: WeeChat 3.0]
berberman_ has joined #nixos
berberman has quit [Ping timeout: 272 seconds]
werner292 has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @iamdenchik opened pull request #106164 → IPMIView update sha → https://git.io/JI86S
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105611 → python3Packages.mne-python: init at 0.21.2 → https://git.io/JIUQs
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI86p
sangoma has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JI8i9
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105819 → python3Packages.jsonstreams: Init at 0.5.0 → https://git.io/JImM0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8ip
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106135 → python38Packages.google_cloud_pubsub: 2.1.0 -> 2.2.0 → https://git.io/JIlzS
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8PD
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106137 → swiftclient: 3.10.1 -> 3.11.0 → https://git.io/JIlwk
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8Pd
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106141 → python37Packages.bandit: 1.6.2 -> 1.6.3 → https://git.io/JIldq
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8Pb
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106144 → python37Packages.vertica-python: 1.0.0 -> 1.0.1 → https://git.io/JIlhj
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8Xf
fooker has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106145 → python37Packages.pymatgen: 2020.11.11 -> 2020.12.3 → https://git.io/JI8eW
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8XU
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106143 → python37Packages.google_cloud_pubsub: 2.1.0 -> 2.2.0 → https://git.io/JIlAM
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI8X0
dsx has quit [Ping timeout: 268 seconds]
davidv7 has quit [Remote host closed the connection]
davidv7 has joined #nixos
dsx has joined #nixos
fooker has joined #nixos
Guillaum has quit [Ping timeout: 264 seconds]
o1lo01ol1o has quit [Ping timeout: 272 seconds]
lortiz has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106140 → python37Packages.trimesh: 3.8.15 -> 3.8.17 → https://git.io/JIl54
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI81u
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106147 → python37Packages.zstandard: 0.14.0 -> 0.14.1 → https://git.io/JI8IL
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI812
zupo has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106148 → python37Packages.py-air-control-exporter: 0.1.4 -> 0.1.5 → https://git.io/JI8q5
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI81r
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106146 → python37Packages.ueberzug: 18.1.6 -> 18.1.7 → https://git.io/JI8T2
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JI81j
ncl3 has quit [Remote host closed the connection]
ncl3 has joined #nixos
lohfu has quit [Ping timeout: 256 seconds]
kgz has quit [Ping timeout: 264 seconds]
ericsagnes has joined #nixos
lohfu has joined #nixos
kgz has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « python3Packages.sanic: 19.6.3 -> 20.9.1, fix build »: https://git.io/JI8yY
dsx has quit [Ping timeout: 268 seconds]
<Ke> anyone know anything about this post https://www.tweag.io/blog/2020-09-10-nix-cas/
<Ke> did they make anything public and is there any progress in content addressing, esp for git
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #106110 → pulseeffects: 4.8.2 -> 4.8.3 → https://git.io/JIWbl
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JI8S0
philr_ has quit [Ping timeout: 265 seconds]
ericsagn1 has joined #nixos
Baughn has quit [Ping timeout: 240 seconds]
ericsagnes has quit [Ping timeout: 268 seconds]
Baughn has joined #nixos
<{^_^}> [nixpkgs] @vbgl pushed commit from @sternenseemann to master « ocamlPackages.odoc: 1.5.1 -> 1.5.2 »: https://git.io/JI8Hi
<{^_^}> [nixos-homepage] @garbas merged pull request #649 → Avoid "magic" → https://git.io/Jkyew
<{^_^}> [nixos-homepage] @garbas pushed 2 commits to master: https://git.io/JI8HX
<{^_^}> [nixpkgs] @vbgl closed pull request #106159 → ocamlPackages.odoc: 1.5.1 -> 1.5.2 → https://git.io/JI8Vf
vidbina_ has joined #nixos
grabb0id has joined #nixos
realrokka has quit [Ping timeout: 264 seconds]
werner292 has joined #nixos
fuzzypixelz has quit [Quit: fuzzypixelz]
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @github-actions[bot] pushed 75 commits to staging-next: https://git.io/JI8Qb
<{^_^}> [nixpkgs] @github-actions[bot] pushed 76 commits to staging: https://git.io/JI8QA
Darkmatter66 has quit [Ping timeout: 240 seconds]
fuzzypixelz has joined #nixos
fuzzypixelz has quit [Client Quit]
dsx has joined #nixos
o1lo01ol1o has joined #nixos
Maxdamantus has quit [Ping timeout: 246 seconds]
o1lo01ol1o has quit [Ping timeout: 244 seconds]
o1lo01ol1o has joined #nixos
Maxdamantus has joined #nixos
<{^_^}> rfcs#62 (by regnat, 51 weeks ago, open): [RFC 0062] Content-addressed paths
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @braunse opened pull request #106167 → erlangR23: 23.1.2 -> 23.1.4 → https://git.io/JI8F3
kaleta has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #106168 → starboard: 0.7.0 -> 0.7.1 → https://git.io/JI8FK
<{^_^}> [nixpkgs] @06kellyjac opened pull request #106169 → starboard-octant-plugin: 0.6.0 -> 0.7.0 → https://git.io/JI8Fb
noonien has quit [Ping timeout: 256 seconds]
zupo has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #106170 → kube3d: 3.3.0 -> 3.4.0 → https://git.io/JI8b3
ericsagn1 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #106171 → open-policy-agent: 0.25.0 -> 0.25.1 → https://git.io/JI8bX
<{^_^}> [nixpkgs] @adisbladis opened pull request #106172 → nix-gitignore: Optimise performance → https://git.io/JI8Nc
lunasspecto has quit [Ping timeout: 240 seconds]
iceypoi has joined #nixos
werner291 has quit [Quit: werner291]
werner292 has joined #nixos
kaleta has quit [Ping timeout: 240 seconds]
icey_ has quit [Ping timeout: 240 seconds]
ericsagn1 has joined #nixos
werner292 is now known as werner291
immae[m] is now known as immae[m]1
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
immae[m]1 is now known as immae[m]
tldr32- has quit [Quit: ZNC 1.7.5 - https://znc.in]
tldr32 has joined #nixos
<pinpox> tv: are you here? I was told you maintain krops, is that correct?
<tv> pinpox: yes and yes
NieDzejkob has quit [Remote host closed the connection]
<pinpox> tv: First of all good to know it's maintained. Second, can I use unstable with krops? I'm sure it's possible but I can't figure out how, my config failes to build because I have options that are only in unstable
<pinpox> tv: This is what I'm trying https://termbin.com/s332f
<pinpox> error: The option `fonts.fontDir' does not exist. Definition values: [...]
<pinpox> any chance you know what the issue is?
NieDzejkob has joined #nixos
lunasspecto has joined #nixos
fendor_ has joined #nixos
Serus has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106173 → clingo: 5.4.0 -> 5.4.1 → https://git.io/JI8pc
sss2 has joined #nixos
spudly1 has quit [Ping timeout: 260 seconds]
<Ke> infinisil: if you remember, is there anything that would make git cacheable by hash, at least in theory
<Ke> especially, for hashes that get updated to sha256
Serus has joined #nixos
fendor has quit [Ping timeout: 264 seconds]
<Ke> this I guess would require nix supporting wider scale of hashing schemes
<Ke> or would it?
<pinpox> tv: sorry, is the question to obvious? I thought putting the correct rev in korps.nix would fix the issu
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106174 → clojure-lsp: 20201009T224414 -> 20201205T230541 → https://git.io/JI8h8
<{^_^}> [nixpkgs] @orivej-nixos pushed 2 commits to master: https://git.io/JI8h0
<infinisil> Ke: Hmm can't think of anything, but I'm not an expert
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #106175 → python37Packages.uproot{,3}-methods: 0.9.1 -> 0.10.0 → https://git.io/JI8hg
<tv> pinpox: krops is usable with any version of nixpkgs (or none at all). the particular error is not a krops issue, but caused by your nixos-config using the fonts.fontsDir option which is not part of nixpkgs-channel's nixos-unstable branch (check https://github.com/NixOS/nixpkgs-channels/blob/nixos-unstable/nixos/modules/config/fonts/fontdir.nix). You might try to fix the problem by using the
Neo-- has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #106176 → kube3d: 3.4.0 -> 4.0.0 → https://git.io/JI8h1
<pinpox> tv: thank you! What do you mean by "none at all" how would I install packages then?
<tv> sorry, I meant, try using the nixos-unstable branch from nixpkgs repo
bitmapper has quit [Quit: Connection closed for inactivity]
<pinpox> tv: I changed to this, but still get the error. The config was working fine previously though
<pinpox> ref = "nixos-unstable";
<tv> pinpox: by "none at all" I mean that krops would be capable of building your configuration, at least in theory, with something other than nixpkgs :)
<pinpox> oh ok.
<pinpox> tv that's the option I'm trying to use (and was previously using with plain nixos-rebuild switch)
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #106152 → python37Packages.uproot-methods: 0.9.1 -> 0.9.2 → https://git.io/JI8nX
spudly1 has joined #nixos
spudly1 has quit [Read error: Connection reset by peer]
<tv> by using url = "https://github.com/NixOS/nixpkgs"; and ref = "nixos-unstable"; this should work. have you tried using "https://github.com/NixOS/nixpkgs" and "296793637b22bdb4d23b479879eba0a71c132a66"?
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Client Quit]
spudly1 has joined #nixos
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
<{^_^}> [nixpkgs] @simonvpe closed pull request #105798 → implicitcad: init at 0.3.0.0 → https://git.io/JImfu
<{^_^}> [nixpkgs] @vcunat pushed 19 commits to release-20.09: https://git.io/JI4eh
<pinpox> tv: I manually deleted /var/src/nixpkgs and ran it again with this config: https://termbin.com/89oy
<pinpox> But now I get fatal: ambiguous argument 'nixos-unstable': unknown revision or path not in the working tree.
<pinpox> I can try the hash
<tv> yes, please try. if it works, then there's a bug in krops when changing the url of a source.
<pinpox> tv: yep, it's building now
<tv> cool! I'll try to tackle down the issue with the urls. Thanks for bringing it up!
<pinpox> tv: that worked. Is there any way to not have a hash in the config? I'd rather just use the latest, like I was doing before
<pinpox> tv: even if it's a workaround until it's fixed
Guillaum has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106177 → csvs-to-sqlite: 1.1 -> 1.2 → https://git.io/JI4fj
simukis_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
FreeVariable has quit [Disconnected by services]
FreeVariable has joined #nixos
simukis_ has joined #nixos
<tv> pinpox: you should be able to use ref = "origin/nixos-unstable"; fetchAlways = true;
<pinpox> tv: Nice, that works! Thanks for helping out
<tv> you welcome
realrokka has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/83cbad92d73 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> [nixpkgs] @domenkozar pushed to release-20.09 « cachix: bump to 0.5.1 »: https://git.io/JI4Tv
xelxebar has quit [Ping timeout: 240 seconds]
xelxebar has joined #nixos
raghavsood has quit [Quit: Ping timeout (120 seconds)]
o1lo01ol1o has joined #nixos
Fare has joined #nixos
o1lo01ol1o has quit [Ping timeout: 240 seconds]
gluonix has joined #nixos
cfricke has quit [Quit: WeeChat 2.9]
raghavsood has joined #nixos
<pinpox> tv: sorry to ask again, but it now fails with a different error, not sure if this is krops-related or not https://gist.github.com/pinpox/ccee2475fcbc2c978be8565030002655
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106174 → clojure-lsp: 20201009T224414 -> 20201205T230541 → https://git.io/JI8h8
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4LV
cosimone_ has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #105913 → octoprint: 1.4.2 -> 1.5.1 → https://git.io/JIsIk
<{^_^}> [nixpkgs] @orivej-nixos pushed 6 commits to master: https://git.io/JI4Lp
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JI4tX
<pinpox> Seems it is related to borgbackup, when I take it out it builds
cosimone has quit [Ping timeout: 272 seconds]
cosimone_ is now known as cosimone
damjan has quit [Quit: bye]
respawn_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @nlewo merged pull request #106171 → open-policy-agent: 0.25.0 -> 0.25.1 → https://git.io/JI8bX
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/JI4qJ
damjan has joined #nixos
ckauhaus has joined #nixos
spudly1 has quit [Ping timeout: 256 seconds]
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
jmeredith has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #101266 → quodlibet: 4.2.1 -> 4.3.0, fix tests → https://git.io/JTuzQ
<{^_^}> [nixpkgs] @orivej-nixos pushed 4 commits to master: https://git.io/JI4Yx
castorcete has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106209 → doctl: 1.53.0 -> 1.54.0 → https://git.io/JI4O2
marsh has joined #nixos
lortiz has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peti pushed 872 commits to haskell-updates: https://git.io/JI43E
<castorcete> , locate
<{^_^}> Invalid command syntax
<castorcete> , locate help
<{^_^}> Invalid command syntax
<castorcete> ,locate
<{^_^}> Use ,locate <filename> to find packages containing such a file. Powered by nix-index (local installation recommended) https://github.com/bennofs/nix-index
<castorcete> ,locate standalone.cls
<{^_^}> Couldn't find in any packages
spudly1 has joined #nixos
<castorcete> agh!
davidv7 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106240 → dolt: 0.22.5 -> 0.22.6 → https://git.io/JI4sg
<thibm> castorcete: texlive.standalone
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @ocharles opened pull request #106241 → Remove myself from maintainers sets → https://git.io/JI4Ge
<castorcete> @thibm Cool! Thanks!!
marsh has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @ryantm merged pull request #106106 → python37Packages.avro-python3: 1.10.0 -> 1.10.1 → https://git.io/JIWd7
marsh has joined #nixos
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JI4Gs
marsh has quit [Client Quit]
<thibm> castorcete: if you haven't read it already, you should read this: https://nixos.org/manual/nixpkgs/stable/#sec-language-texlive
<{^_^}> [nixpkgs] @ryantm merged pull request #106163 → ameba: 0.13.2 -> 0.13.3 → https://git.io/JI8Ko
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JI4GV
marsh has joined #nixos
<castorcete> I will, I am working on a environment with R , Rstudio and now I need to include latex for some tables. I will read that link, thanks.
Izorkin has quit [Ping timeout: 265 seconds]
marsh has quit [Read error: Connection reset by peer]
marsh has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #104325 → thinkfan: 1.1 -> 1.2.1 → https://git.io/JkuAk
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @magnetophon to master « thinkfan: 1.1 -> 1.2.1 (#104325) »: https://git.io/JI4Zy
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #103143 → distrho: unstable-2019-10-09 -> 2020-07-14 → https://git.io/JkfwS
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @magnetophon to master « distrho: unstable-2019-10-09 -> 2020-07-14 (#103143) »: https://git.io/JI4nU
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @magnetophon to master « melmatcheq.lv2: init at 0.1 (#102743) »: https://git.io/JI4cr
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #102743 → melmatcheq.lv2: init at 0.1 → https://git.io/JTNwH
kaivai has quit [Ping timeout: 272 seconds]
kaivai has joined #nixos
Izorkin has joined #nixos
o1lo01ol1o has joined #nixos
gxt_ has quit [Remote host closed the connection]
gxt_ has joined #nixos
marsh has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Izorkin has quit [Ping timeout: 268 seconds]
marsh has joined #nixos
joey has left #nixos [#nixos]
waleee-cl has joined #nixos
realrokka has quit [Ping timeout: 260 seconds]
realrokka_ has joined #nixos
malook has joined #nixos
respawn_ has joined #nixos
hoijui has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4305 → Check for rosetta 2 support before installing x86_64-darwin Nix → https://git.io/JILXv
<{^_^}> [nix] @edolstra pushed 4 commits to master: https://git.io/JI486
berberman has joined #nixos
marsh has quit [Read error: Connection reset by peer]
marsh has joined #nixos
berberman_ has quit [Ping timeout: 272 seconds]
kaivai has quit [Ping timeout: 256 seconds]
kaivai has joined #nixos
marsh has quit [Read error: Connection reset by peer]
marsh has joined #nixos
Izorkin has joined #nixos
kaivai has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #106154 → python37Packages.azure-mgmt-recoveryservicesbackup: 0.8.0 -> 0.9.0 → https://git.io/JI8lE
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-mgmt-recoveryservicesbackup: 0.8.0 -> 0.9.0 »: https://git.io/JI4BB
joey has joined #nixos
joey has left #nixos [#nixos]
kaivai has joined #nixos
marsh has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
marsh has joined #nixos
ckauhaus has quit [Quit: WeeChat 2.7.1]
marsh has quit [Read error: Connection reset by peer]
kaivai has quit [Client Quit]
kaivai has joined #nixos
marsh has joined #nixos
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #106254 → gnomeExtensions.caffeine: 2020-03-13 -> 37 → https://git.io/JI40u
marsh has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/214e71a78a9 (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
marsh has joined #nixos
castorcete has quit [Remote host closed the connection]
shibboleth has joined #nixos
marsh has quit [Client Quit]
marsh has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #106172 → nix-gitignore: Optimise performance → https://git.io/JI8Nc
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JI4EN
katrin has quit [Quit: ZNC 1.8.1 - https://znc.in]
katrin has joined #nixos
sudoforge has quit [Ping timeout: 240 seconds]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JI4uN
<{^_^}> [nixpkgs] @stigtsp opened pull request #106255 → perlPackages.MojoUserAgentCached: init at 1.12 → https://git.io/JI4ze
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106168 → starboard: 0.7.0 -> 0.7.1 → https://git.io/JI8FK
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4gv
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106169 → starboard-octant-plugin: 0.6.0 -> 0.7.0 → https://git.io/JI8Fb
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4gL
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106173 → clingo: 5.4.0 -> 5.4.1 → https://git.io/JI8pc
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4gY
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106167 → erlangR23: 23.1.2 -> 23.1.4 → https://git.io/JI8F3
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4gG
thibm has quit [Quit: WeeChat 2.6]
marsh has quit [Ping timeout: 272 seconds]
marsh has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #106162 → fuse3: 3.10.0 -> 3.10.1 → https://git.io/JI8K2
<{^_^}> [nixpkgs] @primeos pushed to staging « fuse3: 3.10.0 -> 3.10.1 (#106162) »: https://git.io/JI42r
hoijui has quit [Quit: Leaving]
sangoma has quit [Ping timeout: 260 seconds]
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @primeos merged pull request #103894 → iproute: Rename the attribute to iproute2 → https://git.io/JkGoK
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JI4V9
<patagonicus> Where are the various linux packages defined? Specifically where is pkgs.linuxPackages_hardkernel_latest defined?
<patagonicus> Ah, pkgs/top-level/all-packages. grep found it, GitHub didn't for some reason.
<delroth> github doesn't index large files
<patagonicus> Good to know. That explains why I sometimes have trouble finding stuff in nixpkgs. :)
srk has quit [Remote host closed the connection]
srk has joined #nixos
shibboleth has quit [Quit: shibboleth]
Dotz0cat has quit [Ping timeout: 256 seconds]
hnOsmium0001 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106161 → adminer: 4.7.7 -> 4.7.8 → https://git.io/JI8wK
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4rQ
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106153 → python37Packages.pytest-html: 3.0.0 -> 3.1.0 → https://git.io/JI8Cm
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4rb
lunasspecto has quit [Ping timeout: 268 seconds]
Sabbat[m] has quit [Quit: Idle for 30+ days]
<supersandro2000> patagonicus: use rg to do it even faster
<{^_^}> [nixpkgs] @evanjs opened pull request #106258 → cargo-geiger: 0.9.1 -> 0.10.2 → https://git.io/JI4ol
gustavderdrache has joined #nixos
bitmapper has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JI4KW
SanchayanMaity has quit [Quit: SanchayanMaity]
jonatanb has joined #nixos
svrana has joined #nixos
lunasspecto has joined #nixos
svrana has quit [Client Quit]
<{^_^}> [nixpkgs] @servalcatty opened pull request #106259 → v2ray: 4.32.1 -> 4.33.0 → https://git.io/JI46X
proofofkeags has quit [Ping timeout: 256 seconds]
jonatanb has quit [Remote host closed the connection]
<{^_^}> [patchelf] @edolstra pushed 2 commits to master: https://git.io/JI4io
johnnyfive has joined #nixos
endformationage has joined #nixos
m1cr0man has quit [Quit: G'luck]
srk has quit [Remote host closed the connection]
srk has joined #nixos
m1cr0man has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106240 → dolt: 0.22.5 -> 0.22.6 → https://git.io/JI4sg
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4PX
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106209 → doctl: 1.53.0 -> 1.54.0 → https://git.io/JI4O2
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4P1
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106123 → genann: init at 1.0.0 → https://git.io/JIlm4
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4PS
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/e6f13ab276b (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
erasmas has joined #nixos
mallox has quit [Ping timeout: 272 seconds]
cr4y1_ has quit [Read error: Connection reset by peer]
cr4y1_ has joined #nixos
cole-h has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #106083 → python39Package.fs: fix tests → https://git.io/JIW8M
cosimone has quit [Quit: cosimone]
<{^_^}> [nixpkgs] @jonringer pushed to master « python39Package.fs: fix tests »: https://git.io/JI41R
respawn_ has quit [Quit: Leaving]
meck has quit [Quit: ZNC 1.8.2 - https://znc.in]
sangoma has joined #nixos
meck has joined #nixos
cole-h has quit [Client Quit]
<viric> One of the problems we have with nix adoption at work is that it's so hard to use fetchgit with credentials.
virus_dave has quit [Quit: virus_dave]
<viric> How do you use fetchgit with credentials?
<viric> ^ niksnut ?
<{^_^}> [nixpkgs] @doronbehar merged pull request #98430 → calibre: Add python unrardll → https://git.io/JUzqs
<{^_^}> [nixpkgs] @doronbehar pushed 3 commits to master: https://git.io/JI4Mo
<patagonicus> viric: My guess would be that you'll have to set up root's ssh config to do that for you (at least for key files, not sure if it's possible to provide a password). Or whatever user nix is running under if you're not using nixos.
<gchristensen> builtins.fetchgit uses credentials viric
<viric> We use that now; fetchgitPrivate-alike with root setup for a 'socat' of user's ssh-agent
<viric> gchristensen: oh builtins? what is that? mh.
<viric> mhhhh it's described as easy. How does it work?
<gchristensen> it runs during evaluation as the user evaluating
<viric> and how can it write to /nix/store or /tmp?
<patagonicus> Hmm. Now I'm wondering if you could replace the SSH package for the nix daemon to add a wrapper that points to a different SSH config.
witchof0x20[m] has joined #nixos
<viric> What is best is that git runs as user, and not by nix-daemon
<viric> I didn't know the future was here.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106151 → python37Packages.netcdf4: 1.5.4 -> 1.5.5 → https://git.io/JI8ZB
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JI4D6
<patagonicus> Ah, no, the package doesn't seem to have openssh as an input. So I guess it just uses the ssh from /run/current-system?
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #106087 → youtube-dl: 2020.12.05 -> 2020.12.07 → https://git.io/JIW24
<{^_^}> [nixpkgs] @AndersonTorres pushed 2 commits to master: https://git.io/JI4D5
heyitsrama has joined #nixos
<viric> gchristensen: oh even no sha256?
<gchristensen> it clones to ~ and uses the directoqry as a path
<viric> I'm amazed
<viric> meh. Failed on first run. fatal: not a tree object
<afics> nixos fails to import my zfs root pool on boot; is there a way to get a shell in the init ramdisk?
<viric> gchristensen: it doesn't work for me. It fetches fine, and then (-vv) it says: using revision 023c591f170bb1aef7fe2b3ab2cda83d4ede7005 of repo 'xxxx' fatal: not a tree object
<gchristensen> you may need to also specify the branch it is in, viric
<viric> aaah
<viric> it uses clone -b
kalbasit has joined #nixos
<viric> I'm amazed more now that it works
<matthewcroughan> Can anyone give me a one-liner that'll boot straight into nixos via kexec?
noudle has joined #nixos
cole-h has joined #nixos
<matthewcroughan> there's this from Mic92 but I can't figure out the intended use case for it
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106177 → csvs-to-sqlite: 1.1 -> 1.2 → https://git.io/JI4fj
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JI4Su
<viric> thank you a lot, gchristensen.
<matthewcroughan> Mic92: I need to run this from a machine that had the build tools.
<matthewcroughan> I want a basic example with busybox utils, I don't have a particular nix config in mind
<viric> in case you want to write there a message and help more people :)
<gchristensen> ouch
<gchristensen> cool :)
<gchristensen> maybe you could?
<matthewcroughan> Mic92: In other words, can you give me a one-liner along with a nix configuration that will just work so I can disect it?
<viric> hm I don't remember if I have a username there
<viric> likely. I'll check
<benley> it looks like the nixos.org options search page is broken; I'm getting 0 results here: https://search.nixos.org/options?channel=20.09&from=0&size=30&sort=relevance&query=services
<benley> anyone else see that?
<Mic92> matthewcroughan: Sorry, I don't know an easier solution than nixos generators
<matthewcroughan> Mic92: Well I don't really know what it mesn to "use" nixos generators
dsx has quit [Ping timeout: 268 seconds]
<matthewcroughan> Do I really just use nix-build to do it?
<viric> gchristensen: it looks like the local repo is cached somewhere... where?
<Mic92> matthewcroughan: no, if you read the README of the project you will see that it is its own wrapper around nix-buid
<viric> ~/.cache, of course! ok.
<matthewcroughan> Mic92: Is there a default configuration.nix I can use with this?
<matthewcroughan> is this a "default" ?
dsx has joined #nixos
<Mic92> echo {} > configuration.nix
growpotkin has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106258 → cargo-geiger: 0.9.1 -> 0.10.2 → https://git.io/JI4ol
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI49o
mallox has joined #nixos
mallox has quit [Client Quit]
whatisRT has joined #nixos
iH8c0ff33 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106261 → fondo: 1.4.0 -> 1.5.0 → https://git.io/JI495
tenniscp25 has joined #nixos
<matthewcroughan> Mic92: is there a way to consume the generated output of nixos-generate ?
<matthewcroughan> with a single nix command, I wanna boot the kexec of something nixos-generate has made
<matthewcroughan> Kinda like how I can just `nix shell "github:colemickens/nixpkgs-wayland#obs-studio" --command obs`
<matthewcroughan> I wanna do the same, but for kexecing a system
wnklmnn has joined #nixos
<matthewcroughan> Mic92: The actual reason for wanting this is so that I can boot into NixOS via the VMs provided for free by Katacoda
<matthewcroughan> https://www.katacoda.com/
<matthewcroughan> Then, we can make docs that quite literally provide someone with a NixOS shell for free
<Mic92> matthewcroughan: https://nixos.cloud/
<matthewcroughan> Mic92: Already written to tthem
<matthewcroughan> they're not going to change quickly
<matthewcroughan> so if at the start of instructions we could just tell users to boot nixos via a kexec
<Mic92> matthewcroughan: nixos cloud has a kexec image
<matthewcroughan> oh fantastic
<matthewcroughan> Mic92: how are you supposed to run it?
<Mic92> tar -C / -xf archive && /kexec_nixos
<matthewcroughan> OH
<matthewcroughan> it's in a tar, no wonder kexec didn't work lol
<matthewcroughan> ah, no it's not
<matthewcroughan> what is this file Mic92?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #104398 → meme: 2017-09-10 -> 2020-05-28 → https://git.io/Jk2UT
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4Qc
<Mic92> matthewcroughan: I think andi- put an self-extracting archive
<matthewcroughan> ? this file doesn't seem to be a tar though
<Mic92> matthewcroughan: it's a shell script
<Mic92> with an embedded archive
<matthewcroughan> lol that's just crazy
<matthewcroughan> You're all mad
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106241 → Remove myself from maintainers sets → https://git.io/JI4Ge
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI4Qr
<Mic92> the trick is quite old
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oida has quit [Remote host closed the connection]
ben_ has joined #nixos
ben_ has left #nixos [#nixos]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106261 → fondo: 1.4.0 -> 1.5.0 → https://git.io/JI495
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI47N
<{^_^}> [nixpkgs] @cosarara closed pull request #102819 → dosemu2: init at git 2020-11-04 → https://git.io/JTARY
littlebe1little has joined #nixos
littlebe1little has quit [Client Quit]
zarel has quit [Ping timeout: 264 seconds]
zarel has joined #nixos
oida has joined #nixos
<{^_^}> [nixpkgs] @jcumming opened pull request #106263 → Use unix chkpwd wrapper → https://git.io/JI4dz
iH8c0ff33 has quit [Ping timeout: 256 seconds]
littlebenlittle has quit [Killed (card.freenode.net (Nickname regained by services))]
littlebe1little has joined #nixos
ekleog_ is now known as ekleog
<{^_^}> [nixpkgs] @Technical27 opened pull request #106264 → openrgb: 0.4 -> 0.5 → https://git.io/JI4dx
littlebenlittle has joined #nixos
malook has joined #nixos
endvra has quit [Ping timeout: 260 seconds]
cosimone has joined #nixos
endvra_ has joined #nixos
<sumner> Is there a way to downgrade back to kernel 5.9.11 without compiling from source?
iH8c0ff33 has joined #nixos
cosimone has quit [Read error: Connection reset by peer]
cosimone has joined #nixos
zupo has joined #nixos
<matthewcroughan> Mic92: Kexec -e seems to kill whatever connection this VM has to the shell
<matthewcroughan> guess I can't just do this
iH8c0ff33 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106265 → gauge: 1.1.5 -> 1.1.6 → https://git.io/JI4b0
<lukegb> gah
peelz has joined #nixos
dvicente has joined #nixos
MmeQuignon has joined #nixos
<lukegb> How do I add something to nixpkgs where curl can't download the file because it's on a misconfigured host (they didn't include the intermediate)
<{^_^}> [nixpkgs] @github-actions[bot] pushed 67 commits to staging-next: https://git.io/JI4b6
<lukegb> I could just... rehost it somewhere else and ask people to trust me :o)
<{^_^}> [nixpkgs] @github-actions[bot] pushed 68 commits to staging: https://git.io/JI4bi
<Yaniel> if it already exists on nixpkgs you can just change the url while keeping the hash the same
<gchristensen> afaik our fetchurl may not validate certs
<peelz> how do you pass an env var as a file? Can't remember off the top of my head
<lukegb> nix-prefetch-url seems to
<gchristensen> passAsFile iirc
<peelz> ah yeah, thanks
<lukegb> It's a CUPS driver from Honeywell: https://support.honeywellaidc.com/s/article/OVERVIEW-The-Honeywell-InterDriver-package-for-CUPS-on-Linux-UNIX and the download URL is gross and probably unstable
<gchristensen> requiresFile ?
<peelz> passAsFile is what I was thinking of :P
<pinpox> Hi, not sure if this is a bug, but `borgbackup` fails to build it's dependencies for me recently. Anyone else having problems?
dvicente has quit [Remote host closed the connection]
<Yaniel> yup, fails to build here too
<Yaniel> nixos-unstable, right?
<pinpox> Yaniel: yes
<pinpox> Yaniel: This is the error i get
sudoforge has joined #nixos
<pinpox> Should this be reported to nixpkgs?
<Yaniel> yes
<peelz> lukegb: not sure what the consensus is for binary blobs, but for the r8125 driver (source is released under GPL), I had to mirror the source on github
<lukegb> peelz: this is *squints at license* 3 clause BSD? I think?
<lukegb> it has three clauses and lots of all caps text at the bottom, so it tastes like bsd3
dvicente has joined #nixos
dvicente has quit [Remote host closed the connection]
<peelz> lukegb: is it a binary blob or source?
<lukegb> source archive
<lukegb> with autotools and everything
<peelz> ahh, then you're probably fine mirroring it as long as you explain why that was necessary
iH8c0ff33 has joined #nixos
<lukegb> it looks like Intermec were at least vaguely competent, but I haven't looked at the actual source
<pinpox> Yaniel: In case you want to add something https://github.com/NixOS/nixpkgs/issues/106266
<{^_^}> #106266 (by pinpox, 32 seconds ago, open): borgbackup: fails to build
dvicente has joined #nixos
<lukegb> LilleCarl: did you add this to all-packages.nix? you probably want to use e.g. libsForQt5.callPackage rather than the root callPackage
MmeQuignon has quit [Quit: WeeChat 3.0]
nschoe has quit [Remote host closed the connection]
<LilleCarl> lukegb: Yes i added it to all-packages.nix indeed, thanks for that :p
<LilleCarl> (Thanks from yesterday)
nschoe has joined #nixos
<peelz> lukegb: does the driver have some sort of identifiable code name? I can't see to find any at a first glance
<LilleCarl> That solved that issue indeed, thanks mate
<peelz> lukegb: if I were you I would have a look at repology.org to see if someone else is maintaining a mirror of the driver
<lukegb> not really, the directory is called "cupsdriver-1.2-56"
<lukegb> I don't think these label printers are especially popular
<lukegb> I only really got one because it was like £10 on ebay
<lukegb> (from a company that sells off company assets :p)
<peelz> ahh, label printers are pretty neat
fresheyeball has joined #nixos
<lukegb> I was impressed they *had* a CUPS driver tbh
dvicente has quit [Remote host closed the connection]
<gchristensen> I'm looking forward to near future when CUPS no longer supports the idea of printer drivers
dvicente has joined #nixos
<fresheyeball> I am on NixOS and have nixops working just fine
<fresheyeball> I am trying to setup a coworker with nixops, who is on MacOS
<fresheyeball> He can ssh into the machine just fine
<gustavderdrache> gchristensen: just do what i do - don't own printers
<fresheyeball> but when he trys to deploy to it, he gets "connection refused"
<gchristensen> lol
<fresheyeball> I don't have a Mac, and don't know what could be wrong
<fresheyeball> any pointers would be nice
tenniscp25 has quit []
<peelz> lukegb: in r8125, I included a comment explaining how to verify that the files are identical (you might wanna do the same): https://github.com/NixOS/nixpkgs/blob/02b3cac1090c3925096e7ff1c58cb0b41c233f09/pkgs/os-specific/linux/r8125/default.nix#L5
<lukegb> Yeah, I'll do that.
MmeQuignon has joined #nixos
dvicente has quit [Remote host closed the connection]
MmeQuignon has quit [Client Quit]
dvicente has joined #nixos
MmeQuignon has joined #nixos
dvicente has quit [Remote host closed the connection]
rajivr has quit [Quit: Connection closed for inactivity]
<fresheyeball> actually can you deploy with nixops from MacOS at all?
<fresheyeball> how does that even work given different OS? Would it cross compile?
cr4y1_ has quit [Ping timeout: 240 seconds]
dvicente has joined #nixos
dvicente has quit [Remote host closed the connection]
dvicente has joined #nixos
<notgne2[m]> I'm not sure how NixOps does it, but it's definitely possible in general
<fresheyeball> how about ssh access? nixops says it needs to be added to known hosts, but there is no root account.
<Yaniel> pinpox: I don't have anything to add, but subscribed to the issue
iH8c0ff33 has quit [Ping timeout: 265 seconds]
<peelz> fresheyeball: I believe MacOS cross-compilation doesn't work due to whatever technical reasons. I remember reading something about Hydra problems with darwin derivations. I haven't really followed the issue so don't quote me on that :P
<{^_^}> [nixpkgs] @gebner opened pull request #106267 → linphone: unstable-2020-03-06 -> 4.2.4 → https://git.io/JI4hL
<notgne2[m]> oh I see, people use remote builders for it
<fresheyeball> oh gods
<fresheyeball> ok
<notgne2[m]> so basically it works in concept, Nix knows how to handle the cross compilation magic, just some cross compilation is broken so requires a remote builder enabled
<{^_^}> [nixpkgs] @veprbl merged pull request #106149 → fedora-backgrounds: use stdenvNoCC → https://git.io/JI8Gb
vidbina_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @veprbl pushed commit from @danieldk to master « fedora-backgrounds: use stdenvNoCC (#106149) »: https://git.io/JI4h3
malook has quit [Quit: malook]
<peelz> afaik darwin remote builders don't support sandboxing so it's not safe to host a public server
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105519 → etesync-dav: 0.20.0 -> 0.30.6 → https://git.io/JIv7z
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JI4hd
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105931 → ink: init at 0.5.3 → https://git.io/JIsEk
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JI4je
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #101019 → netevent: init at 20201018 → https://git.io/JTl1Y
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JI4jJ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106269 → goxel: 0.10.6 -> 0.10.7 → https://git.io/JI4jC
<{^_^}> [nixpkgs] @nyanloutre opened pull request #106270 → pythonPackages.llfuse: downgrade pytest version → https://git.io/JI4jl
grabb0id has quit [Ping timeout: 240 seconds]
ericsagn1 has quit [Ping timeout: 268 seconds]
MmeQuignon has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105860 → plater: improve plater-gui → https://git.io/JIOEH
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIBee
berberman_ has joined #nixos
berberman has quit [Ping timeout: 268 seconds]
<Reventlov> \o/
<{^_^}> [nixpkgs] @srhb opened pull request #106271 → ceph: 15.2.6 -> 15.2.7 → https://git.io/JIBe3
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3a02dc9edb2 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
xelxebar has quit [Ping timeout: 240 seconds]
xelxebar has joined #nixos
dvicente has quit [Remote host closed the connection]
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #104506 → pythonPackages.ledgerwallet: init at 0.1.2 → https://git.io/JkVEC
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @xwvvvvwx to master « pythonPackages.ledgerwallet: init at 0.1.2 (#104506) »: https://git.io/JIBeF
shu9 has joined #nixos
xelxebar_ has joined #nixos
ericsagn1 has joined #nixos
whatisRT has quit [Read error: Connection reset by peer]
xelxebar has quit [Ping timeout: 240 seconds]
<Mic92> sumner: maybe import an old nixpkgs revision just for the kernel
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #103809 → cmark-gfm: init at 0.29.0.gfm.0 → https://git.io/Jk3oP
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIBvr
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106273 → gping: 1.1.0 -> 1.2.0-post → https://git.io/JIBvb
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105669 → bazel-watcher: 0.13.1 -> 0.14.0 → https://git.io/JIklF
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JIBvN
nschoe has quit [Ping timeout: 272 seconds]
nschoe has joined #nixos
<{^_^}> [nixpkgs] @srhb opened pull request #106274 → ceph: 15.2.6 -> 15.2.7 → https://git.io/JIBf4
<Fare> OK, now that I have my multiple-inheritance Nix object system documented, and minimally debugged and tested... do I put it lib/ ? Do I keep it in pkgs/development/compilers/gerbil/ until further notice?
<Fare> Ah, the joys of multiple inheritance! Your transitive super-prototypes form a DAG to be topologically sorted, where elements appear only once.
<gchristensen> oh dear
<Fare> I just couldn't wrap my head around the too many half-baked, mutually incompatible variants out there.
<Fare> ... so I added one more :-(
<gchristensen> cc infinisil
<Fare> But at least, it's documented, with semi-formal types, even, based on a sound understanding of both FP and OO.
dsx has quit [Ping timeout: 268 seconds]
<Fare> I'll push it under pkgs/development/compilers/gerbil/ for now, in my branch.
<infinisil> Fare: What's gerbil?
<Fare> https://cons.io -- an "opinionated" Scheme implementation, that provides a Racket-like module system on top of Gambit Scheme.
<infinisil> Hm and how does this relate to your Nix object system?
<simpson> What was the need for this inner object system?
<Fare> Gambit can itself be compiled to C (and to a point, direct native code), but also JavaScript, Java, Python, Ruby, PHP...
ezioauditore[m] has joined #nixos
Neo-- has quit [Remote host closed the connection]
Darkmatter66 has joined #nixos
<Fare> simpson, I just was failing at using overrideScope' and company, and tried to make sense of them, decided that they were just self-ignorant badly-documented badly-designed reluctant implementations of a prototype object system a la Jsonnet, so I reimplemented my own that I could make sense of, by embracing OO, FP and types. And added proper CLOS-style multiple inheritance to boot, because it is a feature I was missing.
<{^_^}> [nixpkgs] @jonringer merged pull request #106270 → pythonPackages.llfuse: downgrade pytest version → https://git.io/JI4jl
<{^_^}> [nixpkgs] @jonringer pushed commit from @nyanloutre to master « pythonPackages.llfuse: downgrade pytest version »: https://git.io/JIBJy
<Fare> Oh, I forgot to add mutually-incompatible to the above litany.
<srhb> Maybe it's interesting enough to deserve a better presentation form than litanies? O:-)
nschoe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixpkgs] @jonringer merged pull request #106264 → openrgb: 0.4 -> 0.5 → https://git.io/JI4dx
<{^_^}> [nixpkgs] @jonringer pushed 3 commits to master: https://git.io/JIBUO
<{^_^}> [nixpkgs] @nyanloutre opened pull request #106276 → pythonPackages.pyfuse3: init at 3.1.1 → https://git.io/JIBUs
iH8c0ff33 has joined #nixos
<simpson> Fare: Sorry, let me ask a different question. What kinds of package mangling do you need from your Nix object system? I figure that if you had fully static linkage or incremental module compilation, then you wouldn't need this; is there some sort of dynamic linkage going on?
<Fare> I'm pretty sure that whatever I need can be done with the existing infrastructure and is indeed being done by the various parts of Nix. I just couldn't find how to do the overrides properly, particularly so deep overrides.
<Fare> And too many incompatible variants, none of them full-featured.
ris has joined #nixos
o1lo01ol1o has joined #nixos
iH8c0ff33 has quit [Ping timeout: 256 seconds]
<Fare> And DAG-based multiple-inheritance is something I wanted for a while in prototype objects. It allows for more incremental and decentralized programming without having to constantly worry about who is responsible for order of your inheritance graph, and the poor sod doing the hard work.
<Fare> So, it's not "package mangling", it's incremental package definitions.
<Fare> Now, I can have independent mixins for stable or unstable gerbil, stable or unstable gambit, stable or unstable gerbil-utils, what's in nixpkgs vs a local overlay, etc.
<Fare> And it will "just work".
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/47d5fd550fa (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<simpson> I still don't understand. It sounds like it'll be hard to maintain. But okay.
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<gluonix> builder for '/nix/store/cps83xb86z98mj58w51i9apmfkipcxrz-foo.drv' failed to produce output path '/nix/store/96gn8qxs3whzf0sixcm01w6s13fc7gxs-foo'
<simpson> Are there maybe other languages in nixpkgs already which have similar complation models?
<gchristensen> gluonix: nothing was written to $out
<gluonix> Any one has useful tips for troubleshooting `nix-build` failing to produce the output path?
tokudan has quit [Remote host closed the connection]
<gluonix> gchristensen yes, when building in a `nix-shell --pure` it works, but when trying to build with `nix-build` it fails ...
o1lo01ol1o has joined #nixos
tokudan has joined #nixos
<Fare> simpson, much simpler to maintain, hopefully, thanks to the object system.
raghavsood has quit [Ping timeout: 245 seconds]
<infinisil> Fare: Can we see it?
<infinisil> I'm interested because I'm just trying to unify the whole overriding landscape of nixpkgs
<simpson> I'm interested because I want to learn from when other folks package their niche languages.
<maljub01> Is it just me or is the options search site broken?
<maljub01> Seems to only be giving results for 20.03
<{^_^}> [nixpkgs] @NeQuissimus pushed 5 commits to master: https://git.io/JIBIm
<{^_^}> [nixpkgs] @NeQuissimus pushed 5 commits to release-20.09: https://git.io/JIBIs
<{^_^}> [nixpkgs] @Pacman99 opened pull request #106277 → gnome-podcasts: add dependency gst-plugins-good → https://git.io/JIBIC
lordcirth_ has quit [Quit: ZNC 1.8.1 - https://znc.in]
Lordcirth has joined #nixos
Lordcirth is now known as Guest38330
joehh1 has quit [Ping timeout: 260 seconds]
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
riksu-raksu has quit [Quit: riksu-raksu]
<Fare> infinisil, yes, let me commit and push...
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106278 → htop: 3.0.2 -> 3.0.3 → https://git.io/JIBLv
saschagrunert has quit [Remote host closed the connection]
Darkmatter66 has joined #nixos
littlebenlittle has quit [Ping timeout: 240 seconds]
littlebe1little has quit [Ping timeout: 256 seconds]
<stevenroose> How can I ensure a certain directory exists and has certain permissions in a configuration.nix?
zupo_ has joined #nixos
<cransom> stevenroose: see `systemd.tmpfiles.rules`
zupo has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @erosennin opened pull request #106279 → pythonPackages.llfuse: 1.3.6 -> 1.3.8, fix tests → https://git.io/JIBqZ
<stevenroose> trajanus[m]: what if I don't want to to be a temporary file?
<stevenroose> but a datadirectory that some program expects
sangoma has quit [Quit: WeeChat 2.9]
<cransom> i assume that was for me, but tmpfiles isn't just for tmpfiles. that setting is used for setting permissions/owners for many nixos services.
<stevenroose> Actually, the NixOS manual suggests that for postgresql, you could do services.postgresql.dataDir = "/data/postgresql"; and that's exactly what I did and I get an error for that
<stevenroose> I'm getting "creating directory /data/postgresql ... initdb: error: could not create directory "/data/postgresql": Permission denied"
<cransom> that is setting the directory for it, but it doesn't create that directory if it doesn't exist.
<gchristensen> I think that dataDir option is just an example, not a recommendation
<stevenroose> gchristensen: yeah I know, but I'd like all my data to be in /data
<stevenroose> so I like the example :)
<gchristensen> okay
<stevenroose> Yeah so how can I make sure the directory exists? Let me check systemd.tmpfiles.rules
<stevenroose> Hmm, I wouldn't like to create my database's directory by hacking something with tmpfiles and risking to accidentally change one character and have it wiped :D
<stevenroose> So that postgres example doesn't work without then manually creating the directory?
<stevenroose> That's unfortunate :|
<gchristensen> you can't really declaratively manage stateful storage, tmpfiles is the best we've got
<matthewcroughan> gchristensen: is there a template for packaging a simple python app such as python-validity (needed for my t480's fingerprint sensor).
<stevenroose> gchristensen: hmm yeah I understand though there's a lot of use of the "ensure" pattern. like ensureDatabases in postgres. Basically existence of directories or permissions of directories can be considered as stateless just like presense of packages in some way
<gchristensen> they're not, and "ensure*" is a hint you're doing it wrong
<gchristensen> because for it to be declarative in the true sense, adding the option, deploy, remove the option, deploy -> you wouldn't have it anymore
mrkirby153 has quit [Quit: ZNC - http://znc.in]
<gchristensen> but since that is not true, they're not declarative
davidv7 has quit [Remote host closed the connection]
<gluonix> anyone has troubleshooting tips for `nix-build` failing to produce output path ...
<gchristensen> it is very unfortunate that we've merged "ensure*" options in to a system which is largely actually declarative
<gluonix> When I build in a nix-shell env it works, doing unpackPhase, and buildPhase
<gchristensen> gluonix: whatever your build is doing, at the end, it has not written anything to $out
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106280 → iosevka-bin: 4.0.0 -> 4.0.2 → https://git.io/JIBmp
seqizz has joined #nixos
<stevenroose> gchristensen: just ftr, I've found some people using `boot.initrd.postMountCommands` for this purpose
<stevenroose> I think it would make sense for a database module to create its own datadir if it didn't exist
<gluonix> gchristensen: yes, I understood this, but when invoking the `buildPhase` command in a `nix-shell` it does output the result of the `make` command ... so I am wondering why it does not when calling `nix-build` ...
<seqizz> Hi there, sorry for the rookie question, but I realized some packages are not available to my non-root user. Even after adding same channel as root and running nix-channel --update. What am I missing? For example rofi-calc package, only visible with "sudo nix search"
<seqizz> s/as root/as user/
<evils> seqizz: try `nix search -u`? it may have its own cache
<numkem> is there a way to specify the size of the disk when doing testing?
mrkirby153 has joined #nixos
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<seqizz> evils: yeeep that seems to be it. it must be terribly outdated since I never ran it. thanks !
<tokudan> "running auto-GC to free 18446744069568856063 bytes" - i guess the garbage collection estimate isn't that exact, is it? ;)
mounty has quit [Ping timeout: 240 seconds]
<gchristensen> gluonix: is it writing files to $out?
<gchristensen> stevenroose: sure
seqizz has quit [Quit: seqizz]
<gchristensen> stevenroose: I bet you don't have any illusions that some `mkdir`'s in postMountCommands is declarative
<gluonix> gchristensen: when running `buildPhase`, no, it just writes the binary in the current dir, which is as expected as per the Makefile I am using
<gchristensen> and does your Nix expression have a step which copies the binary from the current directory to $out?
seku has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @onsails opened pull request #106281 → Add vim-oscyank plugin → https://git.io/JIB3J
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106282 → jackett: 0.16.2291 -> 0.16.2347 → https://git.io/JIB3T
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106269 → goxel: 0.10.6 -> 0.10.7 → https://git.io/JI4jC
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIB3G
fresheyeball has quit [Quit: WeeChat 2.7.1]
jonatanb has joined #nixos
jonatanb has quit [Remote host closed the connection]
<tokudan> i think the nix options search is broken for 20.09. no search results for "services"?
fendor_ is now known as fendor
<stevenroose> tokudan: yeah I'm having the same
<__monty__> > pkgs.mpv-with-scripts.meta.description
<{^_^}> attribute 'description' missing, at (string):440:1
<__monty__> > pkgs.mpv-with-scripts.meta.longDescription
<{^_^}> attribute 'longDescription' missing, at (string):440:1
ehmry has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<__monty__> Hmm, I'm unable to figure out how to use this attribute.
o1lo01ol1o has quit [Remote host closed the connection]
<gluonix> gchristensen: RE: "and does your Nix expression have a step which copies the binary from the current directory to $out?" No it does not. Should it? Like in the postBuild phase?
<gchristensen> installPhase would be better. right now it isn't putting anything at $out and that is what your error message is saying.
<__monty__> I'm looking for a simple way include scripts with mpv, ring any bells?
o1lo01ol1o has joined #nixos
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #106100 → Add patiencediff python library → https://git.io/JIWQw
<{^_^}> [nixpkgs] @orivej-nixos pushed 4 commits to master: https://git.io/JIBs6
ehmry has joined #nixos
jonatanb has quit [Remote host closed the connection]
<__monty__> Ah, looks like home-manager covers this : )
<numkem> is ther a way for a testing VM to have internet access? or it's not at the VM level but nix that it would be a problem?
ml| has quit [Ping timeout: 256 seconds]
zakame has quit [Ping timeout: 264 seconds]
<abathur> gchristensen: trying to interpret the declarative file/dir bit, and I imagine you mean less that we *couldn't* have declarative ~filesystem expressions, and more that people wouldn't get the joke when it deleted their database or w/e? :)
zakame has joined #nixos
<gchristensen> lol
praduca has joined #nixos
<praduca> Hi to all :)
<praduca> I noted something strange on nixos website, dont know if opening an issue is necessary
<gchristensen> hey hey, what's up?
<praduca> when i search for jack under 20.03 options, it shows results, but under 20.09, sometimes it shows sometimes don't
LogicalOverflow has quit [Remote host closed the connection]
<abathur> (I kid a little, but I am somewhat interested in the topic. Can't stop my brain from chewing on liminal zones where Nix is failing to do the ice-nine thing it likes to do. I've also thought while futzing with the installer that parts would be clearer if there was some declarative expression for them...)
<infinisil> praduca: An issue sounds appropriate, you'd want to file it here: https://github.com/NixOS/nixos-search/issues
<praduca> right now it doenn't return results, but i can install a service just fine... i though that the service was removed when searching first lol
<infinisil> Yeah that would also be my first thought
<{^_^}> [nixpkgs] @nyanloutre opened pull request #106283 → s3ql: 3.3.2 -> 3.6.0 → https://git.io/JIBZ1
ml| has joined #nixos
thc202 has quit [Quit: thc202]
<{^_^}> [nixpkgs] @raboof opened pull request #106284 → rustc: generate deterministic manifest → https://git.io/JIBnf
jonatanb has joined #nixos
<gluonix> gchristensen ok thanks will try the `installPhase` as you suggested.
<{^_^}> [nixpkgs] @jcumming opened pull request #106285 → pam -> use NixOS suid unix_chkpwd wrapper → https://git.io/JIBnk
<{^_^}> [nixpkgs] @jcumming closed pull request #106263 → Use unix chkpwd wrapper → https://git.io/JI4dz
jonatanb has quit [Remote host closed the connection]
simonpe^^ has quit [Remote host closed the connection]
<pumpy> when you boot into installer CLI how can you change port ssh is running on on the fly? https://nixos.org/manual/nixos/stable/index.html#sec-installation-booting-networking doesn't say
miguipda has joined #nixos
<miguipda> Hi, I juste discovered NixOS website and first searched if needed package MATTERCONTROL is available but I saw it wasn't.
<halfbit> when pinning nixpkgs do people usually use a tagged release?
<halfbit> like https://github.com/NixOS/nixpkgs/tree/20.09 or does that tag get moved
<gchristensen> that tag is uselessly ancient for everything but `git describe` purposes
<miguipda> If I want to try it and definitively works for me How could I get MATTERCONTROL package
miguipda has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Tomahna opened pull request #106286 → bloop: 1.4.5 -> 1.4.6 → https://git.io/JIBnp
<{^_^}> [nixpkgs] @gebner merged pull request #105275 → pulseaudio: 13.0 -> 14.0 → https://git.io/JkNms
<{^_^}> [nixpkgs] @gebner pushed 3 commits to staging: https://git.io/JIBcf
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
andi- has quit [Ping timeout: 264 seconds]
supersandro2000 has joined #nixos
noudle has quit []
zakame has quit [Ping timeout: 260 seconds]
<halfbit> so don't bother with the git tags at all then
<halfbit> pick some commit hash on the latest release branch, and move on with life?
zakame has joined #nixos
Maxdaman1us has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106265 → gauge: 1.1.5 -> 1.1.6 → https://git.io/JI4b0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIBCs
<gchristensen> I usually use https://channels.nix.gsc.io/nixos-20.09/ if I need to pick a commit
philr_ has joined #nixos
tokudan has quit [*.net *.split]
damjan has quit [*.net *.split]
Maxdamantus has quit [*.net *.split]
felixfoertsch has quit [*.net *.split]
danderson[m] has quit [*.net *.split]
f1234567[m] has quit [*.net *.split]
demostanis[m] has quit [*.net *.split]
porphyrogenetos has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
bourbon has quit [*.net *.split]
peterhoeg has quit [*.net *.split]
mizukota[m] has quit [*.net *.split]
leonardp has quit [*.net *.split]
kevin[m] has quit [*.net *.split]
roberth has quit [*.net *.split]
yeongsheng_tan[m has quit [*.net *.split]
Layerex[m] has quit [*.net *.split]
aterius has quit [*.net *.split]
vonschnee[m] has quit [*.net *.split]
lambdaclan has quit [*.net *.split]
nicolas[m] has quit [*.net *.split]
l33[m] has quit [*.net *.split]
siraben has quit [*.net *.split]
swanson123[m] has quit [*.net *.split]
ram19890[m] has quit [*.net *.split]
govanify has quit [*.net *.split]
peeterss[m] has quit [*.net *.split]
wenngle[m] has quit [*.net *.split]
manveru[m] has quit [*.net *.split]
stuebinm[m] has quit [*.net *.split]
matthewkenigsber has quit [*.net *.split]
kraem has quit [*.net *.split]
jdnixx[m] has quit [*.net *.split]
trajanus[m] has quit [*.net *.split]
iensu[m] has quit [*.net *.split]
anderscs[m] has quit [*.net *.split]
qbit[m] has quit [*.net *.split]
ky0ko1 has quit [*.net *.split]
wak-work has quit [*.net *.split]
Spockz has quit [*.net *.split]
berberman[T] has quit [*.net *.split]
ashkitten has quit [*.net *.split]
Orbstheorem has quit [*.net *.split]
ajmcmiddlin has quit [*.net *.split]
jneto has quit [*.net *.split]
raboof has quit [*.net *.split]
hexa- has quit [*.net *.split]
Taneb has quit [*.net *.split]
lukego has quit [*.net *.split]
sdier has quit [*.net *.split]
adamse has quit [*.net *.split]
teehemkay has quit [*.net *.split]
chessai has quit [*.net *.split]
Raito_Bezarius has quit [*.net *.split]
ctp has quit [*.net *.split]
orbekk has quit [*.net *.split]
<{^_^}> [nixpkgs] @vbgl opened pull request #106287 → compcert: 3.7 → 3.8 → https://git.io/JIBCu
<praduca> dang, it is not showing results at all when selecting 20.09 or unstable... it only shows results for the first tab
pbb has quit [Ping timeout: 272 seconds]
<halfbit> that's nice
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
pbb has joined #nixos
zupo has joined #nixos
mounty has joined #nixos
<halfbit> are flakes likely to move out of the experimental phase by the next nix release?
andi- has joined #nixos
<halfbit> trying to plan ahead for how to build a shared repo of private nix expressions
<{^_^}> [nixpkgs] @seppeljordan opened pull request #106289 → pythonPackages.nix-prefetch-github: 4.0.2 -> 4.0.3 → https://git.io/JIBCH
rprije has joined #nixos
<gchristensen> I doubt it
spudly1 has quit [Ping timeout: 264 seconds]
<halfbit> is there a solid alternative in the meantime?
<gchristensen> but if it is for personal use cases, ie: not "must work this way for as long as possible" then maybejust go for it and ee how it goes, so you can report bugs before it is stabilized
<halfbit> could use submodules and import as needed I guess
<joepie91> halfbit: the alternative IMO is overlays
<joepie91> for the time being
praduca has quit [Remote host closed the connection]
czer00 has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @stigtsp opened pull request #106291 → perlPackages.HTTPTinyCache: init at 0.002 → https://git.io/JIBlv
<halfbit> joepie91: hmmm
neiluj has quit [Quit: Lost terminal]
neiluj has joined #nixos
neiluj has joined #nixos
neiluj has quit [Changing host]
<{^_^}> [nixpkgs] @ryantm closed pull request #105774 → libpulseaudio: 13.0 -> 14.0 → https://git.io/JItFv
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106273 → gping: 1.1.0 -> 1.2.0-post → https://git.io/JIBvb
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JIBla
ericsagn1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #106282 → jackett: 0.16.2291 -> 0.16.2347 → https://git.io/JIB3T
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JIB83
<{^_^}> [nixpkgs] @seppeljordan opened pull request #106292 → pythonPackages.poetry: Apply patch to fix failing tests → https://git.io/JIB8W
danderson[m] has joined #nixos
f1234567[m] has joined #nixos
Taneb has joined #nixos
ctp has joined #nixos
chessai has joined #nixos
teehemkay has joined #nixos
sdier has joined #nixos
ajmcmiddlin has joined #nixos
tokudan has joined #nixos
Orbstheorem has joined #nixos
porphyrogenetos has joined #nixos
jneto has joined #nixos
ashkitten has joined #nixos
Raito_Bezarius has joined #nixos
raboof has joined #nixos
orbekk has joined #nixos
hexa- has joined #nixos
demostanis[m] has joined #nixos
wenngle[m] has joined #nixos
ram19890[m] has joined #nixos
ky0ko1 has joined #nixos
damjan has joined #nixos
manveru[m] has joined #nixos
swanson123[m] has joined #nixos
adamse has joined #nixos
peeterss[m] has joined #nixos
lukego has joined #nixos
siraben has joined #nixos
govanify has joined #nixos
nicolas[m] has joined #nixos
Layerex[m] has joined #nixos
l33[m] has joined #nixos
vonschnee[m] has joined #nixos
yeongsheng_tan[m has joined #nixos
aterius has joined #nixos
mizukota[m] has joined #nixos
lambdaclan has joined #nixos
leonardp has joined #nixos
kevin[m] has joined #nixos
roberth has joined #nixos
peterhoeg has joined #nixos
jonreeve[m] has joined #nixos
Spockz has joined #nixos
wak-work has joined #nixos
bourbon has joined #nixos
berberman[T] has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #106278 → htop: 3.0.2 -> 3.0.3 → https://git.io/JIBLv
anderscs[m] has joined #nixos
iensu[m] has joined #nixos
trajanus[m] has joined #nixos
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JIB8w
<jared-w> how about the experimental nix command features? How many years have they existed now?
qbit[m] has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jdnixx[m] has joined #nixos
stuebinm[m] has joined #nixos
felixfoertsch has joined #nixos
matthewkenigsber has joined #nixos
kraem has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #106293 → nixos-shell: 0.1.1 -> 0.2 → https://git.io/JIB8P
Profpatsch has joined #nixos
Profpatsch has left #nixos ["WeeChat 2.9"]
ericsagn1 has joined #nixos
whatisRT has joined #nixos
spudly1 has joined #nixos
<{^_^}> [nixpkgs] @squalus opened pull request #106294 → ungoogled-chromium: 86.0.4240.183-1 -> 87.0.4280.88-1 → https://git.io/JIB4X
<dminuoso> Is there something ergonomic to overlay an haskellPkgs.foo inside nixos?
devalot has quit [Quit: ZNC - http://znc.in]
aswanson has quit [Ping timeout: 260 seconds]
<eacameron> I'd like to do something that apparently is hard... Dual boot Windows 10 and NixOS running on encrypted zfs root. :D
<eacameron> Is there any prior art?
bdju has quit [Read error: Connection reset by peer]
bdju has joined #nixos
<ehmry> eacameron: zfs encrypted roots works last I tried, don't know about the windows
spudly1 has quit [Ping timeout: 240 seconds]
iH8c0ff33 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106296 → libgphoto2: 2.5.23 -> 2.5.26 → https://git.io/JIBBN
aswanson has joined #nixos
joehh1 has joined #nixos
<eacameron> ehmry: Yeah that part I'm not worried about. It's the *and dual-boot windows* part :P
iH8c0ff33 has quit [Ping timeout: 240 seconds]
devalot has joined #nixos
joehh1 has quit [Ping timeout: 264 seconds]
joehh1 has joined #nixos
plutes has joined #nixos
plutes has quit [Max SendQ exceeded]
plutes has joined #nixos
ddellacosta has joined #nixos
spudly1 has joined #nixos
jiribenes has quit [Remote host closed the connection]
<lukegb> Putting Windows 10 on an encrypted zfs root?
<lukegb> Or just NixOS :p
fendor has quit [Remote host closed the connection]
martyet-o has joined #nixos
<{^_^}> [nixpkgs] @archseer opened pull request #106297 → thermald: Fix systemd service definition. → https://git.io/JIBuT
<gluonix> gchristensen thanks for the help! Adding the built artifact, in the postBuild or installPhase, e.g. `mkdir -p $out; cp foo $out/foo` works.
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #105047 → ctrlr: init at 6.0.36 → https://git.io/JkHEV
<genevino> so whatever reason i don't have any more completions in zsh/bash/fish when doing nix-shell -p blah<TAB>
plutes has quit [Quit: If you judge me now, you have judge me prematurely.]
Dotz0cat has joined #nixos
__monty__ has quit [Quit: leaving]
werner291 has quit [Quit: werner291]
spudly1 has quit [Ping timeout: 256 seconds]
<Bla[m]> Is there any nixpkgs maintainers around? I have a one character fix for thermald that I broke https://github.com/NixOS/nixpkgs/pull/106297
<{^_^}> #106297 (by archseer, 17 minutes ago, open): thermald: Fix systemd service definition.
veleiro has quit [Read error: Connection reset by peer]
<Bla[m]> Hoping to get it merged quickly so it lands in the next nixos-unstable
veleiro has joined #nixos
<{^_^}> [nixpkgs] @kamilchm opened pull request #106298 → nim: 1.4.0 -> 1.4.2 → https://git.io/JIBgQ
<{^_^}> [nixpkgs] @Infinisil merged pull request #106297 → thermald: Fix systemd service definition. → https://git.io/JIBuT
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JIBgh
<infinisil> :)
<Bla[m]> thanks! 🙂
<genevino> :)
pjt_tmp has joined #nixos
gluonix has quit [Remote host closed the connection]
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @kamilchm opened pull request #106299 → nim: expose testament test runner → https://git.io/JIB2S
whatisRT has quit [Quit: ZNC 1.8.1 - https://znc.in]
aswanson has quit [Ping timeout: 240 seconds]
cosimone has quit [Quit: cosimone]