更新代码继续测试
This commit is contained in:
parent
2085a61dc6
commit
06439a7137
2
.continueignore
Normal file
2
.continueignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.direnv
|
||||||
|
.vscode
|
1
.vscodeignore
Normal file
1
.vscodeignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
.direnv
|
@ -5,10 +5,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ nixpkgs, ... }@inputs:
|
inputs:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import inputs.nixpkgs { inherit system; };
|
||||||
treefmtEval = inputs.treefmt-nix.lib.evalModule pkgs ./treefmt.nix;
|
treefmtEval = inputs.treefmt-nix.lib.evalModule pkgs ./treefmt.nix;
|
||||||
packages-inode = with pkgs; [
|
packages-inode = with pkgs; [
|
||||||
libgcc
|
libgcc
|
||||||
|
Loading…
Reference in New Issue
Block a user