Skip to content

Commit

Permalink
update flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-re-ka committed Dec 4, 2023
1 parent 793de24 commit 7105179
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 16 deletions.
123 changes: 109 additions & 14 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "wanda - WAN Data Aggregator";

inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
inputs.poetry2nix = {
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -12,7 +12,7 @@
{
# Nixpkgs overlay providing the application
overlay = nixpkgs.lib.composeManyExtensions [
poetry2nix.overlay
poetry2nix.overlays.default
(final: prev: {
# The application
wanda = prev.poetry2nix.mkPoetryApplication {
Expand Down

0 comments on commit 7105179

Please sign in to comment.