mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -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;};
|
||||
|
||||
Reference in New Issue
Block a user