mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
fixes
This commit is contained in:
parent
4c97ea2719
commit
66aad8d708
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, desktop, hostname, inputs, lib, modulesPath, outputs, pkgs, stateVersion, username, ... }:
|
||||
{ config, desktop, hostname, inputs, lib, modulesPath, outputs, pkgs, platform, stateVersion, username, ... }:
|
||||
let
|
||||
# Only enable auto upgrade if current config came from a clean tree
|
||||
# This avoids accidental auto-upgrades when working locally.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, lib, pkgs, ... }:
|
||||
{ inputs, lib, pkgs, platform, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
|
|
Loading…
Reference in a new issue