Skip to content

Instantly share code, notes, and snippets.

@mebubo
Created June 18, 2019 07:53
Show Gist options
  • Select an option

  • Save mebubo/81a7fe92a9b5d2ecb5d55ad7a7993f27 to your computer and use it in GitHub Desktop.

Select an option

Save mebubo/81a7fe92a9b5d2ecb5d55ad7a7993f27 to your computer and use it in GitHub Desktop.
let
config = {
packageOverrides = pkgs: {
sway-dev = pkgs.sway.overrideAttrs (oldAttrs: {
version = "dev";
src = ./.;
});
};
};
pkgs = import <nixpkgs> { inherit config; };
in with pkgs; {
inherit sway-dev;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment