Nixpkgs/Reviewing changes: Difference between revisions
imported>Artturin add msize |
imported>Artturin m add local |
||
| Line 37: | Line 37: | ||
pkgsReview = builtins.fetchTarball { | pkgsReview = builtins.fetchTarball { | ||
url = "https://github.com/USERNAME/nixpkgs/archive/BRANCHNAME.tar.gz"; | url = "https://github.com/USERNAME/nixpkgs/archive/BRANCHNAME.tar.gz"; | ||
#pkgsReview = ../nixpkgs; | |||
}; | }; | ||
in [ | in [ | ||
| Line 52: | Line 53: | ||
pkgsReview = builtins.fetchTarball { | pkgsReview = builtins.fetchTarball { | ||
url = "https://github.com/Artturin/nixpkgs/archive/add-swap-options.tar.gz"; | url = "https://github.com/Artturin/nixpkgs/archive/add-swap-options.tar.gz"; | ||
#pkgsReview = ../nixpkgs | |||
}; | }; | ||
in [ | in [ | ||
| Line 63: | Line 65: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Flakes === | === Flakes === | ||