Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
homepage
Commits
67f8cbf1
Commit
67f8cbf1
authored
Mar 19, 2019
by
Ben Gamari
🐢
Browse files
Freeze nixpkgs
parent
270c4f86
Pipeline
#3728
passed with stages
in 14 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
default.nix
View file @
67f8cbf1
{
nixpkgs
?
(
import
<
nixpkgs
>
{})
}:
{
nixpkgs
?
(
import
./
nixpkgs
.nix
{})
}:
with
nixpkgs
;
let
...
...
nixpkgs.nix
0 → 100644
View file @
67f8cbf1
let
rev
=
"1222e289b5014d17884a8b1c99f220c5e3df0b14"
;
src
=
fetchTarball
{
url
=
"https://github.com/NixOS/nixpkgs/archive/
${
rev
}
.tar.gz"
;
sha256
=
"1sa2m8kdak6y9183jgizg95swrv9ich05lsnli0bdc8r11wahl54"
;
};
in
import
src
Jens Petersen
@juhp
mentioned in merge request
!11 (closed)
·
Mar 30, 2019
mentioned in merge request
!11 (closed)
mentioned in merge request !11
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment