started flakes
This commit is contained in:
@@ -18,10 +18,15 @@ in
|
||||
./portainer.nix
|
||||
./watchtower.nix
|
||||
];
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(pkgs.writeShellScriptBin "nrbs" "sudo nixos-rebuild switch")
|
||||
(pkgs.writeShellScriptBin "nrbsu" "sudo nix-channel --update && sudo nixos-rebuild switch")
|
||||
(pkgs.writeShellScriptBin "ads" ''
|
||||
cd ${adPath}
|
||||
nix develop
|
||||
'')
|
||||
(pkgs.writeShellScriptBin "ad-clone" ''
|
||||
if [ ! -d ${adPath} ]; then
|
||||
sudo git clone -b ${adBranch} ${adRepo} ${adPath}
|
||||
@@ -30,7 +35,7 @@ in
|
||||
echo "${adPath} already exists"
|
||||
fi
|
||||
'')
|
||||
unstable.uv
|
||||
# unstable.uv
|
||||
bash
|
||||
git
|
||||
eza
|
||||
|
||||
Reference in New Issue
Block a user