working lightlyshader
This commit is contained in:
parent
d9ab256bb3
commit
7e185fb489
4 changed files with 31 additions and 35 deletions
|
@ -259,7 +259,7 @@ fennel
|
|||
Let's create our own custom LightlyShaders package. This is in it's own file for now.
|
||||
#+NAME: lightlyshaders
|
||||
#+begin_src nix
|
||||
(libsForQt5.callPackage ../../pkgs/LightlyShaders {})
|
||||
(libsForQt5.callPackage ../../LightlyShaders {})
|
||||
#+end_src
|
||||
|
||||
|
||||
|
@ -270,7 +270,7 @@ nixpkgs.overlays = [
|
|||
|
||||
(import (builtins.fetchTarball {
|
||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||
sha256 = "09rsqmz7i7lyays59b9600z11qqr6h6lcskw1zzp54yw2csxn2ix";
|
||||
}))
|
||||
|
||||
(self: super:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue