configuration.nix now has access to inputs from flaek

This commit is contained in:
2024-09-23 10:11:44 +00:00
parent a1b0d96f14
commit c256a2aa8a
2 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# NixOS-WSL specific options are documented on the NixOS-WSL repository:
# https://github.com/nix-community/NixOS-WSL
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
imports = [