nix update flake
This commit is contained in:
parent
6d3229427f
commit
92e689ff1a
2 changed files with 13 additions and 13 deletions
|
|
@ -46,7 +46,7 @@
|
|||
inputs.sops-nix.homeManagerModules.sops
|
||||
({ lib, pkgs, ... }: {
|
||||
programs.pi.coding-agent.package =
|
||||
lib.lowPrio inputs.pi.packages.${pkgs.system}.coding-agent;
|
||||
lib.lowPrio inputs.pi.packages.${pkgs.stdenv.hostPlatform.system}.coding-agent;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue