DEVELOPMENT ENVIRONMENT

~liljamo/entamin

e3e66074d013036e474749a5276702fb43996145 — Jonni Liljamo 17 hours ago 2afe175 master
chore: clean flake.nix a bit
1 files changed, 1 insertions(+), 4 deletions(-)

M flake.nix
M flake.nix => flake.nix +1 -4
@@ 35,9 35,7 @@
        ...
      }: let
        toolchain = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
        libs = with pkgs; [
          #libxkbcommon
        ];
        libs = [];
      in {
        _module.args.pkgs = import inputs.nixpkgs {
          inherit system;


@@ 83,7 81,6 @@
              mold

              clang
              #pkg-config

              mkvtoolnix-cli
            ]