use rebuildable_tests branch of nixpkgs for now
This commit is contained in:
parent
e6dde31148
commit
5fd5c37834
|
@ -2,8 +2,7 @@
|
|||
description = "Testing mastodon configurations";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
# nixpkgs.url = "path:/home/qolen/nixpkgs";
|
||||
nixpkgs.url = "github:radvendii/nixpkgs/nixos_rebuild_tests";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, self }:
|
||||
let
|
||||
lib = pkgs.lib;
|
||||
# python = pkgs.python310.withPackages (ps: with ps; [ requests aiokafka ]);
|
||||
rebuildableTest = import ./rebuildableTest.nix pkgs;
|
||||
seleniumScript = pkgs.writers.writePython3Bin "selenium-script"
|
||||
{
|
||||
|
@ -33,7 +32,7 @@ let
|
|||
driver.close()
|
||||
'';
|
||||
in
|
||||
rebuildableTest {
|
||||
pkgs.nixosTest {
|
||||
name = "test-mastodon-garage";
|
||||
|
||||
nodes = {
|
||||
|
|
Reference in a new issue