mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
trying to fix nur
This commit is contained in:
parent
19e9588276
commit
2d8b317c72
1 changed files with 4 additions and 2 deletions
|
|
@ -19,8 +19,10 @@
|
|||
system = "x86_64-linux";
|
||||
overlays = [
|
||||
(self: super: {
|
||||
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz")
|
||||
{inherit self;};
|
||||
nur = import (builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
|
||||
sha256 = "0a4jcks8nb4sb581gvd8kza9sw41bc8d1jdz4bv16plb9anfvcc0";
|
||||
});
|
||||
})
|
||||
];
|
||||
pkgs = import nixpkgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue