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
|
||||
cl-sasl-path = lib.fetchgit {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ pkgs, lib, unstable-pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
rec {
|
||||
|
|
Loading…
Reference in New Issue