inputs: add cosmic-modules
This commit is contained in:
parent
ac2bd4cd00
commit
e5d2edff9a
2 changed files with 9 additions and 0 deletions
|
@ -15,5 +15,10 @@ let self = {
|
|||
url = "https://github.com/NixOS/nixpkgs/archive/${lock.nixpkgs.revision}.tar.gz";
|
||||
sha256 = "${lock.nixpkgs.sha256}";
|
||||
};
|
||||
cosmic-modules = builtins.fetchTarball {
|
||||
name = "cosmic-modules";
|
||||
url = "https://github.com/lilyinstarlight/nixos-cosmic/archive/${lock.cosmic-modules.revision}.tar.gz";
|
||||
sha256 = "${lock.cosmic-modules.sha256}";
|
||||
};
|
||||
};
|
||||
in self
|
||||
|
|
4
lock.nix
4
lock.nix
|
@ -7,4 +7,8 @@
|
|||
revision = "05405724efa137a0b899cce5ab4dde463b4fd30b";
|
||||
sha256 = "06490pn22x9xl4chfx12iwdgx7nlbn14v8x05rnv2y1nancljisl";
|
||||
};
|
||||
cosmic-modules = {
|
||||
revision = "d8b2b9aee034c10ca67848653171f576f87434a8";
|
||||
sha256 = "03i8smxgx2fdb9kkys81dihb5yja3nk9wjs1rx5h7f3b5kii1fd7";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue