00:02
<
colemickens >
Is it possible to structure a NUR such that modules references packages relatively/locally?
00:02
<
colemickens >
The only NUR + module example I can find has the module references the pkg through pkgs.nur... where the user must have specifically setup the package set at `pkgs.nur`...
00:02
<
colemickens >
I don't want to necessarily require use of the entire NUR to utilize the module/packages I'm working on.
00:18
nur-bot has joined #nixos-nur
00:18
nur-bot has quit [Client Quit]
00:41
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:44
kreisys has joined #nixos-nur
01:06
nur-bot has joined #nixos-nur
01:06
nur-bot has quit [Client Quit]
04:05
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:42
kreisys has joined #nixos-nur
07:46
<
tilpner >
colemickens - Can't you just do { pkgs, ... }: { foo.bar = pkgs.callPackage ../your-package.nix; }?
07:49
<
colemickens >
tilpner: ! it does.
07:50
<
colemickens >
I was trying to do something like `(import ../default.nix).containerd`
07:50
<
colemickens >
but that doesn't work, and I don't really understand why
07:50
<
colemickens >
default.nix -> containerd is just the same pkgs.callPackage invocation?
07:50
<
tilpner >
It can't be, where would it get pkgs from?
07:51
* tilpner
has to go
07:51
<
colemickens >
okay, thank you anyway, this unblocks me, and I think I your question helps me figure out why I was wrong to expect it to work.
07:51
<
colemickens >
cheers!
08:23
nur-bot has joined #nixos-nur
08:23
nur-bot has quit [Client Quit]
15:11
nur-bot has joined #nixos-nur
15:11
nur-bot has quit [Client Quit]
16:17
kreisys has joined #nixos-nur