diff options
author | polwex <polwex@sortug.com> | 2025-06-15 04:48:27 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-15 04:48:27 +0700 |
commit | 773726a27a2651152c476d4f8fefd5be30a4e786 (patch) | |
tree | c768af6eafa5252fba45dd70d1c415c4693a8119 /flake.nix | |
parent | 90a0659f43a8b0a2c2e139a90c649b09e48a8ed6 (diff) |
m
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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/*"; }; |