Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nixpkgs #257

Merged
merged 3 commits into from
Aug 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- uses: dprint/check@v2.2
with:
# Keep same version as used in *.nix
dprint-version: '0.39.1'
dprint-version: '0.40.0'

typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Keep same version as used in *.nix
- uses: crate-ci/typos@v1.16.1
- uses: crate-ci/typos@v1.16.2
with:
# https://github.com/crate-ci/typos/issues/779#issuecomment-1635761199
files: |
Expand Down
3 changes: 1 addition & 2 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"printWidth": 120,
"singleQuote": true
},
"includes": ["**/*.{json,md,yml,toml}"],
"excludes": [
".git",
"**/*-lock.json"
Expand All @@ -18,6 +17,6 @@
"https://plugins.dprint.dev/json-0.17.4.wasm",
"https://plugins.dprint.dev/markdown-0.15.3.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm",
"https://plugins.dprint.dev/prettier-0.26.6.json@0118376786f37496e41bb19dbcfd1e7214e2dc859a55035c5e54d1107b4c9c57"
"https://plugins.dprint.dev/prettier-0.27.0.json@3557a62b4507c55a47d8cde0683195b14d13c41dda66d0f0b0e111aed107e2fe"
]
}
15 changes: 10 additions & 5 deletions flake.lock

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

4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# - https://discourse.nixos.org/t/differences-between-nix-channels/13998
# How to update the revision
# - `nix flake update --commit-lock-file` # https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-update.html
# TODO: Refer a popular channel in another issues
# nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "https://releases.nixos.org/nixpkgs/nixpkgs-23.11pre509044.3acb5c4264c4/nixexprs.tar.xz";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
9 changes: 4 additions & 5 deletions home/.stack/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
# See https://docs.haskellstack.org/en/stable/yaml_configuration/#templates
templates:
params:
author-name: Kenichi Kamiya
author-email: kachick1@gmail.com
copyright: 'Copyright (c) 2023 Kenichi Kamiya'
github-username: kachick

author-name: Kenichi Kamiya
author-email: kachick1@gmail.com
copyright: 'Copyright (c) 2023 Kenichi Kamiya'
github-username: kachick
# The following parameter specifies stack's output styles; STYLES is a
# colon-delimited sequence of key=value, where 'key' is a style name and
# 'value' is a semicolon-delimited list of 'ANSI' SGR (Select Graphic
Expand Down