mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
parent
b06775cef7
commit
613f9c8ce0
@ -1,5 +1,4 @@
|
||||
language: nix
|
||||
script:
|
||||
- git clone --depth 1 https://github.com/NixOS/nixpkgs ../nixpkgs
|
||||
- nix-build tests/intern.nix
|
||||
- nix-build tests/extern.nix
|
||||
|
@ -14,7 +14,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
import ./../../nixpkgs/nixos/tests/make-test.nix {
|
||||
import <nixpkgs/nixos/tests/make-test.nix> {
|
||||
|
||||
nodes =
|
||||
{ server = { config, pkgs, ... }:
|
||||
|
@ -14,7 +14,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
import ./../../nixpkgs/nixos/tests/make-test.nix {
|
||||
import <nixpkgs/nixos/tests/make-test.nix> {
|
||||
|
||||
machine =
|
||||
{ config, pkgs, ... }:
|
||||
|
Loading…
Reference in New Issue
Block a user