diff options
Diffstat (limited to 'tvix/derivation/src/write.rs')
-rw-r--r-- | tvix/derivation/src/write.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/derivation/src/write.rs b/tvix/derivation/src/write.rs index 0ad1eb71e4da..3fd8db792d10 100644 --- a/tvix/derivation/src/write.rs +++ b/tvix/derivation/src/write.rs @@ -13,7 +13,6 @@ pub const QUOTE: char = '"'; pub const COLON: &str = ":"; pub const TEXT_COLON: &str = "text:"; pub const SHA256_COLON: &str = "sha256:"; -pub const STORE_PATH_COLON: &str = "/nix/store:"; pub const DOT_FILE_EXT: &str = ".drv"; fn write_array_elements( |