flake update and add darcs

This commit is contained in:
Salar Rahmanian 2023-12-06 23:03:53 -08:00
parent bd57d53565
commit 17166fd00f
3 changed files with 22 additions and 11 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701609479, "lastModified": 1701728041,
"narHash": "sha256-mcEnMz7XB3K57ZX16VXoEkswljSNGXdMuUu5+g8a8R8=", "narHash": "sha256-x0pyrI1vC8evVDxCxyO6olOyr4wlFg9+VS3C3p4xFYQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e504e8d01f950776c3a3160ba38c5957a1b89e66", "rev": "ac7216918cd65f3824ba7817dea8f22e61221eaf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1701253981, "lastModified": 1701718080,
"narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", "narHash": "sha256-6ovz0pG76dE0P170pmmZex1wWcQoeiomUZGggfH9XPs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", "rev": "2c7f3c0fb7c08a0814627611d9d7d45ab6d75335",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -58,11 +58,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1701645127, "lastModified": 1701931957,
"narHash": "sha256-MhsntrTDlOnlGW3HRTxs1H+BUCHbA0uYb0i3pwxugi8=", "narHash": "sha256-56UgLvWAJhAFSaez2RexXdX1q1lgezdzSj+P07BpPQY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "e7d5551b1d558382e503c8b827c6ff48cd50baa7", "rev": "2a39523613fbd643d4873fe4926f768f6263ab1c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -110,6 +110,19 @@
enable = true; enable = true;
}; };
programs.darcs = {
enable = true;
author = [
"Salar Rahmanian <code@softinio.com>"
];
boring = [
"^.idea$"
"^.direnv$"
"^.envrc$"
"^.vscode$"
];
};
programs.direnv = { programs.direnv = {
enable = true; enable = true;
nix-direnv.enable = true; nix-direnv.enable = true;

View file

@ -45,11 +45,9 @@ let
"*.metals" "*.metals"
"*.metals.sbt" "*.metals.sbt"
"*metals.sbt" "*metals.sbt"
"*.direnv"
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide "*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide
"*hie.yaml" # ghcide files "*hie.yaml" # ghcide files
"*.mill-version" # used by metals "*.mill-version" # used by metals
"*.idea"
"*.vscode" "*.vscode"
"*.python-version" "*.python-version"
"result" "result"