From 45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Fri, 20 Sep 2024 14:16:56 +0200 Subject: Change dotfiles structure, and add guix-channels declaration. --- .bin/profile-add-all | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .bin/profile-add-all (limited to '.bin/profile-add-all') diff --git a/.bin/profile-add-all b/.bin/profile-add-all deleted file mode 100755 index bca4178..0000000 --- a/.bin/profile-add-all +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles -for i in $HOME/.config/guix/manifests/*; do - echo $i - MANIFEST_NAME=$(basename $i .scm) - mkdir -p "$GUIX_EXTRA_PROFILES"/"$MANIFEST_NAME" - guix package --manifest=$i --profile="$GUIX_EXTRA_PROFILES/$MANIFEST_NAME/$MANIFEST_NAME" -done -- cgit v1.2.3