mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 09:46:04 +03:00
deps: simplify example
This commit is contained in:
parent
c5f5b03944
commit
39885acca7
@ -28,10 +28,9 @@ in {
|
||||
specialArgs = packageSets;
|
||||
};
|
||||
example = lib.literalExpression ''
|
||||
{nixpkgs, inputs', ...}: {
|
||||
{nixpkgs, ...}: {
|
||||
inherit (nixpkgs) stdenv;
|
||||
inherit (nixpkgs.haskellPackages) pandoc;
|
||||
nix = inputs'.nix.packages.default;
|
||||
}
|
||||
'';
|
||||
default = {};
|
||||
|
Loading…
Reference in New Issue
Block a user