Use nix flakes for lutris
This commit is contained in:
parent
ae5c72d98c
commit
ecc7d96d3f
2 changed files with 42 additions and 0 deletions
17
flake.nix
Normal file
17
flake.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
description = "dotfiles";
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
pkgs = import nixpkgs
|
||||
{
|
||||
system = "x86_64-linux";
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
packages.x86_64-linux.lutris = pkgs.lutris;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue