feat: nix -> lix

This commit is contained in:
matt1432 2024-07-23 21:40:13 -04:00
parent 92398d5cbf
commit 5ad37a0439
7 changed files with 121 additions and 129 deletions

View file

@ -158,6 +158,11 @@
repo = "libratbag";
type = "github";
};
lix-module = {
inputs.nixpkgs.follows = "nixpkgs";
type = "git";
url = "https://git.lix.systems/lix-project/nixos-module";
};
minix = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";
@ -206,12 +211,6 @@
repo = "nh";
type = "github";
};
nix-eval-jobs = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "nix-community";
repo = "nix-eval-jobs";
type = "github";
};
nix-fast-build = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "Mic92";