ChanServ changed the topic of #nixos-nur to: Nix User Repository || https://github.com/nix-community/NUR || https://logs.nix.samueldr.com/nixos-nur
<colemickens> Is it possible to structure a NUR such that modules references packages relatively/locally?
<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`...
<colemickens> I don't want to necessarily require use of the entire NUR to utilize the module/packages I'm working on.
nur-bot has joined #nixos-nur
<nur-bot> moredhel: bc0bf06b71 -> 97abf4d9c4 (https://github.com/nix-community/nur-combined/commit/ee532832af)
nur-bot has quit [Client Quit]
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kreisys has joined #nixos-nur
nur-bot has joined #nixos-nur
<nur-bot> kreisys: 52394e78fe -> 9cd70630ae (https://github.com/nix-community/nur-combined/commit/7e344a1f6f)
nur-bot has quit [Client Quit]
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kreisys has joined #nixos-nur
<tilpner> colemickens - Can't you just do { pkgs, ... }: { foo.bar = pkgs.callPackage ../your-package.nix; }?
<tilpner> (Add {})
<colemickens> tilpner: ! it does.
<colemickens> I was trying to do something like `(import ../default.nix).containerd`
<colemickens> but that doesn't work, and I don't really understand why
<colemickens> default.nix -> containerd is just the same pkgs.callPackage invocation?
<tilpner> It can't be, where would it get pkgs from?
* tilpner has to go
<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.
<colemickens> cheers!
nur-bot has joined #nixos-nur
nur-bot has quit [Client Quit]
nur-bot has joined #nixos-nur
<nur-bot> moredread: 21936afafd -> 0dffc618d2 (https://github.com/nix-community/nur-combined/commit/1816d47df5)
nur-bot has quit [Client Quit]
kreisys has quit [Quit: Textual IRC Client: www.textualapp.com]
kreisys has joined #nixos-nur