Skip to content

Commit

Permalink
nixos 23.05 -> 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP committed Jan 28, 2024
1 parent 8853249 commit 48c42e8
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 34 deletions.
131 changes: 101 additions & 30 deletions flake.lock

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

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";
poetry2nix = {
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -28,16 +28,16 @@
in {
legacyPackages = import nixpkgs {
overlays = with inputs; [
poetry2nix.overlay
poetry2nix.overlays.default
self.overlays.default
agenix.overlays.default
devshell.overlays.default
# add 'inputs' pseudo-package
(self: super: { inherit inputs; })
];
config.permittedInsecurePackages = [
"python-2.7.18.6"
"python-2.7.18.6-env"
"python-2.7.18.7"
"python-2.7.18.7-env"
];
config.allowUnfreePredicate = pkg: builtins.elem pkg.pname [
"mongodb"
Expand Down
3 changes: 3 additions & 0 deletions nix/packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ final: prev: {
overrides = [
final.poetry2nix.defaultPoetryOverrides
(self: super: {
wheel = final.python2.pythonForBuild.pkgs.wheel.override {
inherit (self) buildPythonPackage;
};
pytest = null;
pytest-runner = null;
hatchling = null;
Expand Down

0 comments on commit 48c42e8

Please sign in to comment.