Skip to content

Commit

Permalink
misc: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Dec 8, 2024
1 parent 60a009c commit 9c62c50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 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.

7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
inputs = {
# backports needed for arouteserver
nixpkgs.url = "github:NuschtOS/nuschtpkgs/backports-24.05";
nixpkgs.url = "github:NuschtOS/nuschtpkgs/backports-24.11";
flake-utils.url = "github:numtide/flake-utils";
};

Expand All @@ -10,12 +10,9 @@
(system:
let
pkgs = (import nixpkgs) { inherit system; };
derivation = pkgs.callPackage ./derivation.nix { };
in
{
packages = {
inherit (derivation) ddix-ixp-deploy ddix-ixp-commit;
};
packages = pkgs.callPackage ./package.nix { };
}
) // {
overlays.default = _: prev: {
Expand Down
4 changes: 2 additions & 2 deletions derivation.nix → package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ let
ansible-general = fetchFromGitHub {
owner = "ansible-collections";
repo = "community.general";
rev = "9.0.1";
hash = "sha256-3lAzegva3j1wy21d9xdWfXBXUjCVOrjYPU1jSRSg/E4=";
rev = "10.1.0";
hash = "sha256-6AE5msRvzwl2MupQmi+tcet+67sVe5nh2XUEsBbSu8U=";
};
ddix-ansible-ixp = stdenv.mkDerivation {
name = "ddix-ansible-ixp";
Expand Down

0 comments on commit 9c62c50

Please sign in to comment.