diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-10-11 21:08:05 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-10-11 21:08:05 +0200 |
commit | cb0880e23e22f285a7f8525abf4b168e7ed28568 (patch) | |
tree | 393c9306bd08c52409c34a640f6d3f2b195b86a6 /build | |
parent | dba643ec19f304ddc1b2967a5aeb767b3867293a (diff) |
trying out nixos
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # var setup RC_DIR=$HOME'/src/rc' |