parent
92398d5cbf
commit
5ad37a0439
7 changed files with 121 additions and 129 deletions
11
flake.nix
11
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue