Trying to add lisp libraries
This commit is contained in:
+13
-2
@@ -1,7 +1,18 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
let
|
||||
lispPackageRepo = builtins.fetchGit {
|
||||
url = "https://git.fudo.org/fudo-public/lisp-packages.git";
|
||||
};
|
||||
|
||||
in {
|
||||
nixpkgs.config.packageOverrides = pkgs: rec {
|
||||
|
||||
fudoLispPackages = import "${lispPackageRepo}" {
|
||||
unstablePkgs = import <nixos-unstable> {};
|
||||
inherit lib;
|
||||
};
|
||||
|
||||
letsencrypt-ca = import ./letsencrypt-ca.nix {
|
||||
stdenv = pkgs.stdenv;
|
||||
fetchurl = builtins.fetchurl;
|
||||
|
||||
Reference in New Issue
Block a user