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 }}
alcalyn
/
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
master
User selector
All users
All time
Commit history
Commits on Mar 24, 2024
Merge pull request #10310 from obsidiansystems/fix-simple-git-hashing-test
Show description for 641b0bd
roberth
authored
641b0bd
View commit details
Copy full SHA for 641b0bd
Browse repository at this point
Merge pull request #10307 from hercules-ci/doc-language-nix-dev
Show description for 513ba19
Ericson2314
authored
513ba19
View commit details
Copy full SHA for 513ba19
Browse repository at this point
Fix `git-hashing/simple.sh`
Show description for 2a44b11
Ericson2314
committed
2a44b11
View commit details
Copy full SHA for 2a44b11
Browse repository at this point
Merge pull request #10293 from NixOS/fix-missing-format-arg
Show description for f891673
roberth
authored
f891673
View commit details
Copy full SHA for f891673
Browse repository at this point
doc/language: Link to nix.dev introduction
Show description for fbf4937
roberth
committed
fbf4937
View commit details
Copy full SHA for fbf4937
Browse repository at this point
Commits on Mar 23, 2024
Merge pull request #10296 from picnoir/pic/doc-lsp
Show description for 38ba96d
thufschmitt
authored
38ba96d
View commit details
Copy full SHA for 38ba96d
Browse repository at this point
Commits on Mar 22, 2024
Doc: explicitly specify which shell to use to get clangd
Show description for cc29d85
picnoir
committed
cc29d85
View commit details
Copy full SHA for cc29d85
Browse repository at this point
Merge pull request #10292 from dottharun/docBuildOutput
Show description for 4ec2a7d
thufschmitt
authored
4ec2a7d
View commit details
Copy full SHA for 4ec2a7d
Browse repository at this point
EvalCache: Fix missing format string argument
Show description for bfd3640
edolstra
committed
bfd3640
View commit details
Copy full SHA for bfd3640
Browse repository at this point
doc build output correction
Show description for 4e2f11b
dottharun
committed
4e2f11b
View commit details
Copy full SHA for 4e2f11b
Browse repository at this point
Merge pull request #10286 from hercules-ci/various
Show description for a223280
roberth
authored
a223280
View commit details
Copy full SHA for a223280
Browse repository at this point
Commits on Mar 21, 2024
Merge pull request #10269 from andreabedini/make-compile-commands
Show description for 57d9d0d
thufschmitt
authored
57d9d0d
View commit details
Copy full SHA for 57d9d0d
Browse repository at this point
Document the new `compile_commands.json` target
Théophane Hufschmitt
committed
d0824f6
View commit details
Copy full SHA for d0824f6
Browse repository at this point
Merge pull request #10274 from tweag/warn-on-untrusted-setting
Show description for f666eda
thufschmitt
authored
f666eda
View commit details
Copy full SHA for f666eda
Browse repository at this point
Merge pull request #10271 from jonringer/document-flake-multiple-outputs
Show description for 039b3fb
thufschmitt
authored
039b3fb
View commit details
Copy full SHA for 039b3fb
Browse repository at this point
Create compile-commands.json with Make
andreabedini
committed
83fc988
View commit details
Copy full SHA for 83fc988
Browse repository at this point
Commits on Mar 20, 2024
functionArgs: Allocate bools only once
roberth
committed
1fcdd16
View commit details
Copy full SHA for 1fcdd16
Browse repository at this point
value.hh: Fix warning about {struct/class} Value
roberth
committed
8c6e0df
View commit details
Copy full SHA for 8c6e0df
Browse repository at this point
tryEval: Allocate true and false once
roberth
committed
a865049
View commit details
Copy full SHA for a865049
Browse repository at this point
readDir: Allocate type strings only once
roberth
committed
d71e748
View commit details
Copy full SHA for d71e748
Browse repository at this point
Update src/nix/build.md
Show description for 4c8a33c
jonringer
and
thufschmitt
authored
4c8a33c
View commit details
Copy full SHA for 4c8a33c
Browse repository at this point
Merge pull request #10083 from lf-/jade/refactor-repl-input
Show description for 7d2ead5
roberth
authored
7d2ead5
View commit details
Copy full SHA for 7d2ead5
Browse repository at this point
Merge pull request #10251 from edolstra/list-builder
Show description for d16d7f5
roberth
authored
d16d7f5
View commit details
Copy full SHA for d16d7f5
Browse repository at this point
createBaseEnv: Use state.vNull
roberth
committed
d4b0b7f
View commit details
Copy full SHA for d4b0b7f
Browse repository at this point
prim_match: Use state.vNull
roberth
committed
0b08dd4
View commit details
Copy full SHA for 0b08dd4
Browse repository at this point
Daemon: warn when an untrusted user cannot override a setting
Show description for 40a7929
picnoir
authored and
Théophane Hufschmitt
committed
40a7929
View commit details
Copy full SHA for 40a7929
Browse repository at this point
Merge pull request #10241 from bouk/resolve-ref-packed-refs
Show description for 346f92a
thufschmitt
authored
346f92a
View commit details
Copy full SHA for 346f92a
Browse repository at this point
Merge pull request #10273 from jesses-canva/patch-1
Show description for 4cb0847
thufschmitt
authored
4cb0847
View commit details
Copy full SHA for 4cb0847
Browse repository at this point
Fix loop over $NIX_PROFILES in nix-profile-daemon.fish.in
jesses-canva
authored
c448636
View commit details
Copy full SHA for c448636
Browse repository at this point
Document how to build many outputs of a flake package
jonringer
committed
a5262fb
View commit details
Copy full SHA for a5262fb
Browse repository at this point
Commits on Mar 19, 2024
Merge pull request #10264 from lelgenio/document-pure-eval-store-path
Show description for 7c50643
thufschmitt
authored
7c50643
View commit details
Copy full SHA for 7c50643
Browse repository at this point
Commits on Mar 18, 2024
Document builtins.storePath being disabled by pure-eval
lelgenio
committed
ad217dd
View commit details
Copy full SHA for ad217dd
Browse repository at this point
Commits on Mar 17, 2024
Merge pull request #10259 from ShamrockLee/doc-primops-fix
Show description for 5c8983b
thufschmitt
authored
5c8983b
View commit details
Copy full SHA for 5c8983b
Browse repository at this point
builtins.addDrvOutputDependencies: fix commentary
ShamrockLee
committed
d2b5129
View commit details
Copy full SHA for d2b5129
Browse repository at this point
Commits on Mar 16, 2024
doc: builtins.addDrvOutputDependencies: fix link target
ShamrockLee
committed
39b0b84
View commit details
Copy full SHA for 39b0b84
Browse repository at this point
Previous
Next
You can’t perform that action at this time.