Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Commits
4c4cc2e3
Commit
4c4cc2e3
authored
5 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
Achieve nixpkgs pinning in a different way
parent
544f0bf6
Branches
Branches containing commit
No related tags found
1 merge request
!12
Fix openssl build issues
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.rst
+4
-0
4 additions, 0 deletions
README.rst
nixpkgs.nix
+0
-9
0 additions, 9 deletions
nixpkgs.nix
nixpkgs.rev
+1
-0
1 addition, 0 deletions
nixpkgs.rev
with
5 additions
and
9 deletions
README.rst
+
4
−
0
View file @
4c4cc2e3
...
...
@@ -7,6 +7,10 @@ Building
--------
The build system uses `Nix`_ which must be installed before anything can be built.
Builds are tested against a particular nixpkgs revision.
Start by exporting ``NIX_PATH`` to ensure you use the same revision::
$ export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/$(cat nixpkgs.rev).tar.gz
Documentation
~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
nixpkgs.nix
deleted
100644 → 0
+
0
−
9
View file @
544f0bf6
# Pin the deployment package-set to a specific version of nixpkgs. This is
# NixOS 19.09 as of Oct 2 2019. There's nothing special about it. It's just
# recent at the time of development. It can be upgraded when there is value
# in doing so. Meanwhile, our platform doesn't shift around beneath us in
# surprising ways as time passes.
import
(
builtins
.
fetchTarball
{
url
=
"https://github.com/NixOS/nixpkgs-channels/archive/5d5cd70516001e79516d2ade8bcf31df208a4ef3.tar.gz"
;
sha256
=
"042i081cfwdvcfp3q79219akypb53chf730wg0vwxlp21pzgns33"
;
})
This diff is collapsed.
Click to expand it.
nixpkgs.rev
0 → 100644
+
1
−
0
View file @
4c4cc2e3
8bf142e001b6876b021c8ee90c2c7cec385fe8e9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment