Skip to content

Instantly share code, notes, and snippets.

View theotherjimmy's full-sized avatar

Jimmy Brisson theotherjimmy

View GitHub Profile
@theotherjimmy
theotherjimmy / package.nix
Created May 26, 2020 20:34
WIP neovide packaging for Nixos
{ rustPlatform
, fetchurl
, defaultCrateOverrides
, callPackage
, lib
, cmake
, pkgconfig
, cargo
, rustc
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w="
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-
Copyright 2012, 2013, 2014 Colin Woodbury <colingw@gmail.com>
This file is part of Aura.
Aura is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by