forked from the-distro/channel-scripts
git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@30545 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
This commit is contained in:
parent
50a70cd428
commit
b847c5d809
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
# job.
|
||||
|
||||
use strict;
|
||||
use NixManifest;
|
||||
use GeneratePatches;
|
||||
use Nix::Manifest;
|
||||
use Nix::GeneratePatches;
|
||||
use File::Basename;
|
||||
use File::stat;
|
||||
use File::Temp qw/tempfile tempdir/;
|
||||
|
|
Loading…
Reference in a new issue