flake: dev-shells: remove unused arguments
This commit is contained in:
parent
31601f58b4
commit
1ff03e35f8
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue