mirror of
https://github.com/Clortox/rss-cli.git
synced 2024-12-28 22:27:59 +00:00
copy paste fix
This commit is contained in:
parent
04ee034b8b
commit
486901a3f0
@ -12,7 +12,7 @@
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
mousetrap = (with pkgs; stdenv.mkDerivation {
|
||||
rss-cli = (with pkgs; stdenv.mkDerivation {
|
||||
pname = "rss-cli";
|
||||
version = "master";
|
||||
src = fetchgit {
|
||||
@ -38,11 +38,10 @@
|
||||
defaultApp = flake-utils.lib.mkApp {
|
||||
drv = defaultPackage;
|
||||
};
|
||||
defaultPackage = mousetrap;
|
||||
defaultPackage = rss-cli;
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
mousetrap
|
||||
pkgs.libnotify
|
||||
rss-cli
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user