Skip to content

Commit bcbf9f5

Browse files
committed
Reintroduce serde tag lost in 05c72d6
1 parent 00cdb55 commit bcbf9f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/nix_rs/src/env.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ impl OS {
181181

182182
/// The installer used to install Nix (applicable only for non-NixOS systems)
183183
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
184+
#[serde(tag = "type")]
184185
pub enum NixInstaller {
185186
/// The Determinate Systems installer
186187
DetSys(super::detsys_installer::DetSysNixInstaller),

0 commit comments

Comments
 (0)