Take unstable pkgs as an arg

This commit is contained in:
Niten 2020-11-23 14:18:20 -08:00
parent 9a2f9c2223
commit 66d892cf79
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, lib, fudoLispPackages, ... }
{ pkgs, lib, ... }
let
cl-sasl-path = lib.fetchgit {

View File

@ -1,8 +1,6 @@
{ pkgs, lib, cl-sasl, ... }:
{ pkgs, lib, cl-sasl, unstablePkgs, ... }:
let
unstablePkgs = import <nixos-unstable> {};
cl-xmpp-path = lib.fetchgit {
url = "https://github.com/j4yk/cl-xmpp.git";
rev = "a0f206e583c72d80523bdf108e7d507597555c6d";

View File

@ -1,4 +1,4 @@
{ lib, ... }:
{ pkgs, lib, unstable-pkgs, ... }:
with lib;
rec {