Attempt to package gamscope
This commit is contained in:
11
pkgs/gamescope/flake.nix
Normal file
11
pkgs/gamescope/flake.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = {self, nixpkgs}:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages;
|
||||
in
|
||||
pkgs.callPackage ./. {};
|
||||
}
|
||||
Reference in New Issue
Block a user