Finalize lithium flakes test
This commit is contained in:
parent
dea7fcbf96
commit
79d460d08f
6 changed files with 63 additions and 12 deletions
|
@ -3,7 +3,10 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||
nixvim.url = "github:nix-community/nixvim/nixos-25.05";
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -19,7 +22,7 @@
|
|||
nixpkgs.lib.nameValuePair host (
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit nixpkgs;
|
||||
nixpkgs-flake = nixpkgs;
|
||||
inherit nixvim;
|
||||
};
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue