Clean up flake.nix
This commit is contained in:
parent
2bf9e68e20
commit
d6208783c6
1 changed files with 0 additions and 25 deletions
25
flake.nix
25
flake.nix
|
@ -203,32 +203,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
perSystem = { self', pkgs, system, lib, ... }:
|
perSystem = { self', pkgs, system, lib, ... }:
|
||||||
# let
|
|
||||||
# pkgs = import nixpkgs {
|
|
||||||
# inherit system;
|
|
||||||
# overlays = [
|
|
||||||
# self.overlays.default
|
|
||||||
# ha-now-playing.overlays.${system}
|
|
||||||
# pamedia.overlays.${system}
|
|
||||||
# ];
|
|
||||||
# config = {
|
|
||||||
# allowUnsupportedSystem = true;
|
|
||||||
# allowUnfree = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# # pkgs = nixpkgs.legacyPackages.${system};
|
|
||||||
# in
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
packages = {
|
|
||||||
rofi-wayland = pkgs.rofi-wayland;
|
|
||||||
nix-plugins = pkgs.nix-plugins;
|
|
||||||
backscrub = pkgs.backscrub;
|
|
||||||
bl3auto = pkgs.bl3auto;
|
|
||||||
obs-backgroundremoval = pkgs.obs-backgroundremoval;
|
|
||||||
};
|
|
||||||
|
|
||||||
checks = {
|
checks = {
|
||||||
pre-commit-check = pre-commit-hooks.lib.${system}.run {
|
pre-commit-check = pre-commit-hooks.lib.${system}.run {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
Loading…
Reference in a new issue