🚨 statix/deadnix fixes
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, nixos-hardware, ... }:
|
||||
{ pkgs, nixos-hardware, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{ lib, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
@ -27,8 +27,8 @@
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
haskellPackages = pkgs.haskellPackages.override {
|
||||
overrides = self: super: {
|
||||
niv = pkgs.haskell.lib.overrideCabal super.niv (drv: {
|
||||
overrides = _self: super: {
|
||||
niv = pkgs.haskell.lib.overrideCabal super.niv (_drv: {
|
||||
enableSeparateBinOutput = false;
|
||||
});
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
_:
|
||||
|
||||
{
|
||||
homebrew = {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, dotfiles, ... }:
|
||||
{ config, pkgs, dotfiles, ... }:
|
||||
{
|
||||
imports = [
|
||||
./homebrew.nix
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
_:
|
||||
|
||||
{
|
||||
homebrew = {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, home-manager, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{ config, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
Reference in New Issue
Block a user