Skip to content

Commit

Permalink
Bump nixpkgs version
Browse files Browse the repository at this point in the history
  • Loading branch information
geffk2 committed Apr 15, 2024
1 parent db2edb3 commit 82d3b3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/d1c3a8112f9d5d4840e0669727222e5fd9243451";
nixpkgs.url = "github:NixOS/nixpkgs/2436aaf8fad634ee66a6280fb82a19c1771c173f";
miso = {
url = "github:dmjio/miso/49edf0677253bbcdd473422b5dd5b4beffd83910";
url = "github:dmjio/miso/8277ac79941825abaf50b917e074e3df7ef6d213";
flake = false;
};
flake-compat = {
Expand All @@ -22,7 +22,7 @@

rzk = "rzk";
rzk-js = "rzk-js";
ghcVersion = "ghc962";
ghcVersion = "ghc963";
rzk-src = (inputs.nix-filter {
root = ./${rzk};
include = [ "app" "src" "test" "package.yaml" ];
Expand Down

0 comments on commit 82d3b3f

Please sign in to comment.