refactor: use non-flake inputs instead of fetchers

This commit is contained in:
matt1432 2023-12-31 15:44:53 -05:00
parent 68beb6118f
commit 9f2b537bf7
27 changed files with 470 additions and 272 deletions
devices/binto/modules

View file

@ -2,13 +2,13 @@
pkgs,
config,
lib,
gpu-screen-recorder-src,
...
}: let
gsr = pkgs.gpu-screen-recorder.overrideAttrs (o: {
src = pkgs.fetchurl {
url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.r445.84f9a04.tar.gz";
hash = "sha256-YKGLv7QFBxTZDW9HKS6tEeP1pX91idtuy0oUr4mbjjU=";
};
version = gpu-screen-recorder-src.rev;
src = gpu-screen-recorder-src;
postPatch = "";

View file

@ -3,9 +3,7 @@
pkgs,
...
}: {
imports = [
nix-gaming.nixosModules.steamCompat
];
imports = [nix-gaming.nixosModules.steamCompat];
programs = {
steam = {