update inputs

This commit is contained in:
John Murray 2023-12-11 22:04:02 -05:00
parent 1b45a4b0d4
commit 5a9dfe8f8c
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
roc.url = "github:roc-lang/roc";
};
outputs = { self, nixpkgs, flake-utils, roc, roc2nix, ... }:
outputs = { self, nixpkgs, flake-utils, roc, ... }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };