misconstruedⓂ️monologues https://blog.bemoe.online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
361B

  1. let
  2. stuff = import ./mura.nix;
  3. in
  4. stuff.mura.env.overrideAttrs (drv: {
  5. buildInputs = drv.buildInputs ++ [
  6. stuff.pkgs.cabal2nix
  7. stuff.pkgs.vim
  8. stuff.pkgs.elinks
  9. stuff.pkgs.rsync
  10. stuff.pkgs.nix
  11. stuff.pkgs.cabal2nix
  12. stuff.pkgs.imagemagick
  13. stuff.pkgs.inconsolata
  14. stuff.pkgs.git
  15. ];
  16. })