Skip to content

Commit 095aa06

Browse files
committed
Remove unused microvm flake input
1 parent bb115de commit 095aa06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
description = "A gemini browser";
33
inputs = {
44
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
5-
microvm.url = "github:astro/microvm.nix";
6-
microvm.inputs.nixpkgs.follows = "nixpkgs";
75
};
86
outputs = { self, nixpkgs, microvm }:
97
with import nixpkgs { system = "x86_64-linux"; };

0 commit comments

Comments
 (0)