monomer/shell.nix
Providence Salumu 3a9971d923
add support for Nix build with Flakes (#13)
* 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
2021-08-22 01:09:56 -03:00

4 lines
131 B
Nix

(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
}).shellNix