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
4
third_party/ormolu/default.nix
vendored
4
third_party/ormolu/default.nix
vendored
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
import (pkgs.third_party.fetchFromGitHub {
|
||||
import (pkgs.fetchFromGitHub {
|
||||
owner = "tweag";
|
||||
repo = "ormolu";
|
||||
rev = "a7076c0f83e5c06ea9067b71171859fa2ba8afd9";
|
||||
sha256 = "1p4n2ja4ciw3qfskn65ggpy37mvgf2sslxqmqn8s8jjarnqcyfny";
|
||||
}) { pkgs = pkgs.third_party; }
|
||||
}) { inherit pkgs; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue