flake update

This commit is contained in:
m3tam3re 2025-03-14 10:52:22 +01:00
parent 960ea9503d
commit 39782b6eb9
4 changed files with 18 additions and 18 deletions

24
flake.lock generated
View File

@ -151,11 +151,11 @@
]
},
"locked": {
"lastModified": 1741791118,
"narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=",
"lastModified": 1741914680,
"narHash": "sha256-Vu4DIZvgfWMzhUyxbHUrJaQb5232S5vuwxQ2sBcBVHk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "18780912345970e5b546b1b085385789b6935a83",
"rev": "30cce6848a5aa41ceb5fb33185b84868cc3e9bef",
"type": "github"
},
"original": {
@ -239,11 +239,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1741852922,
"narHash": "sha256-pTKws94D8hSpor4osmcrxyU55DgbhO50Zag8yoTpgto=",
"lastModified": 1741944640,
"narHash": "sha256-MqD2MGUyFB/sCdUy524MXh0rfisAZATZxsGPtAxajq8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6623d7917ed31281b9b67e241cef4c2720dc6e18",
"rev": "1ac6bd9e5ffac4fc92d5eae24652d3b5a91eef18",
"type": "github"
},
"original": {
@ -255,11 +255,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1741600792,
"narHash": "sha256-yfDy6chHcM7pXpMF4wycuuV+ILSTG486Z/vLx/Bdi6Y=",
"lastModified": 1741862977,
"narHash": "sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB+ikn74/xQoNrGQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ebe2788eafd539477f83775ef93c3c7e244421d3",
"rev": "cdd2ef009676ac92b715ff26630164bb88fec4e0",
"type": "github"
},
"original": {
@ -287,11 +287,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1741513245,
"narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=",
"lastModified": 1741851582,
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1",
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
"type": "github"
},
"original": {

View File

@ -19,10 +19,10 @@
security.polkit.enable = true;
networking.hostName = "m3-kratos"; # Define your hostname.
networking.hostId = "458bd616";
# networking.extraHosts = ''
# 127.0.0.1 releases.warp.dev
# 127.0.0.1 app.warp.dev
# '';
networking.extraHosts = ''
127.0.0.1 releases.warp.dev
127.0.0.1 app.warp.dev
'';
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable =

View File

@ -18,7 +18,7 @@
# hash = "sha256-l623fIVhVCU/ylbBmohAtQNbK0YrWlEny0sC/vBJ+dU=";
# };
# });
#ffmpeg = inputs.nixpkgs-stable.legacyPackages.${prev.system}.ffmpeg;
trezord = inputs.nixpkgs-2744d98.legacyPackages.${prev.system}.trezord;
};
stable-packages = final: _prev: {

View File

@ -7,7 +7,7 @@
version = "1.7";
src = fetchurl {
url = "https://assets.msty.app/prod/latest/linux/amd64/Msty_x86_64_amd64.AppImage";
sha256 = "sha256-k6hcT7Dp53e4zWXXJhsonNlfOwCLIOo/kz8FcDq8OKo=";
sha256 = "sha256-82VCuwKwHF2CTdtf0GAUge+d4RyIGpd997chD/pCXYk=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in