actualiza shenv y cambia versión de nix
This commit is contained in:
parent
325e5f47c5
commit
6991b9f67f
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11"; # actualizar esto para actualizar
|
||||
unstable.url = "github:nixos/nixpkgs/master";
|
||||
nur.url = "github:nix-community/NUR";
|
||||
hm-isolation.url = "github:3442/hm-isolation";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-22.05";
|
||||
url = "github:nix-community/home-manager/release-22.11"; # actualizar esto para actualizar
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
@ -26,7 +26,7 @@
|
|||
configuration = import ./home {inherit self nixpkgs unstable hm-isolation; };
|
||||
username = "fabian";
|
||||
homeDirectory = "/home/fabian";
|
||||
stateVersion = "21.11";
|
||||
stateVersion = "21.11"; # No tocar
|
||||
};
|
||||
|
||||
packages.x86_64-linux = packages nixpkgs.legacyPackages.x86_64-linux;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
numpy
|
||||
pandas
|
||||
scipy
|
||||
setuptools
|
||||
]))
|
||||
];
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{pkgs, ... }:
|
||||
{
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
pipenv
|
||||
(python310.withPackages ( packages: with packages; [
|
||||
setuptools
|
||||
]))
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue