#11 Add unstable mpv module
This commit is contained in:
parent
9b661f8347
commit
0f1654b1f9
5 changed files with 81 additions and 46 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
devshell = {
|
||||
url = "github:numtide/devshell";
|
||||
|
@ -30,7 +31,7 @@
|
|||
};
|
||||
|
||||
outputs = inputs@{
|
||||
self, nixpkgs,
|
||||
self, nixpkgs, nixpkgs-unstable,
|
||||
devshell, flake-utils, home-manager, sops-nix, utils,
|
||||
... }:
|
||||
let
|
||||
|
@ -45,6 +46,13 @@
|
|||
|
||||
hostDefaults = {
|
||||
inherit system;
|
||||
|
||||
specialArgs = {
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
};
|
||||
};
|
||||
|
||||
modules = [
|
||||
home-manager.nixosModule
|
||||
sops-nix.nixosModules.sops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue