Skip to content

Commit 238182d

Browse files
committed
Update Nix flake
1 parent c6fbd19 commit 238182d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

api/shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ pkgs ? import <nixpkgs> { }, system ? builtins.currentSystem, ... }:
22
let
3-
dev = fetchTarball "https://github.com/chvp/devshell/archive/main.tar.gz";
3+
dev = fetchTarball "https://github.com/numtide/devshell/archive/main.tar.gz";
44
devshell = pkgs.devshell or (import dev { inherit system; });
55
ruby = pkgs.ruby_3_2;
66
in

flake.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
devshell = {
1212
url = "github:numtide/devshell";
1313
inputs = {
14-
systems.follows = "systems";
1514
nixpkgs.follows = "nixpkgs";
15+
flake-utils.follows = "flake-utils";
1616
};
1717
};
1818
};

0 commit comments

Comments
 (0)