chore: format nix file
This commit is contained in:
parent
9f1f23e62b
commit
cb51cacf9a
2 changed files with 15 additions and 14 deletions
28
flake.nix
28
flake.nix
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
outputs = {self, nixpkgs, ...}:
|
||||
let
|
||||
outputs = { self, nixpkgs, ... }:
|
||||
let
|
||||
allSystems = [
|
||||
"x86_64-linux" # 64-bit Intel/AMD Linux
|
||||
"aarch64-linux" # 64-bit ARM Linux
|
||||
|
|
@ -14,15 +14,15 @@
|
|||
pkgs = import nixpkgs { inherit system; };
|
||||
});
|
||||
in
|
||||
{
|
||||
devShell = forAllSystems ({ system, pkgs }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.rustup
|
||||
pkgs.wgo
|
||||
pkgs.cargo-flamegraph
|
||||
pkgs.cargo-udeps
|
||||
];
|
||||
});
|
||||
};
|
||||
{
|
||||
devShell = forAllSystems ({ system, pkgs }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.rustup
|
||||
pkgs.wgo
|
||||
pkgs.cargo-flamegraph
|
||||
pkgs.cargo-udeps
|
||||
];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue