Preparing for the addition of nil
This commit is contained in:
parent
5e10b30423
commit
9abc2f6952
@ -110,6 +110,7 @@
|
|||||||
inputs.durnitisp
|
inputs.durnitisp
|
||||||
inputs.jj
|
inputs.jj
|
||||||
inputs.age
|
inputs.age
|
||||||
|
#inputs.nil
|
||||||
# TODO add sonic-pi here if it supports the arch
|
# TODO add sonic-pi here if it supports the arch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
darwin.url = "github:lnl7/nix-darwin";
|
darwin.url = "github:lnl7/nix-darwin";
|
||||||
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
runwhen.url = "github:zaphar/runwhen?ref=v0.0.5";
|
runwhen.url = "github:zaphar/runwhen?ref=v0.0.5";
|
||||||
|
#nil.url = "github:oxalica/nil/2023-05-09";
|
||||||
durnitisp.url = "github:zaphar/durnitisp";
|
durnitisp.url = "github:zaphar/durnitisp";
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
rust-overlay = {
|
rust-overlay = {
|
||||||
@ -15,7 +16,15 @@
|
|||||||
jj.url = "github:martinvonz/jj";
|
jj.url = "github:martinvonz/jj";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {self, nixpkgs, darwin, runwhen, durnitisp, rust-overlay, jj, agenix }:
|
outputs = {self, nixpkgs,
|
||||||
|
darwin,
|
||||||
|
runwhen,
|
||||||
|
durnitisp,
|
||||||
|
rust-overlay,
|
||||||
|
jj,
|
||||||
|
agenix,
|
||||||
|
#nil,
|
||||||
|
}:
|
||||||
let
|
let
|
||||||
forSystem = (system:
|
forSystem = (system:
|
||||||
let
|
let
|
||||||
@ -35,6 +44,7 @@
|
|||||||
sile = pkgs.sile.overrideAttrs(oldAttrs: { doCheck = false; meta.broken = false; });
|
sile = pkgs.sile.overrideAttrs(oldAttrs: { doCheck = false; meta.broken = false; });
|
||||||
jj = jj.defaultPackage."${system}";
|
jj = jj.defaultPackage."${system}";
|
||||||
age = agenix.packages."${system}".default;
|
age = agenix.packages."${system}".default;
|
||||||
|
#nil = nil.packages."${system}".default;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user