Skip to content

Commit 7105179

Browse files
committed
update flake inputs
1 parent 793de24 commit 7105179

File tree

2 files changed

+111
-16
lines changed

2 files changed

+111
-16
lines changed

flake.lock

+109-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "wanda - WAN Data Aggregator";
33

44
inputs.flake-utils.url = "github:numtide/flake-utils";
5-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
5+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
66
inputs.poetry2nix = {
77
url = "github:nix-community/poetry2nix";
88
inputs.nixpkgs.follows = "nixpkgs";
@@ -12,7 +12,7 @@
1212
{
1313
# Nixpkgs overlay providing the application
1414
overlay = nixpkgs.lib.composeManyExtensions [
15-
poetry2nix.overlay
15+
poetry2nix.overlays.default
1616
(final: prev: {
1717
# The application
1818
wanda = prev.poetry2nix.mkPoetryApplication {

0 commit comments

Comments
 (0)