mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
4 lines
61 B
Nix
4 lines
61 B
Nix
let
|
|
f = builtins.toFile "test-file.nix" "asd";
|
|
in
|
|
import f
|