unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jacob Hrbek <kreyren@rixotstudio.cz>
To: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Unable to define shebang for guix shell file
Date: Mon, 01 Nov 2021 00:08:17 +0000	[thread overview]
Message-ID: <LWOPbmgpZoFvjpc1iXP-jZ44aAthbiyVD9Pt4Rd_gG5sDrW9u6IB2ISrxUzs_1buNGUBBW7r6tM-7Rs8zJSmlOaU7GlP0jPZvfBowK0qDNA=@rixotstudio.cz> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 1461 bytes --]

I am unable to define a guix shell file with shebang to decrease the complexity needed in the repository managing (so that i can just do ./path/to/guix.scm for guix to invoke `guix shell -f ./path/to/guix.scm` instead of having to sanitize the runtime) as the issue is that POSIX shebang allows only one argument and due to the way we handle reproducibility the shebang has to be `#!/usr/bin/env <command>`

Proposing to integrate guix-shell for this purpose (inspired by NixOS) e.g.

```nix

#!/usr/bin/env nix-shell

# NixOS shell configuration to bootstrap the required dependencies to run and use the editor

# NOTE(Krey): This is designed to contain ONLY editor-specific configuration **NOT** project specific

let

    nivSources = builtins.fetchGit {

        url = "ssh://gitea@git.dotya.ml:RiXotStudio/std-niv.git";

        rev = "7664e29d8ba174cde2e4ff98331fa12e18258b7a"; # 24/10/2021-EU 23:57:10 CEST

        ref = "central";

    };

in {

    sources ? import "${nivSources}/sources.nix",

    nixpkgs ? import sources.nixpkgs {},

}:

with nixpkgs;

    stdenv.mkDerivation {

        name = "RiXotStudio_emacs-config";

        buildInputs = [

            fira-code # Default font with liqurature support

            emacs # Editor

        ];

    }

```

-- Jacob "Kreyren" Hrbek

Sent with ProtonMail Secure Email.

[-- Attachment #1.1.2.1: Type: text/html, Size: 2112 bytes --]

[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 0x1677DB82.asc --]
[-- Type: application/pgp-keys, Size: 737 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

             reply	other threads:[~2021-11-02 21:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-01  0:08 Jacob Hrbek [this message]
2021-11-09 17:21 ` Unable to define shebang for guix shell file Ludovic Courtès
2021-11-09 21:35   ` Jacob Hrbek
2021-11-09 22:14     ` Carlo Zancanaro
2021-11-09 22:34       ` Jacob Hrbek
2021-11-17 10:51         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='LWOPbmgpZoFvjpc1iXP-jZ44aAthbiyVD9Pt4Rd_gG5sDrW9u6IB2ISrxUzs_1buNGUBBW7r6tM-7Rs8zJSmlOaU7GlP0jPZvfBowK0qDNA=@rixotstudio.cz' \
    --to=kreyren@rixotstudio.cz \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).