-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before ```sh ⌨️ Preparing to develop project: . ❄️ nix --version️ ❄️ nix --extra-experimental-features nix-command show-config --json️ ❄️ nix eval '.#om.develop' --json️ ❄️ nix eval '.#om.health' --json️ ✅ Nix environment is healthy. 🍾 Welcome to the omnix project ``` After ```sh ❯ just run develop ❄️ nix --version️ ❄️ nix --extra-experimental-features nix-command show-config --json️ ❄️ nix eval '.#om' --json️ ⌨️ Preparing to develop project: . ✅ Nix environment is healthy. 🍾 Welcome to the omnix project ``` Notice that we only evaluate the `om` config once in: `nix eval '.#om' --json️` --------- Co-authored-by: Sridhar Ratnakumar <[email protected]> Co-authored-by: Sridhar Ratnakumar <[email protected]>
- Loading branch information
1 parent
0ed2a38
commit 4ef869e
Showing
17 changed files
with
142 additions
and
203 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
//! Work with flake URLs | ||
pub mod attr; | ||
mod core; | ||
pub mod qualified_attr; | ||
|
||
pub use core::*; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.