chore: Rename pkgs->depot in all Nix file headers
This commit is contained in:
parent
5d9d84f4cf
commit
4bbbb58cb5
113 changed files with 318 additions and 349 deletions
8
third_party/lisp/chunga.nix
vendored
8
third_party/lisp/chunga.nix
vendored
|
|
@ -1,15 +1,15 @@
|
|||
# Portable chunked streams for Common Lisp
|
||||
{ pkgs, ... }:
|
||||
{ depot, ... }:
|
||||
|
||||
let src = pkgs.third_party.fetchFromGitHub {
|
||||
let src = depot.third_party.fetchFromGitHub {
|
||||
owner = "edicl";
|
||||
repo = "chunga";
|
||||
rev = "16330852d01dfde4dd97dee7cd985a88ea571e7e";
|
||||
sha256 = "0jzn3nyb3f22gm983rfk99smqs3mhb9ivjmasvhq9qla5cl9pyhd";
|
||||
};
|
||||
in pkgs.nix.buildLisp.library {
|
||||
in depot.nix.buildLisp.library {
|
||||
name = "chunga";
|
||||
deps = with pkgs.third_party.lisp; [
|
||||
deps = with depot.third_party.lisp; [
|
||||
trivial-gray-streams
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue