Luke Granger-Brown
1006e41bfb
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
6 lines
109 B
Nix
6 lines
109 B
Nix
{ ... }:
|
|
|
|
{
|
|
nixpkgs = import ./nixpkgs { config.allowUnfree = true; };
|
|
nixos = import ./nixpkgs/nixos;
|
|
}
|