summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-15 04:48:27 +0700
committerpolwex <polwex@sortug.com>2025-06-15 04:48:27 +0700
commit773726a27a2651152c476d4f8fefd5be30a4e786 (patch)
treec768af6eafa5252fba45dd70d1c415c4693a8119 /flake.nix
parent90a0659f43a8b0a2c2e139a90c649b09e48a8ed6 (diff)
m
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 07142b4..e0a9af7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -109,6 +109,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ # quickshell = {
+ # # remove ?ref=v0.1.0 to track the master branch
+ # url = "git+https://git.outfoxxed.me/outfoxxed/quickshell?ref=v0.1.0";
+
+ # # THIS IS IMPORTANT
+ # # Mismatched system dependencies will lead to crashes and other issues.
+ # inputs.nixpkgs.follows = "nixpkgs";
+ # };
# determinate systems patched nix. supposedly for enterprise
# determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
};