This commit is contained in:
Andrea Ciceri 2022-08-19 17:37:23 +02:00
parent bc1347a224
commit 270252e5f8
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
19 changed files with 178 additions and 84 deletions

View file

@ -4,6 +4,7 @@
inputs = {
nixpkgsUnstable.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgsStable.url = github:NixOS/nixpkgs/nixos-22.05;
nixosHardware.url = github:aciceri/nixos-hardware;
homeManager = {
url = github:nix-community/home-manager;
inputs.nixpkgs.follows = "nixpkgsUnstable";
@ -17,6 +18,7 @@
self,
nixpkgsUnstable,
nixpkgsStable,
nixosHardware,
homeManager,
preCommitHooks,
agenix,