Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nixy
/
nix
Public
forked from
NixOS/nix
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
reduce-cache
User selector
All users
All time
Commit history
Commits on Jul 8, 2009
Fix typo.
nbp
committed
6468f63
View commit details
Copy full SHA for 6468f63
Browse repository at this point
Add a way to cache result for future evaluations.
nbp
committed
9416202
View commit details
Copy full SHA for 9416202
Browse repository at this point
Add a session independent cache.
nbp
committed
4941ba3
View commit details
Copy full SHA for 4941ba3
Browse repository at this point
Create a cache of reduce operations which are session independent.
nbp
committed
7244b9b
View commit details
Copy full SHA for 7244b9b
Browse repository at this point
Commits on Jul 2, 2009
* Replace newlines in table output with spaces.
edolstra
committed
c6890d6
View commit details
Copy full SHA for c6890d6
Browse repository at this point
Commits on Jun 30, 2009
* Support integers and lists of strings in meta fields. This is
Show description for 749dd97
edolstra
committed
749dd97
View commit details
Copy full SHA for 749dd97
Browse repository at this point
* Don't show trace information by default (`--show-trace' to enable).
Show description for f2c3fc5
edolstra
committed
f2c3fc5
View commit details
Copy full SHA for f2c3fc5
Browse repository at this point
Commits on Jun 18, 2009
* Highlight URLs containing "=" properly.
edolstra
committed
a2fc3a5
View commit details
Copy full SHA for a2fc3a5
Browse repository at this point
* Attributes names in attrsets can contain dots now.
edolstra
committed
d53603c
View commit details
Copy full SHA for d53603c
Browse repository at this point
Commits on Jun 13, 2009
* Canonicalise timestamps in the Nix store to 1 (1970-01-01 00:00:01
Show description for 14bc3ce
edolstra
committed
14bc3ce
View commit details
Copy full SHA for 14bc3ce
Browse repository at this point
Commits on Jun 10, 2009
* nix-build: if nix-instantiate or nix-store fails due to a signal
Show description for f24cf5d
edolstra
committed
f24cf5d
View commit details
Copy full SHA for f24cf5d
Browse repository at this point
Commits on May 26, 2009
edolstra
committed
c6cb792
View commit details
Copy full SHA for c6cb792
Browse repository at this point
Commits on May 15, 2009
* Change the scoping of "inherit (e) ..." in recs so that the
Show description for a64bbe0
edolstra
committed
a64bbe0
View commit details
Copy full SHA for a64bbe0
Browse repository at this point
* Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as a
Show description for d407d57
edolstra
committed
d407d57
View commit details
Copy full SHA for d407d57
Browse repository at this point
Commits on May 14, 2009
* Check for duplicate attributes in fixAttrs, rather than doing a
Show description for e429754
edolstra
committed
e429754
View commit details
Copy full SHA for e429754
Browse repository at this point
Commits on May 12, 2009
* Allow unsafe (unspecified) comparisons between attrsets unless
Show description for 50d11b9
edolstra
committed
50d11b9
View commit details
Copy full SHA for 50d11b9
Browse repository at this point
Commits on May 11, 2009
* Disallow equality tests between attribute sets. This was always
Show description for c34e6d7
edolstra
committed
c34e6d7
View commit details
Copy full SHA for c34e6d7
Browse repository at this point
Commits on May 7, 2009
edolstra
committed
9536ba1
View commit details
Copy full SHA for 9536ba1
Browse repository at this point
* Build a PDF version of the manual in the tarball job (it's not
Show description for 83bd320
edolstra
committed
83bd320
View commit details
Copy full SHA for 83bd320
Browse repository at this point
* Don't have a bugs section in the manual. Bugs should be kept in the
Show description for f751c29
edolstra
committed
f751c29
View commit details
Copy full SHA for f751c29
Browse repository at this point
* Produce the manual in the tarball job.
edolstra
committed
404996c
View commit details
Copy full SHA for 404996c
Browse repository at this point
* Remove a right recursion that causes the parser to barf on very long
Show description for 7660e2a
edolstra
committed
7660e2a
View commit details
Copy full SHA for 7660e2a
Browse repository at this point
* Include the version file.
edolstra
committed
52a9ba9
View commit details
Copy full SHA for 52a9ba9
Browse repository at this point
* Typo.
edolstra
committed
6a5599f
View commit details
Copy full SHA for 6a5599f
Browse repository at this point
Commits on May 4, 2009
Add an ftruncate call paired with fallocate to play safe with some FSes (namely, BtrFS fallocate sets file size to allocated size, i.e. multiple of block size)
7c6f434c
committed
098cb9d
View commit details
Copy full SHA for 098cb9d
Browse repository at this point
Commits on Apr 21, 2009
* Machines of type x86_64-linux can do i686-linux builds.
edolstra
committed
c710fe5
View commit details
Copy full SHA for c710fe5
Browse repository at this point
* Use foreach in a lot of places.
edolstra
committed
d5eab2f
View commit details
Copy full SHA for d5eab2f
Browse repository at this point
* nix-store --verify: don't bail out if a referenced path is missing.
Show description for 8f1bf28
edolstra
committed
8f1bf28
View commit details
Copy full SHA for 8f1bf28
Browse repository at this point
Commits on Apr 16, 2009
* Fix a few "comparison is always false/true due to limited range of
Show description for 4e646b0
edolstra
committed
4e646b0
View commit details
Copy full SHA for 4e646b0
Browse repository at this point
* Cleanup.
edolstra
committed
0460ea4
View commit details
Copy full SHA for 0460ea4
Browse repository at this point
Commits on Apr 15, 2009
* Don't cache transient build hook problems.
edolstra
committed
dfb863f
View commit details
Copy full SHA for dfb863f
Browse repository at this point
Commits on Apr 14, 2009
* Remove references to __XXX primops.
edolstra
committed
435a93b
View commit details
Copy full SHA for 435a93b
Browse repository at this point
* Release notes.
edolstra
committed
8b2a01a
View commit details
Copy full SHA for 8b2a01a
Browse repository at this point
Commits on Apr 2, 2009
* Debian packages: use /etc, not /usr/etc.
edolstra
committed
50cb6f9
View commit details
Copy full SHA for 50cb6f9
Browse repository at this point
Commits on Mar 31, 2009
* Do a substitution even if --max-jobs == 0.
edolstra
committed
351bf65
View commit details
Copy full SHA for 351bf65
Browse repository at this point
Previous
Next
You can’t perform that action at this time.