322 current 2025-02-14 23:05:51 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -72,6 +72,15 @@
|
|||||||
name = "Bar";
|
name = "Bar";
|
||||||
toolbar = true;
|
toolbar = true;
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "nixos";
|
||||||
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "noogle";
|
||||||
|
url = "https://noogle.dev/";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "noogle";
|
name = "noogle";
|
||||||
url = "https://noogle.dev/";
|
url = "https://noogle.dev/";
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if git --git-dir /home/synchronous/nix-cfg/.git diff-index --quiet HEAD; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/run/current-system/sw/bin/nix flake check /home/synchronous/nix-cfg/
|
/run/current-system/sw/bin/nix flake check /home/synchronous/nix-cfg/ || { echo "Flake check failed. Exiting."; exit 1; }
|
||||||
|
|
||||||
# Autoformat your nix files
|
# Autoformat your nix files
|
||||||
alejandra . &>/dev/null \
|
alejandra . &>/dev/null \
|
||||||
|
|||||||
Reference in New Issue
Block a user