1
0
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:
Donovan Glover 2023-08-08 14:08:41 -04:00
parent cfd638b04e
commit 2b56eb75db
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -14,6 +14,11 @@
home-manager.follows = "home-manager";
};
};
sakaya = {
url = "github:donovanglover/sakaya";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... } @ attrs: {