Nixpkgs/Reviewing changes: Difference between revisions
imported>Artturin mesa example |
Add comments |
||
Line 56: | Line 56: | ||
imports = let | imports = let | ||
# If you need to use it for long term then use a fetcher which takes a hash | |||
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"; | ||
Line 72: | Line 73: | ||
imports = let | imports = let | ||
# If you need to use it for long term then use a fetcher which takes a hash | |||
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"; |