maint: Add version bound to new additions
This commit is contained in:
parent
03c0dac5b3
commit
01443c7f69
3 changed files with 37 additions and 2 deletions
|
|
@ -1,7 +1,11 @@
|
|||
#![cfg(nix_at_least = "2.33")]
|
||||
|
||||
use nix_bindings_bindgen_raw as raw;
|
||||
use std::ptr::NonNull;
|
||||
|
||||
/// A Nix derivation
|
||||
///
|
||||
/// **Requires Nix 2.33 or later.**
|
||||
pub struct Derivation {
|
||||
pub(crate) inner: NonNull<raw::derivation>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue