1
0
forked from clan/clan-infra

Merge pull request 'Mic92-main' (#220) from Mic92-main into main

This commit is contained in:
clan-bot 2024-07-20 14:25:28 +00:00
commit 6015b3bed6
3 changed files with 8 additions and 5 deletions

View File

@ -194,16 +194,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1721045718,
"narHash": "sha256-8Z4v8zhgtvFLBnB+kYxdBpryVcVqmFzkCqLkhn6gpOI=",
"lastModified": 1720955038,
"narHash": "sha256-GaliJqfFwyYxReFywxAa8orCO+EnDq2NK2F+5aSc8vo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c68818d45a5b8f944cfb59c268a807b3a2359c01",
"rev": "aa247c0c90ecf4ae7a032c54fdc21b91ca274062",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -7,7 +7,7 @@
#};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
flake-compat.url = "github:edolstra/flake-compat";
flake-parts.url = "github:hercules-ci/flake-parts";

View File

@ -15,6 +15,9 @@
pkgs.tig
pkgs.tmux
pkgs.direnv
# for flokli
pkgs.kitty.terminfo
];
programs.bash = {