mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Refactoring desktop and sway profiles.
This commit is contained in:
parent
d27c5678e9
commit
1e4ca51278
17 changed files with 316 additions and 308 deletions
|
|
@ -1,13 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
pkgs.python3
|
||||
pkgs.python3.pkgs.requests
|
||||
];
|
||||
shellHook = ''
|
||||
buildInputs = [ pkgs.python3 pkgs.python3.pkgs.requests ];
|
||||
shellHook = ''
|
||||
# Tells pip to put packages into $PIP_PREFIX instead of the usual locations.
|
||||
# See https://pip.pypa.io/en/stable/user_guide/#environment-variables.
|
||||
export PIP_PREFIX=$(pwd)/_build/pip_packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue