1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

Test that the root of a tree produces /nix/store/<hash1>-<hash2>-source

This commit is contained in:
Eelco Dolstra 2024-04-30 16:46:36 +02:00
parent e18c3d4670
commit f29a220b70
2 changed files with 6 additions and 1 deletions

View file

@ -25,6 +25,8 @@ writeSimpleFlake() {
parent = builtins.dirOf ./.;
baseName = builtins.baseNameOf ./.;
root = ./.;
};
}
EOF