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:
parent
e18c3d4670
commit
f29a220b70
2 changed files with 6 additions and 1 deletions
|
@ -25,6 +25,8 @@ writeSimpleFlake() {
|
|||
parent = builtins.dirOf ./.;
|
||||
|
||||
baseName = builtins.baseNameOf ./.;
|
||||
|
||||
root = ./.;
|
||||
};
|
||||
}
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue