Skip to content

Commit

Permalink
flake: update
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Dec 23, 2023
1 parent 77db5b8 commit fb6997f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
22 changes: 4 additions & 18 deletions flake.lock

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

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
};

outputs = inputs@{ flake-parts, nixpkgs, nixpkgs-unstable, ... }:
outputs = inputs@{ flake-parts, nixpkgs, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
# Output taken from pkgs.lib.systems.flakeExposed
systems = [
Expand Down Expand Up @@ -47,7 +47,6 @@
serviceScript = project.serviceScript;
serviceScriptBin = project.serviceScriptBin;
# Docker image.
#
dockerImage = project.dockerImage;
};

Expand Down

0 comments on commit fb6997f

Please sign in to comment.