Skip to content

Commit 07ace1c

Browse files
committed
chore(lock): update lock file
1 parent 378b0f0 commit 07ace1c

File tree

2 files changed

+23
-31
lines changed

2 files changed

+23
-31
lines changed

flake.lock

Lines changed: 14 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
4-
flake-parts.url = "github:hercules-ci/flake-parts";
3+
nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
4+
nixpkgs-lib.follows = "nixpkgs";
5+
flake-parts = {
6+
url = "github:hercules-ci/flake-parts";
7+
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
8+
};
59
};
10+
611
outputs =
712
{ flake-parts, ... }@inputs:
813
flake-parts.lib.mkFlake { inherit inputs; } {
914
systems = [
1015
"x86_64-linux"
11-
"x86_64-darwin"
1216
"aarch64-linux"
1317
"aarch64-darwin"
1418
];
19+
1520
perSystem =
1621
{ pkgs, ... }:
1722
{
1823
devShells.default = pkgs.mkShellNoCC {
19-
name = "ddg";
24+
name = "ddg-dev";
2025
packages = [
2126
pkgs.ltex-ls-plus
2227
pkgs.markdown-oxide

0 commit comments

Comments
 (0)