forked from extern/nix-config
flake.nix: Add sakaya to inputs
This makes it possible to run wine applications inside systemd-nspawn containers with minimal to no overhead.
This commit is contained in:
parent
cfd638b04e
commit
2b56eb75db
@ -14,6 +14,11 @@
|
|||||||
home-manager.follows = "home-manager";
|
home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sakaya = {
|
||||||
|
url = "github:donovanglover/sakaya";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... } @ attrs: {
|
outputs = { self, nixpkgs, ... } @ attrs: {
|
||||||
|
Loading…
Reference in New Issue
Block a user