1
1

Add inputs to flake, remove unnecessary boilerplate

This commit is contained in:
2023-09-21 11:58:40 -04:00
parent 744dcd462f
commit 1324b96475
2 changed files with 2 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, ... }:
{ inputs, config, pkgs, lib, ... }:
{
imports =