Migrate to use nix flakes
This commit is contained in:
parent
ef48c15e58
commit
54864dbac2
5 changed files with 50 additions and 7 deletions
|
|
@ -1,9 +1,12 @@
|
|||
{ pkgs ? import <nixpkgs> { }, lib ? pkgs.stdenv.lib }:
|
||||
{ pkgs ? import <nixpkgs> { }, }:
|
||||
|
||||
pkgs.mkShell rec {
|
||||
let
|
||||
lib = pkgs.lib;
|
||||
in pkgs.mkShell rec {
|
||||
name = "quil-env";
|
||||
buildInputs = with pkgs; [
|
||||
xorg_sys_opengl
|
||||
clojure
|
||||
];
|
||||
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue