mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
switch to releasd lix
This commit is contained in:
parent
3499471751
commit
9624d9a4f3
1 changed files with 11 additions and 6 deletions
17
flake.nix
17
flake.nix
|
@ -12,14 +12,19 @@
|
||||||
nixos-wsl.url = "github:nix-community/NixOS-WSL";
|
nixos-wsl.url = "github:nix-community/NixOS-WSL";
|
||||||
nix-index-database.url = "github:nix-community/nix-index-database";
|
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||||
|
|
||||||
lix = {
|
# lix = {
|
||||||
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
# url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
|
||||||
flake = false;
|
# flake = false;
|
||||||
};
|
# };
|
||||||
|
# lix-module = {
|
||||||
|
# url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
|
||||||
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
# inputs.lix.follows = "lix";
|
||||||
|
# };
|
||||||
|
|
||||||
lix-module = {
|
lix-module = {
|
||||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
|
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.lix.follows = "lix";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/ghostty-org/ghostty/issues/2025
|
# https://github.com/ghostty-org/ghostty/issues/2025
|
||||||
|
|
Loading…
Reference in a new issue