| 6 Mar 2025 |
elikoga | Though good question on the nix build command, since I have not found documentation for the shorthand flake attribute selector | 00:34:27 |
solomon | in any case, it didnt fix my problem | 00:35:04 |
solomon | those nested packages still arent showing up | 00:35:21 |
elikoga | Not in the root? | 00:36:20 |
elikoga | Since the tree is supposed to be flattened | 00:36:32 |
solomon | packages = flake-utils.lib.flattenTree {
recurseForDerivations = true;
docker = import ./nix/docker.nix {
inherit pkgs;
cofree-bot = hsPkgs.cofree-bot;
};
ghc982 = flake-utils.lib.flattenTree {
recurseForDerivations = true;
chat-bots = hsPkgs.chat-bots;
chat-bots-contrib = hsPkgs.chat-bots-contrib;
cofree-bot = hsPkgs.cofree-bot;
default = hsPkgs.cofree-bot;
};
chat-bots = hsPkgs.chat-bots;
chat-bots-contrib = hsPkgs.chat-bots-contrib;
cofree-bot = hsPkgs.cofree-bot;
default = hsPkgs.cofree-bot;
};
| 00:36:36 |
solomon | nix-repl> outputs.packages.x86_64-linux.
outputs.packages.x86_64-linux.chat-bots outputs.packages.x86_64-linux.cofree-bot outputs.packages.x86_64-linux.docker
outputs.packages.x86_64-linux.chat-bots-contrib outputs.packages.x86_64-linux.default
| 00:36:54 |
elikoga | I'm gonna stroke | 00:37:14 |