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 = import ./templates;
|
||||
templates = import ./templates { inherit inputs outputs; };
|
||||
|
||||
# Overlays
|
||||
overlays = import ./overlays { inherit inputs outputs; };
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{ inputs, outputs, ... }:
|
||||
{
|
||||
haskell = {
|
||||
description = "Haskell environment (stack + hls)";
|
||||
|
|
Loading…
Reference in a new issue