about summary refs log tree commit diff
path: root/pkgs/development/tools/viceroy
AgeCommit message (Collapse)AuthorFilesLines
2024-10-08viceroy: 0.12.0 -> 0.12.1Rafael Fernández López1-3/+3
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin1-1/+1
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
2024-09-04viceroy: 0.11.0 -> 0.12.0R. Ryantm1-3/+3
2024-08-21viceroy: 0.10.2 -> 0.11.0R. Ryantm1-3/+3
2024-07-23viceroy: 0.10.1 -> 0.10.2R. Ryantm1-3/+3
2024-07-12viceroy: 0.10.0 -> 0.10.1R. Ryantm1-3/+3
2024-07-10viceroy: 0.9.7 -> 0.10.0R. Ryantm1-3/+3
2024-05-25viceroy: 0.9.6 -> 0.9.7R. Ryantm1-3/+3
2024-04-08viceroy: 0.9.5 -> 0.9.6R. Ryantm1-3/+3
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-15viceroy: 0.9.4 -> 0.9.5Rafael Fernández López1-3/+3
2024-02-22viceroy: 0.9.3 -> 0.9.4Rafael Fernández López1-3/+3
2023-11-10viceroy: 0.9.2 -> 0.9.3Rafael Fernández López1-3/+3
2023-10-24viceroy: 0.9.1 -> 0.9.2Rafael Fernández López1-3/+3
2023-10-10viceroy: 0.8.1 -> 0.9.1Rafael Fernández López1-3/+3
2023-09-19viceroy: 0.8.0 -> 0.8.1Rafael Fernández López1-3/+3
2023-09-17viceroy: 0.7.0 -> 0.8.0Rafael Fernández López1-3/+3
2023-08-15viceroy: 0.6.1 -> 0.7.0Rafael Fernández López1-3/+3
2023-08-04viceroy: 0.6.0 -> 0.6.1Rafael Fernández López1-3/+3
2023-07-19viceroy: 0.5.1 -> 0.6.0Rafael Fernández López1-3/+3
2023-05-21viceroy: 0.5.0 -> 0.5.1R. Ryantm1-3/+3
2023-05-14viceroy: 0.4.5 -> 0.5.0R. Ryantm1-3/+3
2023-04-28viceroy: 0.4.2 -> 0.4.5R. Ryantm1-3/+3
2023-04-05viceroy: 0.4.1 -> 0.4.2R. Ryantm1-3/+3
2023-03-24viceroy: 0.4.0 -> 0.4.1R. Ryantm1-3/+3
2023-03-18viceroy: 0.3.5 -> 0.4.0Rafael Fernández López1-3/+3
2023-03-08viceroy: init at 0.3.5Rafael Fernández López1-0/+29