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 }}
peti
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 10, 2018
Slightly questionable workaround for #2342
edolstra
committed
f72c907
View commit details
Copy full SHA for f72c907
Browse repository at this point
Commits on Aug 9, 2018
S3BinaryCacheStore: Share TransferManager
Show description for ada4e90
edolstra
committed
ada4e90
View commit details
Copy full SHA for ada4e90
Browse repository at this point
nix run: Respect propagated-user-env-packages
Show description for c87f4b9
edolstra
committed
c87f4b9
View commit details
Copy full SHA for c87f4b9
Browse repository at this point
Commits on Aug 8, 2018
S3BinaryCacheStore: Don't use the transfer status callback
Show description for a0b971d
edolstra
committed
a0b971d
View commit details
Copy full SHA for a0b971d
Browse repository at this point
Commits on Aug 6, 2018
Merge pull request #2334 from dtzWill/fix/revert-progress-bar-refresh-for-now
Show description for 103ad15
edolstra
authored
103ad15
View commit details
Copy full SHA for 103ad15
Browse repository at this point
Doh
edolstra
committed
ed6c646
View commit details
Copy full SHA for ed6c646
Browse repository at this point
Fix setting Content-Encoding in S3 uploads
Show description for 7de3e00
edolstra
committed
7de3e00
View commit details
Copy full SHA for 7de3e00
Browse repository at this point
Fix Brotli decompression in 'nix log'
Show description for d3761f5
edolstra
committed
d3761f5
View commit details
Copy full SHA for d3761f5
Browse repository at this point
Require libbrotli
edolstra
committed
fa4def3
View commit details
Copy full SHA for fa4def3
Browse repository at this point
Fix reporting of HTTP body size when a result callback is used
edolstra
committed
4361a43
View commit details
Copy full SHA for 4361a43
Browse repository at this point
Commits on Aug 3, 2018
Make adding paths via nix-store --serve run in constant memory
Show description for 2825e05
edolstra
committed
2825e05
View commit details
Copy full SHA for 2825e05
Browse repository at this point
Add a test for LegacySSHStore that doesn't require a VM
edolstra
committed
34c17fd
View commit details
Copy full SHA for 34c17fd
Browse repository at this point
cmdDumpStorePath: Support chroot stores
edolstra
committed
eeebe4c
View commit details
Copy full SHA for eeebe4c
Browse repository at this point
Support escaping in store URIs
edolstra
committed
848a937
View commit details
Copy full SHA for 848a937
Browse repository at this point
SSHMaster: Bypass SSH when connecting to localhost
Show description for 4e7d5f6
edolstra
committed
4e7d5f6
View commit details
Copy full SHA for 4e7d5f6
Browse repository at this point
LegacySSHStore: Add remote-store option
Show description for e268bbc
edolstra
committed
e268bbc
View commit details
Copy full SHA for e268bbc
Browse repository at this point
Merge pull request #2327 from NixOS/grahamc-patch-1
Show description for 25da1c6
edolstra
authored
25da1c6
View commit details
Copy full SHA for 25da1c6
Browse repository at this point
2.1 release notes: Add note about s3-compatible stores
grahamc
authored
06080e4
View commit details
Copy full SHA for 06080e4
Browse repository at this point
Add Nix 2.1 release notes
edolstra
committed
87356cc
View commit details
Copy full SHA for 87356cc
Browse repository at this point
Merge pull request #2326 from aszlig/fix-symlink-leak
Show description for bc65e02
edolstra
authored
bc65e02
View commit details
Copy full SHA for bc65e02
Browse repository at this point
Merge pull request #2323 from samueldr/feature/selective-impurity
Show description for 122e1a6
edolstra
authored
122e1a6
View commit details
Copy full SHA for 122e1a6
Browse repository at this point
Fix symlink leak in restricted eval mode
Show description for 43e28a1
aszlig
committed
43e28a1
View commit details
Copy full SHA for 43e28a1
Browse repository at this point
Commits on Aug 2, 2018
Allows selectively adding environment variables to pure shells.
Show description for 438e025
samueldr
committed
438e025
View commit details
Copy full SHA for 438e025
Browse repository at this point
s3 binary cache: support specifying an endpoint
Show description for 49a53c1
graham-at-target
committed
49a53c1
View commit details
Copy full SHA for 49a53c1
Browse repository at this point
Merge pull request #2322 from samueldr/fix/removes-unused-variable
Show description for 3193f5f
edolstra
authored
3193f5f
View commit details
Copy full SHA for 3193f5f
Browse repository at this point
Commits on Aug 1, 2018
Removes unused variable from `nix-build/nix-shell`
Show description for fb6907e
samueldr
committed
fb6907e
View commit details
Copy full SHA for fb6907e
Browse repository at this point
Document s3 substitutions
graham-at-target
committed
b27431b
View commit details
Copy full SHA for b27431b
Browse repository at this point
Commits on Jul 31, 2018
Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nix
edolstra
committed
45bcf54
View commit details
Copy full SHA for 45bcf54
Browse repository at this point
Disable rpm_fedora27x86_64
Show description for 94b2e4e
edolstra
committed
94b2e4e
View commit details
Copy full SHA for 94b2e4e
Browse repository at this point
Fix race downloading into a sink
Show description for 4b4adbc
edolstra
committed
4b4adbc
View commit details
Copy full SHA for 4b4adbc
Browse repository at this point
Add a check for broken Boost versions
Show description for d9e8ab0
edolstra
committed
d9e8ab0
View commit details
Copy full SHA for d9e8ab0
Browse repository at this point
Attempt to fix the RPM build
edolstra
committed
607e750
View commit details
Copy full SHA for 607e750
Browse repository at this point
Fix RPM build
Show description for bd19959
edolstra
committed
bd19959
View commit details
Copy full SHA for bd19959
Browse repository at this point
Commits on Jul 24, 2018
Merge pull request #2305 from lheckemann/copy-keep-going
Show description for f602ff2
edolstra
authored
f602ff2
View commit details
Copy full SHA for f602ff2
Browse repository at this point
copyPathsToStore: honour keep-going
lheckemann
committed
9ac1a79
View commit details
Copy full SHA for 9ac1a79
Browse repository at this point
Previous
Next
You can’t perform that action at this time.