Skip to content

Commit 64a4fb4

Browse files
authored
chore: use dependabot to update our nix flake (#1500)
2 parents 136bd77 + c42da39 commit 64a4fb4

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
- package-ecosystem: "nix"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"

flake.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
# https://wiki.nixos.org/wiki/Flakes#Setup
33
{
44
description = "Synthesis' Web-Based Robotics Simulator";
5-
5+
66
nixConfig = {
77
commit-lock-file-summary = "chore: update flake.lock";
88
};
99

10-
inputs= {
10+
inputs = {
1111
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
1212
systems.url = "github:nix-systems/triplet";
1313
};
1414

1515
outputs =
16-
{ self, nixpkgs, systems }:
16+
{
17+
self,
18+
nixpkgs,
19+
systems,
20+
}:
1721
let
1822
inherit (nixpkgs) lib;
1923

0 commit comments

Comments
 (0)