diff options
| author | jdlugosz963 <jdlugosz963@gmail.com> | 2024-09-20 14:16:56 +0200 |
|---|---|---|
| committer | jdlugosz963 <jdlugosz963@gmail.com> | 2024-09-20 14:16:56 +0200 |
| commit | 45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a (patch) | |
| tree | b564c1c43920def6641cd482a7b4dca453dbc043 /.bin/chiaki | |
| parent | 07dd8e37eb767c3dd6abf63e5e4a720cd778da15 (diff) | |
| download | dotfiles-45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a.tar.gz dotfiles-45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a.zip | |
Change dotfiles structure, and add guix-channels declaration.
Diffstat (limited to '.bin/chiaki')
| -rwxr-xr-x | .bin/chiaki | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.bin/chiaki b/.bin/chiaki deleted file mode 100755 index 5fa6547..0000000 --- a/.bin/chiaki +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | CHIAKI_SHELL=/tmp/.chiaki.nix | ||
| 4 | |||
| 5 | cat <<EOF > $CHIAKI_SHELL | ||
| 6 | let | ||
| 7 | nixgl = import (fetchTarball https://github.com/guibou/nixGL/archive/main.tar.gz) { }; | ||
| 8 | in | ||
| 9 | { nixpkgs ? import <nixpkgs> {} }: | ||
| 10 | with nixpkgs; mkShell { | ||
| 11 | buildInputs = [ | ||
| 12 | chiaki | ||
| 13 | nixgl.auto.nixGLDefault | ||
| 14 | ]; | ||
| 15 | shellHook = '' | ||
| 16 | nixGL chiaki && exit; | ||
| 17 | ''; | ||
| 18 | } | ||
| 19 | EOF | ||
| 20 | |||
| 21 | nix-shell $CHIAKI_SHELL | ||
