summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2023-10-14 17:01:51 +0200
committerstuebinm2023-10-14 17:01:51 +0200
commitd4bd55db8fa213c5a455c78f92fb24c8bfea44d3 (patch)
tree5a429dcbb0a7272b9dfc6946a39f175dbe540c04 /flake.nix
parent6d47716233b3d3f28c00769fd234fe689164ec7d (diff)
home: cleaned up old mu version
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index d6e466b..318a804 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,13 +1,12 @@
{
description = ''
- stuebinm's flake stuff. re-use of packages defined here is free,
- but perhaps don't depend on anything actually working or being maintained
+ stuebinm's flake stuff. feel free to reuse parts you find useful, but
+ I suggest you don't depend on any of them actually working.
'';
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
- nixpkgs-oldstable.url = "github:NixOS/nixpkgs/release-22.11";
home-manager.url = "github:nix-community/home-manager/release-23.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
@@ -17,7 +16,6 @@
"gitlab:simple-nixos-mailserver/nixos-mailserver/master";
simple-nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs-unstable";
simple-nixos-mailserver.inputs.nixpkgs-23_05.follows = "nixpkgs";
- simple-nixos-mailserver.inputs.nixpkgs-22_11.follows = "nixpkgs-oldstable";
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";