summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/HEADbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/masterbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/staging-nextnixos/pam: enable lastlog2 import service if any pam service uses lastlog (#4...K90012 months
origin/backport-432323-to-release-25.05capnproto: fix fibers on static buildsJade Lovelace12 months
origin/backport-424505-to-release-25.05julia_111: 1.11.5 -> 1.11.6Weijia Wang12 months
origin/stagingMerge staging-next into stagingnixpkgs-ci[bot]12 months
origin/nixos-unstable-smallnakama: 3.29.0 -> 3.30.0 (#432605)nixpkgs-merge-bot[bot]12 months
origin/haskell-updatesMerge b1b0d690fbb0e4a2fa029ab625a3b1646487fee1 into haskell-updatesnixpkgs-ci[bot]12 months
origin/staging-25.05Merge staging-next-25.05 into staging-25.05nixpkgs-ci[bot]12 months
[...]
 
TagDownloadAuthorAge
25.05nixpkgs-25.05.tar.gz  Leona Maroni15 months
25.11-prenixpkgs-25.11-pre.tar.gz  Leona Maroni15 months
25.05-betanixpkgs-25.05-beta.tar.gz  Leona Maroni15 months
24.11nixpkgs-24.11.tar.gz  Martin Weinelt17 months
branch-off-24.11nixpkgs-branch-off-24.11.tar.gz  Tristan Ross21 months
24.11-betanixpkgs-24.11-beta.tar.gz  Tristan Ross21 months
24.05nixpkgs-24.05.tar.gz  Weijia Wang2 years
24.11-prenixpkgs-24.11-pre.tar.gz  Weijia Wang2 years
24.05-betanixpkgs-24.05-beta.tar.gz  Weijia Wang2 years
23.11nixpkgs-23.11.tar.gz  figsoda3 years
[...]
 
AgeCommit messageAuthorFilesLines
2014-03-05innerMerge: Handle empty definition lists after discharging propertiesorigin/mkMapShea Levy1-13/+22
2014-03-05Add mkMap property to the module system•••This allows specifying configuration that should be merged in with some or all elements of a container option (e.g. listOf, attrsOf) without needing to know whether those elements are actually defined elsewhere. For example, this will default the fsType of all filesystems except /boot to btrfs (and leaves /boot alone): fileSystems = mkMap (name: mkIf (name != "/boot") { fsType = mkDefault "btrfs"; }); mkMap takes a function which takes an index of an element and returns a value to be merged in with the other definitions for that element. For sets, the index is just the attribute name. For lists, the mkMap function is passed two arguments: The index of the relevant definition in the list of all definitions for that option, and the index of the element within that definition. Shea Levy2-8/+49
2014-03-05Reuse merge code to merge inner values of container option types•••In particular, this allows use of properties on individual elements of a container type. For example, fileSystems."/" = mkMerge [ a b ]; is now legal. Also, checking the type of the inner value is now handled by the merge code, reducing duplication. Shea Levy2-29/+34
2014-03-05sshfsFuse: update from 2.4 to 2.5Peter Simons1-2/+2
2014-03-05cppcheck: update from 1.63 to 1.64Peter Simons1-2/+2
2014-03-05swiProlog: update from 6.6.1 to 6.6.2Peter Simons1-2/+2
2014-03-05yap: update from 6.2.2 to 6.3.3Peter Simons1-2/+2
2014-03-05nixUnstable: Update to 1.7pre3522_f7e077aEelco Dolstra1-3/+3
2014-03-05Always load the "configs" kernel module•••We used to have the configuration of the kernel available in a somewhat convenient place (/run/booted-system/kernel-modules/config) but that has disappeared. So instead just make /proc/configs.gz available. It only eats a few kilobytes. Eelco Dolstra1-1/+1
2014-03-05Remove obsolete commentMichael Raskin1-2/+0
[...]
 
Clone
https://cgit.wugi.info/git/nixos/nixpkgs