depot/third_party/default.nix
Luke Granger-Brown 1006e41bfb ops/nixos/porcorosso: create
Summary:
Adds porcorosso to the depot, and also adds the supporting Nix architecture required to make this work.

This also tests that encryption is working correctly.

Reviewers: tazjin

Reviewed By: tazjin

Subscribers: tazjin

Differential Revision: https://phab.lukegb.com/D8
2020-04-30 05:49:19 +01:00

6 lines
109 B
Nix

{ ... }:
{
nixpkgs = import ./nixpkgs { config.allowUnfree = true; };
nixos = import ./nixpkgs/nixos;
}