change basically everything
It's a good thing that I'm not collaborating with anyone on this repository, because this is REALLY bad practice.
This commit is contained in:
parent
a3b53b180c
commit
afb4b62827
24 changed files with 68 additions and 187 deletions
|
|
@ -10,8 +10,8 @@
|
|||
packages = eachSystem (system:
|
||||
let pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
soe = pkgs.callPackage ./package.nix {};
|
||||
default = self.packages.${system}.soe;
|
||||
hello = pkgs.callPackage ./package.nix {};
|
||||
default = self.packages.${system}.hello;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue