Remove unused attribute
This commit is contained in:
parent
037aabb60f
commit
d0f660a61c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
perSystem =
|
perSystem =
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [ nixd ];
|
packages = with pkgs; [ nixd ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue