mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
7 lines
142 B
Nix
7 lines
142 B
Nix
|
args: with args;
|
||
|
|
||
|
((import ./common.nix)
|
||
|
(args //
|
||
|
{ revision = 3;
|
||
|
sha256 = "0knrpkr74s8yn4xcqxkqpgxmzdmzrvahh1n1csqc1wwd2rb4vnpr"; }))
|