quickshell: switch to -git again
This commit is contained in:
parent
b1490ec9a8
commit
5cb871f702
3 changed files with 31 additions and 1 deletions
|
@ -53,6 +53,14 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
quickshell = {
|
||||
# add ?ref=<tag> to track a tag
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
|
||||
# THIS IS IMPORTANT
|
||||
# Mismatched system dependencies will lead to crashes and other issues.
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# secure booting
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue