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 bb115de commit 095aa06Copy full SHA for 095aa06
flake.nix
@@ -2,8 +2,6 @@
2
description = "A gemini browser";
3
inputs = {
4
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
5
- microvm.url = "github:astro/microvm.nix";
6
- microvm.inputs.nixpkgs.follows = "nixpkgs";
7
};
8
outputs = { self, nixpkgs, microvm }:
9
with import nixpkgs { system = "x86_64-linux"; };
0 commit comments