2024-07-16 20:17:07 +00:00
|
|
|
#!/bin/env fish
|
|
|
|
begin
|
|
|
|
set -l dir (status dirname)
|
|
|
|
source "$dir/../../Scripts/software.fish"
|
|
|
|
|
|
|
|
function configureSW -V dir -a scope
|
2024-07-20 02:31:09 +00:00
|
|
|
sudo nix-channel --add https://nixos.org/channels/nixpkgs-unstable
|
|
|
|
sudo nix-channel --update
|
|
|
|
end
|
|
|
|
|
2024-07-16 20:17:07 +00:00
|
|
|
runInstaller $argv
|
|
|
|
end
|