mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
add ci.nix
This commit is contained in:
parent
9c9b62e15e
commit
2b6391f1c3
1 changed files with 8 additions and 0 deletions
8
ci.nix
Normal file
8
ci.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in {
|
||||
test = pkgs.writeScript "test" ''
|
||||
#!/bin/sh
|
||||
nix-build "${toString ./tests/test.nix}";
|
||||
'';
|
||||
}
|
Loading…
Reference in a new issue