Skip to content

Commit

Permalink
Merge pull request #257 from kachick/update-nixpkgs
Browse files Browse the repository at this point in the history
Update nixpkgs
  • Loading branch information
kachick authored Aug 6, 2023
2 parents 6d5cdba + 9ec996a commit 26b2101
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
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/[email protected]
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/[email protected].1
- uses: crate-ci/[email protected].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: [email protected]
copyright: 'Copyright (c) 2023 Kenichi Kamiya'
github-username: kachick

author-name: Kenichi Kamiya
author-email: [email protected]
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

0 comments on commit 26b2101

Please sign in to comment.