initial nix channel
This commit is contained in:
parent
ab0ad44ba0
commit
bf16dbf41f
4 changed files with 217 additions and 14 deletions
11
default.nix
11
default.nix
|
|
@ -1,7 +1,6 @@
|
|||
# default.nix
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
let
|
||||
# Import sources
|
||||
sources = import ./nix/sources.nix;
|
||||
|
||||
{
|
||||
my-package = pkgs.callPackage ./my-package.nix {};
|
||||
# Add more packages here
|
||||
}
|
||||
# And return that specific nixpkgs
|
||||
in sources.nixpkgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue