Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita674658

Browse files
committed
added NixOS FHS shell.nix
1 parent030a9f9 commita674658

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎pythonnet.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{441A0123-F
2020
LICENSE =LICENSE
2121
README.rst=README.rst
2222
version.txt=version.txt
23+
shell.nix=shell.nix
2324
EndProjectSection
2425
EndProject
2526
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") ="CI","CI","{D301657F-5EAF-4534-B280-B858D651B2E5}"

‎shell.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{pkgs ?import<nixpkgs>{}}:
2+
let
3+
fhs=pkgs.buildFHSUserEnv{
4+
name="my-fhs-environment";
5+
6+
targetPkgs=_:[
7+
pkgs.python3
8+
];
9+
};
10+
infhs.env

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp