update flake.lock

This commit is contained in:
Osman Faruk Bayram 2025-02-22 22:36:43 +03:00
parent df023f69e6
commit 871f290dc5
2 changed files with 4 additions and 6 deletions

6
flake.lock generated
View file

@ -194,11 +194,11 @@
]
},
"locked": {
"lastModified": 1740208222,
"narHash": "sha256-FqgPcK5BK+Mc4cGBCGz555UsVd/TQK9FvmuamBWu+ZY=",
"lastModified": 1740250266,
"narHash": "sha256-fbB/I4bCsJ++BhRzDaeQmzw/Gt5Lrt1csJ8D2IkQANA=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "f4a07823a298deff0efb0db30f9318511de7c232",
"rev": "61d8fc9af0f8568ffaff93e4001cb607f88790f9",
"type": "github"
},
"original": {

View file

@ -1,8 +1,6 @@
{
inputs,
pkgs,
lib,
config,
...
}: {
# Allow unfree packages
@ -21,6 +19,7 @@
"cuda_cccl"
"cuda_nvcc"
"nvidia-settings"
"cuda-merged"
];
# enable nix flakes
@ -40,5 +39,4 @@
programs.command-not-found.enable = false;
system.configurationRevision = inputs.self.rev or "dirty";
#system.nixos.label =
}