Skip to content

Commit

Permalink
feat: remove legacy not useful shell
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jul 26, 2022
1 parent 696176a commit 29f8fcd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
1 change: 0 additions & 1 deletion .envrc

This file was deleted.

17 changes: 0 additions & 17 deletions flake.lock

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

8 changes: 1 addition & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
};

outputs = inputs@{ self, nixpkgs, flake-utils, flake-compat }:
outputs = inputs@{ self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
Expand All @@ -20,8 +16,6 @@

packageName = "pacman-nix-hooks";
in {
inherit (inputs) flake-compat;

packages.${packageName} =
haskellPackages.callCabal2nix packageName self rec {
# Dependency overrides go here
Expand Down
10 changes: 0 additions & 10 deletions shell.nix

This file was deleted.

0 comments on commit 29f8fcd

Please sign in to comment.