This commit is contained in:
parent
03c19b674c
commit
5b421a79d4
2 changed files with 81 additions and 14 deletions
13
flake.nix
13
flake.nix
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
outputs =
|
||||
inputs@{ flake-parts, ... }:
|
||||
let
|
||||
nilla = import ./nilla.nix { inherit inputs; };
|
||||
in
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
@ -24,17 +27,11 @@
|
|||
inputs',
|
||||
self',
|
||||
pkgs,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
{
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
packages = [
|
||||
inputs'.agenix.packages.agenix
|
||||
self'.packages.attic-client
|
||||
# TODO: Contribute darwin support to nh
|
||||
pkgs.nh
|
||||
];
|
||||
};
|
||||
devShells = builtins.mapAttrs (_: shell: shell.result.${system}) nilla.shells;
|
||||
|
||||
packages = {
|
||||
# Re-export it for convenience and for caching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue