forked from foxora/nix
added microvm as input
This commit is contained in:
parent
d63d04d301
commit
3fd01411a1
1 changed files with 6 additions and 1 deletions
|
|
@ -17,11 +17,16 @@
|
||||||
url = "github:emilelcb/Cerulean";
|
url = "github:emilelcb/Cerulean";
|
||||||
inputs = {
|
inputs = {
|
||||||
systems.follows = "systems";
|
systems.follows = "systems";
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs-unstable";
|
||||||
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
microvm = {
|
||||||
|
url = "github:microvm-nix/microvm.nix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
cachyos.url = "github:xddxdd/nix-cachyos-kernel";
|
cachyos.url = "github:xddxdd/nix-cachyos-kernel";
|
||||||
|
|
||||||
nix-alien = {
|
nix-alien = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue