nixpkgs/pkgs/lib
Eelco Dolstra 6408a6a6fd * Trivial function to create a singleton list. Can reduce unnecessary
indentation in expressions like

    environent.extraJobs =
      [ { name = "foo";
          job =
            ''
              bla bla
            '';
        }
      ];

  which becomes

    environent.extraJobs = singleton
      { name = "foo";
        job =
          ''
            bla bla
          '';
      };

svn path=/nixpkgs/trunk/; revision=15892
2009-06-08 22:42:42 +00:00
..
attrsets.nix * Put strings-with-deps in lib. 2009-05-25 18:22:19 +00:00
composable-derivation.nix replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
debug.nix removed all __primops from nixpkgs 2009-05-24 10:57:46 +00:00
default.nix * Put strings-with-deps in lib. 2009-05-25 18:22:19 +00:00
lists.nix * Trivial function to create a singleton list. Can reduce unnecessary 2009-06-08 22:42:42 +00:00
meta.nix * Move some functions for manipulating meta and name attributes out of 2009-03-30 13:22:19 +00:00
misc.nix removed all __primops from nixpkgs 2009-05-24 10:57:46 +00:00
options.nix * nix-env gets confused when an attrset contains an attribute named 2009-05-29 09:47:55 +00:00
sources.nix * Split lib/default.nix into several files, as it had become a big 2009-02-09 16:51:03 +00:00
strings-with-deps.nix * Put strings-with-deps in lib. 2009-05-25 18:22:19 +00:00
strings.nix removed all __primops from nixpkgs 2009-05-24 10:57:46 +00:00
tests.nix removed all __primops from nixpkgs 2009-05-24 10:57:46 +00:00
trivial.nix * Split lib/default.nix into several files, as it had become a big 2009-02-09 16:51:03 +00:00