Skip to content

Commit

Permalink
fix: cannot find pkg error w/ bump to nixpkgs 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski authored and F1bonacc1 committed Dec 8, 2023
1 parent 146a5c1 commit bcadbef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Process Compose is like docker-compose, but for orchestrating a suite of processes, not containers.";

# Nixpkgs / NixOS version to use.
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = { self, nixpkgs, flake-utils }:
Expand Down

0 comments on commit bcadbef

Please sign in to comment.