Skip to content

Commit

Permalink
Flake Directory Content
Browse files Browse the repository at this point in the history
Signed-off-by: CappaX <[email protected]>
  • Loading branch information
byt3n33dl3 authored Sep 2, 2024
1 parent f1f58f8 commit e1ee132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
outputs = { self, nixpkgs, flake-utils, flake-pkgs, poetry2nix }:
{
# Nixpkgs overlay providing the application
overlay = nixpkgs.lib.composeManyExtensions [
overlay = nixpkgs.src.composeManyExtensions [
poetry2nix.overlay
(final: prev: {
# The application
Expand All @@ -17,7 +17,7 @@
};
})
];
} // (flake-utils.lib.eachDefaultSystem (system:
} // (flake-utils.src.eachDefaultSystem (system:
let
pkgs = import nixpkgs {
inherit system;
Expand Down

0 comments on commit e1ee132

Please sign in to comment.