This commit is contained in:
2024-01-15 22:59:53 +00:00
parent 57b29a4220
commit 540659fd95
6 changed files with 128 additions and 91 deletions

View File

@@ -27,9 +27,13 @@
};
sops-nix.url = github:Mic92/sops-nix;
flake-utils.url = "github:numtide/flake-utils";
# nix.url = "github:NixOS/nix/2.12.0";
vscode-server.url = "github:msteen/nixos-vscode-server";
nix-ld-rs = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-ld-rs";
};
# nix.url = "github:NixOS/nix/2.12.0";
# vscode-server.url = "github:msteen/nixos-vscode-server";
# homeage = {url = "github:jordanisaacs/homeage"; inputs.nixpkgs.follows = "nixpkgs";};
# Nix Library Functions
library = {
@@ -91,8 +95,9 @@
import ./shell.nix {inherit pkgs;};
overlay = final: prev: {
#unstable = pkgs';
unstable = pkgs';
my = self.packages."${system}";
keybase = pkgs'.keybase;
};
overlays = import ./overlays {inherit inputs;};