mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01: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…
Add table
Add a link
Reference in a new issue