diff options
-rw-r--r-- | ci.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +let + pkgs = import <nixpkgs> {}; +in { + test = pkgs.writeScript "test" '' + #!/bin/sh + nix-build "${toString ./tests/test.nix}"; + ''; +} |
index : disko | ||
declarative partitioning and formatting tool |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | ci.nix | 8 |
@@ -0,0 +1,8 @@ +let + pkgs = import <nixpkgs> {}; +in { + test = pkgs.writeScript "test" '' + #!/bin/sh + nix-build "${toString ./tests/test.nix}"; + ''; +} |