# # filename: README.NIX # # The all-you-need nix shell for (X)MedCon usage or development # on bare minimal NixOS systems without anything gnome related. # # Based on maintainers nixpkgs file, but with *all* hooks provided # to prevent crashes or warnings due to missing gnome cruft. # # 1. download associated ".nix" file # 2. run "nix-shell ./xmedcon.nix" # # So you can download, configure, compile, run or autoreconf our project. # # $> unpackPhase # $> cd $sourceRoot # $> configurePhase # $> buildPhase # # In this nix-shell you can further run the resulting programs # found in ./source or apply different built targets like `make dist`, ... # # Enjoy, # Erik #