build error
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
nvf = import (builtins.fetchTarball {
|
||||
url = "https://github.com/notashelf/nvf/archive/v0.7.tar.gz";
|
||||
url = "https://github.com/notashelf/nvf/archive/v0.8.tar.gz";
|
||||
# Optionally, you can add 'sha256' for verification and caching
|
||||
# sha256 = "<sha256>";
|
||||
});
|
||||
@@ -12,7 +13,7 @@ in{
|
||||
imports = [
|
||||
nvf.nixosModules.nvf
|
||||
];
|
||||
|
||||
|
||||
programs.nvf = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user