We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b9e84 commit 561cebbCopy full SHA for 561cebb
flake-template/flake.nix
@@ -1,8 +1,15 @@
1
{
2
description = "NixOS in MicroVMs";
3
4
- inputs.microvm.url = "github:astro/microvm.nix";
5
- inputs.microvm.inputs.nixpkgs.follows = "nixpkgs";
+ nixConfig = {
+ extra-substituters = [ "https://microvm.cachix.org" ];
6
+ extra-trusted-public-keys = [ "microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys=" ];
7
+ };
8
+
9
+ inputs.microvm = {
10
+ url = "github:astro/microvm.nix";
11
+ inputs.nixpkgs.follows = "nixpkgs";
12
13
14
outputs = { self, nixpkgs, microvm }:
15
let
0 commit comments