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