Skip to content

Commit

Permalink
Refactor some nixpkgs_problem imports
Browse files Browse the repository at this point in the history
  • Loading branch information
willbush committed Mar 24, 2024
1 parent b0d270e commit 81e45fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions src/eval.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
use crate::nix_file::CallPackageArgumentInfo;
use crate::nixpkgs_problem::ByNameError;
use crate::nixpkgs_problem::ByNameErrorKind;
use crate::nixpkgs_problem::ByNameOverrideError;
use crate::nixpkgs_problem::ByNameOverrideErrorKind;
use crate::nixpkgs_problem::NixpkgsProblem;
use crate::nixpkgs_problem::{
ByNameError, ByNameErrorKind, ByNameOverrideError, ByNameOverrideErrorKind, NixpkgsProblem,
};
use crate::ratchet;
use crate::ratchet::RatchetState::Loose;
use crate::ratchet::RatchetState::Tight;
Expand Down
8 changes: 3 additions & 5 deletions src/structure.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use crate::nixpkgs_problem::NixpkgsProblem;
use crate::nixpkgs_problem::PackageError;
use crate::nixpkgs_problem::PackageErrorKind;
use crate::nixpkgs_problem::ShardError;
use crate::nixpkgs_problem::ShardErrorKind;
use crate::nixpkgs_problem::{
NixpkgsProblem, PackageError, PackageErrorKind, ShardError, ShardErrorKind,
};
use crate::references;
use crate::utils;
use crate::utils::{BASE_SUBPATH, PACKAGE_NIX_FILENAME};
Expand Down

0 comments on commit 81e45fa

Please sign in to comment.