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/nixery/default.nix
vendored
4
third_party/nixery/default.nix
vendored
|
|
@ -2,14 +2,14 @@
|
|||
# outside of this repository ...
|
||||
{ pkgs, ... }:
|
||||
|
||||
let src = pkgs.third_party.fetchFromGitHub {
|
||||
let src = pkgs.fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "nixery";
|
||||
rev = "4f6ce83f9296545d6c74321b37d18545764c8827";
|
||||
sha256 = "19aiak1pss6vwm0fwn02827l5ir78fkqglfbdl2gchsyv3gps8bg";
|
||||
};
|
||||
in import src {
|
||||
pkgs = pkgs.third_party;
|
||||
inherit pkgs;
|
||||
preLaunch = ''
|
||||
export USER=root
|
||||
cachix use tazjin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue