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 = {
|
||||
default = pkgs.mkShell {
|
||||
name = "NixOS-config";
|
||||
|
|
Loading…
Reference in a new issue