fix(flake.nix): Fix accidental top-level devshell definition
This commit is contained in:
parent
6d09746bb1
commit
56680d5389
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@
|
|||
nixpkgs-fmt
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
minecraft = nixpkgs.legacyPackages.${system}.mkShell { packages = [ pkgs.packwiz ]; };
|
||||
minecraft = nixpkgs.legacyPackages.${system}.mkShell { packages = [ pkgs.packwiz ]; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue