Skip to content

Commit

Permalink
flake.lock: Update
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'godot':
    'github:florianvazelle/godot-overlay/2e559bf8e870b0bd14901426a9a387664003a858?narHash=sha256-IghdXPrSK2u04p/U209nq2FpdEi7O/4sS6TV39eYqdw%3D' (2025-01-15)
  → 'github:florianvazelle/godot-overlay/7316a5b41f184e674fae8b316133e3991306f8d5?narHash=sha256-9Bar6%2B4NEUuuxgPUTYiWJmW6O7ypuKZS/tDep3w9JU4%3D' (2025-01-17)
• Updated input 'godot/nixpkgs':
    'github:NixOS/nixpkgs/edf04b75c13c2ac0e54df5ec5c543e300f76f1c9?narHash=sha256-tfYRbFhMOnYaM4ippqqid3BaLOXoFNdImrfBfCp4zn0%3D' (2024-12-31)
  → follows 'nixpkgs'
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9c6b49aeac36e2ed73a8c472f1546f6d9cf1addc?narHash=sha256-i/UJ5I7HoqmFMwZEH6vAvBxOrjjOJNU739lnZnhUln8%3D' (2025-01-14)
  → 'github:NixOS/nixpkgs/e24b4c09e963677b1beea49d411cd315a024ad3a?narHash=sha256-puPDoVKxkuNmYIGMpMQiK8bEjaACcCksolsG36gdaNQ%3D' (2025-01-15)
  • Loading branch information
florianvazelle committed Jan 17, 2025
1 parent 4c0d7e8 commit 7200f8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Added
- Add nix packaging support ([#88](https://github.com/MechanicalFlower/Marble/pull/88))
### Changed
- Correctly end the race if all marble are not exploded ([#57](https://github.com/MechanicalFlower/Marble/pull/57))
### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
addons = let
sources = builtins.fromJSON (pkgs.lib.strings.fileContents ./.godot-deps.json);
in
builtins.map(u: pkgs.godotpkgs.mkPlug {
builtins.map(u: pkgs.mkPlug {
inherit (u) owner repo hash;
rev = u.commit;
}) sources.addons;
Expand Down
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.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
godot.url = "github:florianvazelle/godot-overlay/rework";
godot.inputs.nixpkgs.follows = "nixpkgs";
};

outputs = {
Expand Down

0 comments on commit 7200f8d

Please sign in to comment.