Remove dead code

This commit is contained in:
github-actions[bot] 2022-09-25 23:50:13 +00:00
parent 30817f7954
commit b93356b0b2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
boot.tmpOnTmpfs = true;

View File

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ pkgs, config, ... }:
let
documentation-package = pkgs.callPackage ../../pkgs/documentation.nix { };
in {

View File

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ ... }:
let
headers = ''
# Permissions Policy - gps only

View File

@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }:
{ pkgs, config, ... }:
let reciever_conf = { frequency = 153850000; offset = 25000; device = ""; RF = 14; IF = 32; BB = 42; }; # chemnitz
in {
dump-dvb = {