Skip to content

Commit

Permalink
adding
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Mar 19, 2024
1 parent 9309b4a commit 2c008ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3590,3 +3590,6 @@
[submodule "2024/03/16/mix-to-nix"]
path = 2024/03/16/mix-to-nix
url = https://github.com/serokell/mix-to-nix
[submodule "2024/03/19/nixos-configs"]
path = 2024/03/19/nixos-configs
url = https://github.com/meta-introspector/nixos-configs
1 change: 1 addition & 0 deletions 2024/03/19/nixos-configs
Submodule nixos-configs added at 8bbb2a
4 changes: 4 additions & 0 deletions 2024/03/19/notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,7 @@ workflows and streams.

gh api user/starred --paginate > stars.txt

grep -P '(nix|guix)' ./sorte.txt | grep clone_url |cut '-d"' -f4 |cut -d. -f1-2 > urls.txt

for x in `cat urls.txt `; do grep $x /mnt/data1/nix/time/.gitmodules || echo nope $x; done

0 comments on commit 2c008ff

Please sign in to comment.