diff options
| author | vkcku <[email protected]> | 2026-06-01 08:21:20 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 08:21:20 +0530 |
| commit | b911adccfdf598d7130ca017e677f5b58f476299 (patch) | |
| tree | e6f3d56e088ef1e7b2b48fa06729d3698ffb9f9e /root/nix/systems.nix | |
| parent | root: initial commit (diff) | |
root: setup nix
monorepo-revid: f83eede55beb9a636ce34eead83d4d5fce288b51
Diffstat (limited to 'root/nix/systems.nix')
| -rw-r--r-- | root/nix/systems.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/nix/systems.nix b/root/nix/systems.nix new file mode 100644 index 0000000..ce708c6 --- /dev/null +++ b/root/nix/systems.nix @@ -0,0 +1,3 @@ +{ + systems = [ "x86_64-linux" ]; +} |
