Whoops
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
outputs = { self, nixpkgs, flake-utils, poetry2nix }:
|
outputs = { self, nixpkgs, flake-utils, poetry2nix }:
|
||||||
flake-utils.lib.eachDefaultSystem (system:
|
flake-utils.lib.eachDefaultSystem (system:
|
||||||
let
|
let
|
||||||
inherit (poetry2nix.legacyPackages.${system}) mkPoetryApplication mkPoetryEnv mkPoetryPackages;
|
inherit (poetry2nix.legacyPackages.${system}) mkPoetryApplication mkPoetryEnv mkPoetryPackages defaultPoetryOverrides;
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in rec {
|
in rec {
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ DOC
|
|||||||
packages = {
|
packages = {
|
||||||
handyhelper = mkPoetryApplication {
|
handyhelper = mkPoetryApplication {
|
||||||
projectDir = self;
|
projectDir = self;
|
||||||
overrides = poetry2nix.defaultPoetryOverrides.extent
|
overrides = defaultPoetryOverrides.extend
|
||||||
(self: super: {
|
(self: super: {
|
||||||
nextcord = super.nextcord.overridePythonAttrs
|
nextcord = super.nextcord.overridePythonAttrs
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user