Compare commits

..

5 commits

Author SHA1 Message Date
b9922f793d
bash 2025-01-17 13:54:49 -06:00
587cf1f0fe
update lix again 2025-01-17 12:28:27 -06:00
75473e4dcb
add nix-info 2025-01-17 12:28:27 -06:00
93b3eea1ba
add bash completion to distrobox 2025-01-17 12:10:58 -06:00
b00ae7e672
add extraArgs to input 2025-01-17 12:10:58 -06:00
2 changed files with 10 additions and 3 deletions

View file

@ -5,8 +5,8 @@ inputs:
description: Extra nix.conf config description: Extra nix.conf config
default: | default: |
accept-flake-config = true accept-flake-config = true
build-dir = /nix/var
experimental-features = pipe-operator experimental-features = pipe-operator
build-dir = /nix/var
keep-derivations = true keep-derivations = true
keep-outputs = true keep-outputs = true
clean: clean:
@ -37,3 +37,8 @@ runs:
run: | run: |
nix profile install "nixpkgs#attic-client" nix profile install "nixpkgs#attic-client"
attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}" attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}"
- name: "Show Nix Info"
shell: bash
run: nix run "nixpkgs#nix-info" -- -m

View file

@ -47,8 +47,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
''; '';
postInstall = '' postInstall = ''
ls completions/zsh installShellCompletion \
installShellCompletion --cmd distrbox --zsh completions/zsh/_distrobox --cmd distrbox \
--zsh completions/zsh/_distrobox \
--bash completions/bash/distrbox
''; '';
meta = with lib; { meta = with lib; {