nix fmt
This commit is contained in:
parent
200063fcb1
commit
7a6510a4e6
196 changed files with 3111 additions and 1771 deletions
components/nixos
|
@ -1,5 +1,10 @@
|
|||
# MIT Jörg Thalheim - https://github.com/Mic92/dotfiles/blob/c6cad4e57016945c4816c8ec6f0a94daaa0c3203/nixos/modules/upgrade-diff.nix
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
options.components.nixos.update-diff.enable = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue