nur-bot has quit [Remote host closed the connection]
<nerdypepper>
if i understand correctly, i need to have packageOverrides in configuration.nix and in ~/.config/nixpkgs/config.nix, is there a way to pin these two via a single file?
<nerdypepper>
by pin, i mean, use a specific ref of nur
<Mic92>
nerdypepper: you can import packagesOverrides from a file I think
<Mic92>
in the file you put:
<Mic92>
something like pkgs: { nur = ...; ]
<Mic92>
you can also just import nur from there: pkgs: { nur = import ./nur.nix; }
justanotheruser has quit [Quit: WeeChat 2.7.1]
justanotheruser has joined #nixos-nur
<nerdypepper>
Mic92: i see, ill give that a go, thanks
justanotheruser has quit [Ping timeout: 272 seconds]