One mistaken file
This commit is contained in:
parent
78340b56f7
commit
d3d5a8a092
@ -2,7 +2,7 @@
|
|||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
outputs = { self, nixpkgs }: rec {
|
outputs = { self, nixpkgs }: rec {
|
||||||
overlay = final: prev: {
|
overlay = final: prev: {
|
||||||
gitit = prev.callPackage ./gitit.nix {};
|
gitit = prev.callPackage ./gitit {};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Provide module for gitit
|
# Provide module for gitit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user