1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:27:35 +00:00

Meta: Get building on NixOS (#5005)

This commit is contained in:
Jonathan Turner 2021-01-23 05:44:05 +13:00 committed by GitHub
parent 2fe6a313c2
commit 0bf5669ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
82 changed files with 119 additions and 82 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash ../.port_include.sh
#!/usr/bin/env -S bash ../.port_include.sh
port=neofetch
version=7.0.0
useconfigure=false

View file

@ -2,7 +2,7 @@
+++ neofetch-7.0.0/neofetch 2020-04-27 18:57:54.263417418 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
+#!/usr/bin/env bash
# vim: noai:ts=4:sw=4:expandtab
# shellcheck source=/dev/null
# shellcheck disable=2009