export "dir" and "symlink" from pseudofiles package

This commit is contained in:
Daniel Barlow
2022-09-26 18:27:43 +01:00
parent 1c14bb63fa
commit 09a9dba963
5 changed files with 16 additions and 13 deletions

View File

@@ -4,8 +4,7 @@ expr=$(cat <<"EXPR"
let
overlay = import <liminix/overlay.nix>;
nixpkgs = import <nixpkgs> { overlays = [overlay]; };
structure = import ./structure.nix;
in nixpkgs.pkgs.pseudofile "pseudo.s6-init" structure
in nixpkgs.pkgs.callPackage ./test.nix {}
EXPR
)