Hari Amoor

Results 4 comments of Hari Amoor

It's not a lot of fanfare; really just moving stuff around. We just have to do something like this: ``` ... outputs = {self, ...}: { ... templates.default = {...

See the [template given by the CTL repo](https://github.com/Plutonomicon/cardano-transaction-lib/tree/develop/templates/ctl-scaffold) defined as `templates.default` in the root flake as an example.

> As in not having system as an input? @roberth As in, if you `outputs = {...}: { myAttribute = mkIf (system == system') myAttribute'; } // { ... };`...

@niksingh710 I think what you're talking about is out-of-scope for this issue. I just want home-manager to switch on `nix run .#` from my `nixos-unified` repo. I'm not sure if...