1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 02:31:09 +01:00

feat: flameshot -> flameshot-once

This commit is contained in:
2021-12-28 14:48:09 +01:00
parent 0423429e02
commit 5b131a5a30
6 changed files with 40 additions and 25 deletions

View File

@@ -15,6 +15,11 @@ let
url = "https://github.com/NixOS/nixpkgs.git";
path = toString .versions/nixpkgs-unstable.json;
};
nix-writers = {
ref = "refs/heads/master";
url = "https://cgit.krebsco.de/nix-writers";
path = toString .versions/nix-writers.json;
};
home-manager = {
ref = "refs/heads/release-${release}";
url = "https://github.com/nix-community/home-manager.git";