diff options
| author | Seth Flynn <[email protected]> | 2025-02-11 22:46:11 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-11 22:49:42 -0500 |
| commit | d8acfe2a1165c98e2f864bc7f4db24957832277e (patch) | |
| tree | 0d1e63433655c7e7e46a6684f2ed3cdf3449ab8c /flake.nix | |
| parent | de5c33332daab514cba175f3bd4d61a92198eb38 (diff) | |
nixos/comin: init
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -71,6 +71,11 @@ flake = false; }; + comin = { + url = "github:nlewo/comin"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + determinate = { url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1"; inputs = { |
