-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stdenv: switch shell to oil #131676
Closed
Closed
stdenv: switch shell to oil #131676
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
happysalada
force-pushed
the
oil_shell_test
branch
from
July 27, 2021 12:34
2f8b0c4
to
00ac49a
Compare
I have no idea why the editor config is failing. |
happysalada
force-pushed
the
oil_shell_test
branch
2 times, most recently
from
July 28, 2021 08:59
ec93066
to
f09751f
Compare
happysalada
force-pushed
the
oil_shell_test
branch
2 times, most recently
from
November 26, 2021 05:41
3700d1f
to
6b872ae
Compare
happysalada
force-pushed
the
oil_shell_test
branch
from
December 10, 2021 21:18
6c5bdbc
to
7c91364
Compare
github-actions
bot
added
6.topic: cinnamon
Desktop environment
6.topic: emacs
Text editor
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: golang
6.topic: haskell
6.topic: kernel
The Linux kernel
6.topic: lua
6.topic: nim
Nim programing language
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: ocaml
6.topic: pantheon
The Pantheon desktop environment
6.topic: policy discussion
6.topic: python
6.topic: ruby
6.topic: steam
6.topic: vim
6.topic: xfce
The Xfce Desktop Environment
8.has: documentation
8.has: module (update)
This PR changes an existing module in `nixos/`
labels
Dec 10, 2021
ofborg
bot
added
the
2.status: merge conflict
This PR has merge conflicts with the target branch
label
Dec 10, 2021
github-actions
bot
removed
6.topic: lua
8.has: module (update)
This PR changes an existing module in `nixos/`
6.topic: nim
Nim programing language
6.topic: golang
6.topic: vim
6.topic: cinnamon
Desktop environment
6.topic: ruby
6.topic: kernel
The Linux kernel
6.topic: pantheon
The Pantheon desktop environment
8.has: documentation
6.topic: python
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: policy discussion
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: haskell
6.topic: xfce
The Xfce Desktop Environment
6.topic: steam
labels
Dec 30, 2021
happysalada
force-pushed
the
oil_shell_test
branch
from
December 30, 2021 13:38
5d8d1c3
to
aa352f3
Compare
ofborg
bot
removed
the
2.status: merge conflict
This PR has merge conflicts with the target branch
label
Dec 30, 2021
happysalada
force-pushed
the
oil_shell_test
branch
from
January 2, 2022 16:49
aa352f3
to
18ebe21
Compare
stale
bot
added
the
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
label
Jul 10, 2022
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
6.topic: stdenv
Standard environment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
This is a draft PR to test switching the shell to oil shell.
My first try involved setting strict execution options for the shell which are not necessary. (oil:strict_all is like enabling the
e
andu
flag).This PR is not meant to be merged as is, it's just a way to test the potential failures.
I've successfully built bash, I'm not sure what to test next.
@zimbatm this is basically your code. Thanks again for initiating this!
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)