mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-07 20:31:04 +03:00
f46b393d2d
Let users save their nix develop derivation in a profile by ignoring this specific folder. It encourages the following workflow: ``` nix develop Toolchain/ --profile Toolchain/nix-profiles/dev ``` Which stops the dev enviornment being collected in the nix store. Later devs can come back and do: ``` nix develop Toolchain/nix-profiles/dev ``` To continue where they left off, without having to download everything from nixpkgs again.
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
# Created by QEMU build
|
|
config-temp
|
|
config.log
|
|
# For caching the entire toolchain (useful on Travis)
|
|
Cache/
|
|
# Nix profiles can be stored here
|
|
nix-profiles/
|