Skip to content

Commit

Permalink
chore: Lock with poetry 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 16, 2025
1 parent ab32486 commit af0c97c
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 64 deletions.
51 changes: 6 additions & 45 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
url = "github:cachix/devenv";
inputs.nixpkgs.follows = "nixpkgs";
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-python = {
url = "github:cachix/nixpkgs-python";
inputs = {nixpkgs.follows = "nixpkgs";};
Expand Down Expand Up @@ -55,14 +51,6 @@
QIBOLAB_PLATFORMS = (dirOf config.env.DEVENV_ROOT) + "/qibolab_platforms_qrc";
};

languages.c = {
enable = true;
};

languages.cplusplus = {
enable = true;
};

languages.python = {
enable = true;
libraries = with pkgs; [zlib];
Expand All @@ -80,11 +68,6 @@
};
};
};

languages.rust = {
enable = true;
channel = "stable";
};
})
];
};
Expand Down
Loading

0 comments on commit af0c97c

Please sign in to comment.