Mic92 changed the topic of #nixos-nur to: Nix User Repository || https://nur.nix-community.org/ || https://logs.nix.samueldr.com/nixos-nur
Dotz0cat has quit [Ping timeout: 264 seconds]
Dotz0cat has joined #nixos-nur
kalbasit has joined #nixos-nur
Dotz0cat has quit [Ping timeout: 264 seconds]
kalbasit has quit [Quit: kalbasit]
Dotz0cat has joined #nixos-nur
Dotz0cat_ has joined #nixos-nur
Dotz0cat has quit [Ping timeout: 256 seconds]
kalbasit has joined #nixos-nur
kalbasit has quit [Quit: WeeChat 2.9]
nur-bot has joined #nixos-nur
<nur-bot> rycee: a018e4fc43 -> e6169d3e0d (https://github.com/nix-community/nur-combined/commit/4cfd11528c)
nur-bot has quit [Remote host closed the connection]
nur-bot has joined #nixos-nur
<nur-bot> crazazy: 3aab862e49 -> ae7a953d6a (https://github.com/nix-community/nur-combined/commit/4b3b3648a8)
nur-bot has quit [Remote host closed the connection]
palo1 has joined #nixos-nur
kalbasit has joined #nixos-nur
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
kalbasit has quit [Quit: WeeChat 2.9]
kalbasit has joined #nixos-nur
kalbasit has quit [Quit: brb]
kalbasit has joined #nixos-nur
kalbasit has quit [Client Quit]
nur-bot has joined #nixos-nur
Izorkin has quit [Ping timeout: 256 seconds]
Izorkin has joined #nixos-nur
Izorkin has quit [Ping timeout: 256 seconds]
Izorkin has joined #nixos-nur
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Izorkin has joined #nixos-nur
nur-bot has joined #nixos-nur
<nur-bot> tinybeachthor: 85deb76850 -> 902730df58 (https://github.com/nix-community/nur-combined/commit/3826ed0c45)
nur-bot has quit [Remote host closed the connection]
nur-bot has joined #nixos-nur
<nur-bot> tinybeachthor: 85deb76850 -> 902730df58 (https://github.com/nix-community/nur-combined/commit/67c7a83c49)
<nur-bot> shamilton: a8e1f7560b -> 95964e774d (https://github.com/nix-community/nur-combined/commit/0efda201bc)
nur-bot has quit [Remote host closed the connection]
nur-bot has joined #nixos-nur
<nur-bot> eduardosm: b4520299b8 -> 9d1bf34ab8 (https://github.com/nix-community/nur-combined/commit/32dff5f191)
nur-bot has quit [Remote host closed the connection]
ppenguin has joined #nixos-nur
<ppenguin> hi there, complete nixnoob now installing nixos on a convertible, goal = daily driver!  Ran into issues during `sudo nixos-install` because of an invalid sha256 in a dep and wanted to do a `repoOverride`, which however gives an error...
<ppenguin> (to be precise, followed [this instruction](https://github.com/nix-community/NUR#overriding-repositories) and got `value is a function while a set was expected`)
kalbasit has joined #nixos-nur
<ppenguin> Mic92 I ask for your help? (Since you have written that helpful article...) Since I need `instantWM` I thought I might as well directly put it in the `configration.nix` along with NUR. But one of its deps fails on sha256, so I think the fastest way is to just clone and override the `instantos` repo and fix it.
<Mic92> ppenguin: maybe try import ./repo { inherit pkgs };
<Mic92> instead of just import
<Mic92> ppenguin: should be also fixed in the README if that works
<Mic92> it should be import ./repo { inherit pkgs; };
<ppenguin> Mic92 ah I was just experimenting with syntax ;)
<ppenguin> Mic92 `error: cannot coerce a set to a string, at /mnt/etc/nixos/pkgoverrides.nix:7:21`
<ppenguin> Mic92 I have now the following: ``` repoOverrides = {
<ppenguin>         # instantos = import /mnt/home/jeroen/devel/github.com/ppenguin/instantOS/nix;
<ppenguin>         instantos = import { inherit pkgs; } (builtins.fetchGit "https://github.com/ppenguin/instantNIX.git");
<ppenguin>       };```
<Mic92> ppenguin: that's not quite right
<Mic92> instantos = import (builtins.fetchGit "https://github.com/ppenguin/instantNIX.git") { inherit pkgs; };
<ppenguin> Mic92 ah, learning ... :D
<ppenguin> Mic92 you're my hero, it's building...
<Mic92> p
<Mic92> you are welcome
<ppenguin> and... done:D   jeez that was fast (of course afraid to reboot now;)  anyway first have dinner ...) But I have regardless become a nixOS enthusiast within a matter of days. Way to go!
<Mic92> ppenguin: you can just rollback if anything broke
<Mic92> from the bootloader
<ppenguin> Mic92 booted ok yay! only the `instantWM` session doesn't start, but I suspect the package misses standard `session.desktop` files for `lightdm` , so I'll check into that first, might be a nice first contrib.
ppenguin has quit [Quit: Connection closed]
ppenguin has joined #nixos-nur
ppenguin has quit [Client Quit]
nur-bot has joined #nixos-nur
nur-bot has quit [Remote host closed the connection]
nur-bot has joined #nixos-nur
nur-bot has quit [Remote host closed the connection]
nur-bot has joined #nixos-nur
<nur-bot> rycee: e6169d3e0d -> d3355ad9e7 (https://github.com/nix-community/nur-combined/commit/8927f95d66)
nur-bot has quit [Remote host closed the connection]