Clean up flakes
This commit is contained in:
parent
c67f45b57d
commit
1155e7d79b
2 changed files with 19 additions and 37 deletions
16
flake.nix
16
flake.nix
|
@ -1,15 +1,25 @@
|
|||
{
|
||||
inputs = {
|
||||
# Upstream deps
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-21.11";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
|
||||
# Packages
|
||||
home-manager.url = "github:nix-community/home-manager/release-21.11";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
qois-infrastructure.url = "git+file:///etc/nixos/qois-infrastructure";
|
||||
threema.url = "git+file:///etc/nixos/defaults/threema";
|
||||
threema.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
fabianhauser-etaxes-sg.url = "github:fabianhauser/etaxes-sg-nix";
|
||||
fabianhauser-etaxes-sg.inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
|
||||
# Private Deps
|
||||
qois-infrastructure = {
|
||||
url = "git+file:///etc/nixos/qois-infrastructure";
|
||||
inputs.nixpkgs-nixos-2111.follows = "nixpkgs-stable";
|
||||
inputs.nixpkgs-nixos-unstable.follows = "nixpkgs-unstable";
|
||||
};
|
||||
threema.url = "git+file:///etc/nixos/defaults/threema";
|
||||
threema.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs-unstable, nixpkgs-stable, home-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue