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/local-time.nix
vendored
8
third_party/lisp/local-time.nix
vendored
|
@ -1,15 +1,15 @@
|
|||
# Library for manipulating dates & times
|
||||
{ pkgs, ... }:
|
||||
{ depot, ... }:
|
||||
|
||||
let src = pkgs.third_party.fetchFromGitHub {
|
||||
let src = depot.third_party.fetchFromGitHub {
|
||||
owner = "dlowe-net";
|
||||
repo = "local-time";
|
||||
rev = "dc54f61415c76ee755a6f69d4154a3a282f2789f";
|
||||
sha256 = "1l9v07ghx7g9p2gp003fki4j8bsa1w2gbm40qc41i94mdzikc0ry";
|
||||
};
|
||||
in pkgs.nix.buildLisp.library {
|
||||
in depot.nix.buildLisp.library {
|
||||
name = "local-time";
|
||||
deps = [ pkgs.third_party.lisp.cl-fad ];
|
||||
deps = [ depot.third_party.lisp.cl-fad ];
|
||||
|
||||
srcs = [
|
||||
"${src}/src/package.lisp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue