-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nix): lets try the Lix fork, the performance enhancements sound …
…quite good
- Loading branch information
1 parent
ef42d00
commit ad0dfb3
Showing
4 changed files
with
82 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,6 +105,18 @@ | |
inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks"; | ||
}; | ||
|
||
# The Lix package manager (fork of Nix) | ||
lix = { | ||
url = "git+https://[email protected]/lix-project/lix?ref=refs/tags/2.90-beta.1"; | ||
flake = false; | ||
}; | ||
lix-module = { | ||
url = "git+https://git.lix.systems/lix-project/nixos-module"; | ||
inputs.flake-utils.follows = "chaotic-nyx/flake-utils"; | ||
inputs.lix.follows = "lix"; | ||
inputs.nixpkgs.follows = "chaotic-nyx/nixpkgs"; | ||
}; | ||
|
||
# Nix gaming-related packages and modules | ||
nix-gaming = { | ||
url = "github:fufexan/nix-gaming"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters