Skip to content

Commit ca61131

Browse files
committed
Add rust overlay to nixpkgs
1 parent 2f5eb19 commit ca61131

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nixpkgs.nix

+9
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@ import <nixpkgs> {
55
url = https://github.com/nix-community/NUR/archive/master.tar.gz;
66
})) {};
77
})
8+
9+
(import "${builtins.fetchTarball {
10+
url = https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz;
11+
}}/rust-overlay.nix")
12+
13+
(self: super: {
14+
inherit (super.nur.repos.tilpner.pkgs)
15+
bitflip kernelConfig;
16+
})
817
];
918
}

0 commit comments

Comments
 (0)