Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 401df90cfa42
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e080ab1e61bd
Choose a head ref
  • 19 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 24, 2019

  1. vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix a…

    …nd vscodeEnv
    
    move mktplcExtRefToFetchArgs to file in order to be shared with the new derivations(privately)
    countoren committed Dec 24, 2019
    Copy the full SHA
    4b25c6a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Copy the full SHA
    2d59425 View commit details
    Browse the repository at this point in the history
  2. vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration,…

    … vscodeExts2nix, vscodeEnv
    
    change usage of toPath with toString
    countoren committed Dec 28, 2019
    Copy the full SHA
    7fc2b2a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Copy the full SHA
    e708176 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix a…

    …nd vscodeEnv
    
    move mktplcExtRefToFetchArgs to file in order to be shared with the new derivations(privately)
    countoren committed Apr 20, 2020
    Copy the full SHA
    666d708 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e2c8033 View commit details
    Browse the repository at this point in the history
  3. vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration,…

    … vscodeExts2nix, vscodeEnv
    
    change usage of toPath with toString
    countoren committed Apr 20, 2020
    Copy the full SHA
    6d31311 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3d102d1 View commit details
    Browse the repository at this point in the history
  5. add updateSettings drv which will union nix settings configurations i…

    …nto the a vscode settings file
    countoren committed Apr 20, 2020
    Copy the full SHA
    a535e7a View commit details
    Browse the repository at this point in the history
  6. use updateSettings in vscodeEnv in order to create and/or update sett…

    …ings.json, keybindings.json
    countoren committed Apr 20, 2020
    Copy the full SHA
    0e4ac8b View commit details
    Browse the repository at this point in the history
  7. add missing jq to vscodeEnv

    countoren committed Apr 20, 2020
    Copy the full SHA
    02105da View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7e929f5 View commit details
    Browse the repository at this point in the history
  9. vscodeEnv updateSettings for keybindings change keybindings file name…

    … parameter type from path to string
    countoren committed Apr 20, 2020
    Copy the full SHA
    88b9721 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3816b9d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Use a different vscode user-data-dir for every project.

    Treat workspace setting files as global for that user-data-dir with symlink.
    Add updateLaunchCmd to update .vscode/launch.json.
    moinessim committed May 22, 2020
    Copy the full SHA
    673b122 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Copy the full SHA
    4d58f00 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. vscode-extensions: Find mutable extensions by version in order not to…

    … delete them
    
    Do not use sudo.
    moinessim committed May 26, 2020
    Copy the full SHA
    97df561 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'vscode-utils/vscodeEnv' of https://github.com/countoren…

    …/nixpkgs-1 into vscode-utils/vscodeEnv
    
    * 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1: (178391 commits)
      Use a different vscode user-data-dir for every project. Treat workspace setting files as global for that user-data-dir with symlink. Add updateLaunchCmd to update .vscode/launch.json.
      fix permission problem of mutableExtensions
      vscodeEnv updateSettings for keybindings change keybindings file name parameter type from path to string
      change vscodeSettingsFile parameter type from path to string
      add missing jq to vscodeEnv
      use updateSettings in vscodeEnv in order to create and/or update settings.json, keybindings.json
      add updateSettings drv which will union nix settings configurations into the a vscode settings file
      vscode-utils/vscodeEnv: fix typo and grammer in the description comment
      vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, vscodeExts2nix, vscodeEnv
      vsode-utils: extracting attributes to limit input range
      vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and vscodeEnv
      xfce.xfce4-icon-theme: update gtk dependency and add license
      xfce.xfce4-hardware-monitor-plugin: update meta
      xfce.xfce4-embed-plugin: update meta and buildInputs
      xfce.xfce4-mailwatch-plugin: remove broken status
      xfce.exo: add support for gtk2, besides gtk3
      xfce.xfdesktop: 4.14.1 -> 4.14.2
      xfce.xfce4-weather-plugin: 0.8.10 -> 0.10.1
      xfce.xfdashboard: 0.7.5 -> 0.7.7
      xfce.xfce4-timer-plugin: 1.6.0 -> 1.7.0
      ...
    moinessim committed May 26, 2020
    Copy the full SHA
    f9d28ed View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Merge pull request #76427 from countoren/vscode-utils/vscodeEnv

    vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix a…
    peti committed May 29, 2020
    Copy the full SHA
    e080ab1 View commit details
    Browse the repository at this point in the history