Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!173
Move NixOS systems tests to `nixos/tests`.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Move NixOS systems tests to `nixos/tests`.
tomprince/PrivateStorageio:move-tests
into
develop
Overview
1
Commits
1
Pipelines
1
Changes
11
Merged
Move NixOS systems tests to `nixos/tests`.
Tom Prince
requested to merge
tomprince/PrivateStorageio:move-tests
into
develop
Sep 20, 2021
Overview
1
Commits
1
Pipelines
1
Changes
11
This mirrors the organization of upstream NixOS tests, and hopefully makes them easier to find.
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
2fad28f3
1 commit,
Sep 20, 2021
11 files
+
11
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
nixos/system-tests.nix
+
2
−
2
View file @ 2fad28f3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,6 +2,6 @@
let
pkgs
=
import
../nixpkgs-2105.nix
{
};
in
{
private-storage
=
pkgs
.
nixosTest
./
modules/
tests/private-storage.nix
;
tahoe
=
pkgs
.
nixosTest
./
modules/
tests/tahoe.nix
;
private-storage
=
pkgs
.
nixosTest
./tests/private-storage.nix
;
tahoe
=
pkgs
.
nixosTest
./tests/tahoe.nix
;
}
Loading