mirror of
https://github.com/izzy2lost/nix.git
synced 2026-03-10 12:35:57 -07:00
5 lines
61 B
Nix
5 lines
61 B
Nix
let
|
|
f = builtins.toFile "test-file.nix" "asd";
|
|
in
|
|
import f
|