Compare commits
No commits in common. "a9dc55e975f9fe279f94d40a6cb1a0e6b480a1d7" and "70951c34c6d2a74813641f125a151013bad633d1" have entirely different histories.
a9dc55e975
...
70951c34c6
4 changed files with 0 additions and 48 deletions
1
.envrc
1
.envrc
|
@ -1 +0,0 @@
|
||||||
use flake
|
|
25
flake.lock
generated
25
flake.lock
generated
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"nodes": {
|
|
||||||
"nixpkgs": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1676790509,
|
|
||||||
"narHash": "sha256-W9uWAWokgS8US8rJf79qBLS2M+ZgIscfoz+KsNE7VGQ=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "a1291d0d020a200c7ce3c48e96090bfa4890a475",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"id": "nixpkgs",
|
|
||||||
"type": "indirect"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": "nixpkgs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": "root",
|
|
||||||
"version": 7
|
|
||||||
}
|
|
20
flake.nix
20
flake.nix
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
description = "Doggo flake";
|
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
|
||||||
let pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
|
||||||
in {
|
|
||||||
# packages.x86_64-linux.hello = pkgs.hello;
|
|
||||||
# packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
|
|
||||||
# defaultPackage.x86_64-linux = self.packages.x86_64-linux.hello;
|
|
||||||
|
|
||||||
devShell.x86_64-linux = with pkgs;
|
|
||||||
mkShell {
|
|
||||||
buildInputs = [
|
|
||||||
just
|
|
||||||
cargo
|
|
||||||
rustup
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
2
justfile
2
justfile
|
@ -1,2 +0,0 @@
|
||||||
build:
|
|
||||||
cargo build
|
|
Loading…
Add table
Add a link
Reference in a new issue