refactor(flake): inherit inputs

This commit is contained in:
Oliver Davies 2023-08-05 01:21:31 +01:00
parent b68ad75ce3
commit aa63de628e
4 changed files with 9 additions and 20 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, pkgs-unstable, ... }:
{ inputs, pkgs, ... }:
{
imports = [