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
new-cli
User selector
All users
All time
Commit history
Commits on Mar 3, 2016
Add file missing from 201b48de60751979835037a4b4f78128ba3fb7b3
edolstra
committed
76f1ba4
View commit details
Copy full SHA for 76f1ba4
Browse repository at this point
Commits on Mar 2, 2016
Provide function required by Hydra
edolstra
committed
5a8455c
View commit details
Copy full SHA for 5a8455c
Browse repository at this point
Force stack trace for boost format errors
edolstra
committed
25eea97
View commit details
Copy full SHA for 25eea97
Browse repository at this point
Add an HTTP binary cache store
Show description for 201b48d
edolstra
committed
201b48d
View commit details
Copy full SHA for 201b48d
Browse repository at this point
Eliminate local-binary-cache-store.hh
edolstra
committed
0402b63
View commit details
Copy full SHA for 0402b63
Browse repository at this point
Make store implementations pluggable
Show description for 68a5414
edolstra
committed
68a5414
View commit details
Copy full SHA for 68a5414
Browse repository at this point
Fix reading symlinks
Show description for 6055d84
edolstra
committed
6055d84
View commit details
Copy full SHA for 6055d84
Browse repository at this point
Remove bad assertion
edolstra
committed
0a62d9b
View commit details
Copy full SHA for 0a62d9b
Browse repository at this point
FdSource: track number of bytes read
edolstra
committed
89a2fa6
View commit details
Copy full SHA for 89a2fa6
Browse repository at this point
importPaths(): Optionally add NARs to binary cache accessor
Show description for cca4a8d
edolstra
committed
cca4a8d
View commit details
Copy full SHA for cca4a8d
Browse repository at this point
Commits on Feb 25, 2016
nix: Add commands to query contents of NARs / binary caches
Show description for 00b2c05
edolstra
committed
00b2c05
View commit details
Copy full SHA for 00b2c05
Browse repository at this point
Merge branch 'master' into new-cli
edolstra
committed
24a8f9e
View commit details
Copy full SHA for 24a8f9e
Browse repository at this point
Add NAR / Store accessor abstraction
Show description for 1042c10
edolstra
committed
1042c10
View commit details
Copy full SHA for 1042c10
Browse repository at this point
Fix short boolean flags
edolstra
committed
c5bc571
View commit details
Copy full SHA for c5bc571
Browse repository at this point
Fix build
edolstra
committed
7873cfb
View commit details
Copy full SHA for 7873cfb
Browse repository at this point
Merge branch 'master' into new-cli
edolstra
committed
f1bdeac
View commit details
Copy full SHA for f1bdeac
Browse repository at this point
Commits on Feb 24, 2016
deletePath(): Succeed if path doesn't exist
Show description for 152b1d6
edolstra
committed
152b1d6
View commit details
Copy full SHA for 152b1d6
Browse repository at this point
Eliminate reserveSpace flag
edolstra
committed
28e7e29
View commit details
Copy full SHA for 28e7e29
Browse repository at this point
LocalStore::addTextToStore(): Don't read the path we just wrote
Show description for 5a64e66
edolstra
committed
5a64e66
View commit details
Copy full SHA for 5a64e66
Browse repository at this point
BinaryCacheStore: Implement addToStore()
Show description for 9ccbd55
edolstra
committed
9ccbd55
View commit details
Copy full SHA for 9ccbd55
Browse repository at this point
openStoreAt(): Initialise the binary cache
edolstra
committed
30e9d01
View commit details
Copy full SHA for 30e9d01
Browse repository at this point
Show a proper error message for unimplemented binary cache operations
edolstra
committed
ba0a81d
View commit details
Copy full SHA for ba0a81d
Browse repository at this point
Typo
edolstra
committed
45c83e5
View commit details
Copy full SHA for 45c83e5
Browse repository at this point
Move BinaryCacheStore / LocalBinaryCacheStore from Hydra
Show description for 263187a
edolstra
committed
263187a
View commit details
Copy full SHA for 263187a
Browse repository at this point
Merge pull request #816 from tsion/incomplete-parse
Show description for b584a0e
edolstra
committed
b584a0e
View commit details
Copy full SHA for b584a0e
Browse repository at this point
std::condition_variable_any -> std::condition_variable
Show description for bf2adf7
edolstra
committed
bf2adf7
View commit details
Copy full SHA for bf2adf7
Browse repository at this point
C++ templates are just a glorified macro facility
edolstra
committed
ccdbf58
View commit details
Copy full SHA for ccdbf58
Browse repository at this point
Remove bad daemon connections from the pool
Show description for 5f86265
edolstra
committed
5f86265
View commit details
Copy full SHA for 5f86265
Browse repository at this point
Throw a specific error for incomplete parse errors.
Show description for 6498adb
solson
committed
6498adb
View commit details
Copy full SHA for 6498adb
Browse repository at this point
Commits on Feb 23, 2016
Pool<T>: Allow a maximum pool size
edolstra
committed
d5626bf
View commit details
Copy full SHA for d5626bf
Browse repository at this point
RemoteStore: Make thread-safe
Show description for e292144
edolstra
committed
e292144
View commit details
Copy full SHA for e292144
Browse repository at this point
Move ref<t> into a separate header
edolstra
committed
c0b7a8a
View commit details
Copy full SHA for c0b7a8a
Browse repository at this point
Commits on Feb 22, 2016
Doh
edolstra
committed
8f71bc3
View commit details
Copy full SHA for 8f71bc3
Browse repository at this point
Make OpenSSL usage thread-safe
Show description for 840056a
edolstra
committed
840056a
View commit details
Copy full SHA for 840056a
Browse repository at this point
curl: Set CURLOPT_NOSIGNAL
Show description for d361901
edolstra
committed
d361901
View commit details
Copy full SHA for d361901
Browse repository at this point
Previous
Next
You can’t perform that action at this time.