flake: dev-shells: remove unused arguments

This commit is contained in:
Bruno BELANYI 2023-03-22 10:44:20 +00:00
parent 31601f58b4
commit 1ff03e35f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ inputs, ... }: { ... }:
{ {
perSystem = { self', config, pkgs, ... }: { perSystem = { config, pkgs, ... }: {
devShells = { devShells = {
default = pkgs.mkShell { default = pkgs.mkShell {
name = "NixOS-config"; name = "NixOS-config";