Take unstable pkgs as an arg
This commit is contained in:
parent
9a2f9c2223
commit
66d892cf79
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, lib, fudoLispPackages, ... }
|
{ pkgs, lib, ... }
|
||||||
|
|
||||||
let
|
let
|
||||||
cl-sasl-path = lib.fetchgit {
|
cl-sasl-path = lib.fetchgit {
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
{ pkgs, lib, cl-sasl, ... }:
|
{ pkgs, lib, cl-sasl, unstablePkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
unstablePkgs = import <nixos-unstable> {};
|
|
||||||
|
|
||||||
cl-xmpp-path = lib.fetchgit {
|
cl-xmpp-path = lib.fetchgit {
|
||||||
url = "https://github.com/j4yk/cl-xmpp.git";
|
url = "https://github.com/j4yk/cl-xmpp.git";
|
||||||
rev = "a0f206e583c72d80523bdf108e7d507597555c6d";
|
rev = "a0f206e583c72d80523bdf108e7d507597555c6d";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, ... }:
|
{ pkgs, lib, unstable-pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
rec {
|
rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user