Skip to content

Commit

Permalink
Removed unnessasary commented out lines flake.nix
Browse files Browse the repository at this point in the history
There was some commented out code, seems like a rouge paste at some time.
  • Loading branch information
Morgenkaff authored Sep 12, 2024
1 parent 93b2ac1 commit ee00a90
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@

# List of supported systems:
supportedSystems = [
"x86_64-linux"# src = fetchgit {
# url = "https://github.com/agateau/nanonote";
# rev = "${version}";
# sha256 = "MsVHu3lAe/aGzFt1xDrsZHzLF1ysjhRUfruypoXEEnU=";
# fetchSubmodules = true;
# };

"x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
Expand Down Expand Up @@ -57,7 +51,6 @@
fetchSubmodules = true;
};


# These are the packages needed to build nanonote
nativeBuildInputs = [
cmake
Expand Down

0 comments on commit ee00a90

Please sign in to comment.