feat(templates): inherit inputs
& outputs
This commit is contained in:
parent
cf6af515e0
commit
3f2d0cca1d
2 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
);
|
);
|
||||||
|
|
||||||
# Templates
|
# Templates
|
||||||
templates = import ./templates;
|
templates = import ./templates { inherit inputs outputs; };
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
overlays = import ./overlays { inherit inputs outputs; };
|
overlays = import ./overlays { inherit inputs outputs; };
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
{ inputs, outputs, ... }:
|
||||||
{
|
{
|
||||||
haskell = {
|
haskell = {
|
||||||
description = "Haskell environment (stack + hls)";
|
description = "Haskell environment (stack + hls)";
|
||||||
|
|
Loading…
Reference in a new issue