Skip to content

Commit

Permalink
chore: Add comment to test build
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 25, 2024
1 parent 705c881 commit a16af59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/omnix-hack/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ use omnix_health::{check::caches::CachixCache, traits::Checkable, NixHealth};

use crate::config::HackConfig;

/// A project that an be hacked on locally.
pub struct Project {
/// The directory of the project.
pub dir: PathBuf,
/// [FlakeUrl] corresponding to the project.
pub flake: FlakeUrl,
/// The hack configuration
pub cfg: HackConfig,
}

Expand Down

0 comments on commit a16af59

Please sign in to comment.