-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 434a0111f6a7
head repository: NixOS/nixpkgs
compare: cf64230d42ba
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8a061eb - Browse repository at this point
Copy the full SHA 8a061ebView commit details
Commits on May 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 435340e - Browse repository at this point
Copy the full SHA 435340eView commit details
Commits on May 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2fb5a99 - Browse repository at this point
Copy the full SHA 2fb5a99View commit details -
nixos/installer: suggest to load v32n instead if i32n
v32n has more characters.
Configuration menu - View commit details
-
Copy full SHA for b6a1dc5 - Browse repository at this point
Copy the full SHA b6a1dc5View commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3c503aa - Browse repository at this point
Copy the full SHA 3c503aaView commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3d86666 - Browse repository at this point
Copy the full SHA 3d86666View commit details
Commits on Jul 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f9b85e - Browse repository at this point
Copy the full SHA 3f9b85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6863de - Browse repository at this point
Copy the full SHA d6863deView commit details -
cataclysm-dda{,-git}: apply locale patch dynamically
Each time src/translations.cpp is modified, we have to update the locale patch. Using sed to patch dynamically should be handy.
Configuration menu - View commit details
-
Copy full SHA for bf71f12 - Browse repository at this point
Copy the full SHA bf71f12View commit details -
cataclysmDDA: add very basic framework for packaging mods
Add new namespace 'cataclysmDDA', in which package builders, games, and mods are listed.
Configuration menu - View commit details
-
Copy full SHA for ac85554 - Browse repository at this point
Copy the full SHA ac85554View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc88844 - Browse repository at this point
Copy the full SHA bc88844View commit details -
cataclysmDDA: make pkgs extensible
Example: let customMods = self: super: lib.recursiveUpdate super { soundpack.AwesomeSounds = cataclysmDDA.buildSoundPack { ... }; }; in cataclysm-dda.withMods (mods: with mods.extend customMods; [ tileset.UndeadPeople soundpack.AwesomeSounds ])
Configuration menu - View commit details
-
Copy full SHA for 90c2652 - Browse repository at this point
Copy the full SHA 90c2652View commit details -
Configuration menu - View commit details
-
Copy full SHA for de56294 - Browse repository at this point
Copy the full SHA de56294View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf7b57 - Browse repository at this point
Copy the full SHA ecf7b57View commit details -
cataclysm-dda-git: make it overridable with git revision
'cataclysm-dda-git.overrideAttrs (_: { version = ...; src = fetchFromGitHub { ... }; })' did not update VERSION make flag correctly. With this change, one can override 'cataclysm-dda-git' correctly and more easily: cataclysm-dda-git.override { version = ...; rev = ...; sha256 = ...; }
Configuration menu - View commit details
-
Copy full SHA for 633f211 - Browse repository at this point
Copy the full SHA 633f211View commit details -
Configuration menu - View commit details
-
Copy full SHA for d472eed - Browse repository at this point
Copy the full SHA d472eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe7b86 - Browse repository at this point
Copy the full SHA bbe7b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf4b4f - Browse repository at this point
Copy the full SHA fbf4b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0e2d5 - Browse repository at this point
Copy the full SHA cf0e2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c6f5f - Browse repository at this point
Copy the full SHA c9c6f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b2347 - Browse repository at this point
Copy the full SHA f2b2347View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9bf4ca - Browse repository at this point
Copy the full SHA e9bf4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d20efd5 - Browse repository at this point
Copy the full SHA d20efd5View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75ef721 - Browse repository at this point
Copy the full SHA 75ef721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1c949 - Browse repository at this point
Copy the full SHA 8f1c949View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02babb - Browse repository at this point
Copy the full SHA f02babbView commit details
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a19f443 - Browse repository at this point
Copy the full SHA a19f443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fd049 - Browse repository at this point
Copy the full SHA 60fd049View commit details
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 68f6620 - Browse repository at this point
Copy the full SHA 68f6620View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c8395 - Browse repository at this point
Copy the full SHA d2c8395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c36177 - Browse repository at this point
Copy the full SHA 1c36177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a39b90 - Browse repository at this point
Copy the full SHA 6a39b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f730e - Browse repository at this point
Copy the full SHA c5f730eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac9782 - Browse repository at this point
Copy the full SHA 6ac9782View commit details -
nixos/manual: add a section about Vulkan drivers
- Add a general block about how to configure and test Vulkan - Add a section about switching between mesa/radv and amdvlk on AMD GPUs.
Configuration menu - View commit details
-
Copy full SHA for 350f1d6 - Browse repository at this point
Copy the full SHA 350f1d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b6a81 - Browse repository at this point
Copy the full SHA 54b6a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4041e - Browse repository at this point
Copy the full SHA 1c4041eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a5a71 - Browse repository at this point
Copy the full SHA 62a5a71View commit details -
Merge pull request #93152 from ttuegel/kde-applications-20.04.3
kdeApplications: 20.04.1 -> 20.04.3
Configuration menu - View commit details
-
Copy full SHA for 8fad714 - Browse repository at this point
Copy the full SHA 8fad714View commit details -
Next to the version bump, this fixes the test for Python 2.
Configuration menu - View commit details
-
Copy full SHA for 17dfbf4 - Browse repository at this point
Copy the full SHA 17dfbf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e597a5 - Browse repository at this point
Copy the full SHA 1e597a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f709cf - Browse repository at this point
Copy the full SHA 1f709cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ade1348 - Browse repository at this point
Copy the full SHA ade1348View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc848ce - Browse repository at this point
Copy the full SHA dc848ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa401f5 - Browse repository at this point
Copy the full SHA fa401f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e531d5 - Browse repository at this point
Copy the full SHA 2e531d5View commit details -
Merge pull request #93591 from Flakebi/vulkan-manual
nixos/manual: add a section about Vulkan drivers
Configuration menu - View commit details
-
Copy full SHA for 5226e6b - Browse repository at this point
Copy the full SHA 5226e6bView commit details -
Merge pull request #93639 from stigtsp/package/rakudo-2020.07
rakudo: 2020.06 -> 2020.07
Configuration menu - View commit details
-
Copy full SHA for d9160f2 - Browse repository at this point
Copy the full SHA d9160f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fa363 - Browse repository at this point
Copy the full SHA 63fa363View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf27b3 - Browse repository at this point
Copy the full SHA eaf27b3View commit details
There are no files selected for viewing