Skip to content

Commit

Permalink
rm zon2nix from master
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed May 18, 2024
1 parent 0cef90a commit d1485a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
45 changes: 1 addition & 44 deletions flake.lock

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

6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
# Bug in upstream: https://github.com/nix-community/zon2nix/pull/8.
zon2nix-src.url = "github:azuline/zon2nix";
zon2nix-src.inputs.nixpkgs.follows = "nixpkgs";
};

outputs =
{ self
, nixpkgs
, flake-utils
, zon2nix-src
}:
flake-utils.lib.eachDefaultSystem (system:
let
Expand Down Expand Up @@ -55,7 +51,6 @@
python-with-deps = python-pin.withPackages (_:
pkgs.lib.attrsets.mapAttrsToList (a: b: b) py-deps
);
zon2nix = zon2nix-src.packages.${system}.default;
in
{
devShells.default = pkgs.mkShell {
Expand All @@ -81,7 +76,6 @@
pkgs.nodePackages.pyright
pkgs.nodePackages.prettier
python-with-deps
zon2nix
];
})
];
Expand Down

0 comments on commit d1485a9

Please sign in to comment.