Skip to content

Commit ae1cf8b

Browse files
committed
add default.nix
Create a default.nix to enable the nix-build command. Also enable git tracking of Cargo.toml to build it with nix. default.nix contains a Sha256Sum of the Cargo.lock file
1 parent e15894c commit ae1cf8b

File tree

3 files changed

+1287
-1
lines changed

3 files changed

+1287
-1
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66
/parts
77
/prime
88
.gitignore.swp
9-
Cargo.lock
9+
10+
11+
# needed for nix
12+
# Cargo.lock
13+
14+
# nix result from nix-build
15+
result

0 commit comments

Comments
 (0)