flake: update

This commit is contained in:
2023-10-08 17:09:58 +02:00
parent 29a0bd613c
commit 68f056ec5d
2 changed files with 6 additions and 96 deletions
+1 -16
View File
@@ -1,5 +1,5 @@
{
description = "Nixerus - NUR Repo, Inputs for system config";
description = "Nixerus - NUR Repo";
inputs = {
nixpkgs = {
type = "github";
@@ -16,21 +16,6 @@
nixpkgs.follows = "nixpkgs";
};
};
emacs-overlay = {
type = "github";
owner = "nix-community";
repo = "emacs-overlay";
ref = "master";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
nur = {
type = "github";
owner = "nix-community";
repo = "NUR";
ref = "master";
};
};