mirror of
https://github.com/fjvallarino/monomer.git
synced 2024-11-14 16:34:16 +03:00
3a9971d923
* nix/flake: add support for x86_64-linux * nix/flake: cleanup * nix/flake: add qemu VM * qemu: fix hostname * qemu: cleanup * nix: add default.nix (for non flakes users) * qemu vm: enable X11 windowing system
4 lines
131 B
Nix
4 lines
131 B
Nix
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
|
src = builtins.fetchGit ./.;
|
|
}).shellNix
|